Skip to content

Commit a22c60c

Browse files
committed
Updated web.config and Default page
1 parent a052841 commit a22c60c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Demos/src/Aspose.Cells.Cloud.Live.Demos.UI/Views/Home/Default.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
<script type="text/javascript">
4343
4444
window.onload = function () {
45-
alert("Please set APP Key and APP SID in web.config to run Aspose.Words Cloud .NET APIs");
45+
alert("Please set APP Key and APP SID in web.config to run Aspose.Cells Cloud .NET APIs");
4646
};
4747
</script>

Demos/src/Aspose.Cells.Cloud.Live.Demos.UI/Web.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@
151151
<add key="AsposeCellsCloudLiveDemosPath" value="http://localhost:2145/" />
152152
<add key="AsposeCellsCloudAppsAssetURL" value="http://localhost:2145/Assets/" />
153153
<add key="ResourceFileSessionName" value="AsposeCellsCloudLocal" />
154-
<add key="AppKey" value="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" />
155-
<add key="AppSID" value="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" />
154+
<add key="AppKey" value="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" />
155+
<add key="AppSID" value="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" />
156156
<add key="AsposeCloudStorage" value="Aspose for Cloud Default Storage" />
157157
<add key="ResourceFileSessionName" value="AsposeCellsCloudLocal" />
158158
<add key="UnobtrusiveJavaScriptEnabled" value="true" />

0 commit comments

Comments
 (0)