How to Successfully Deploy a Lightswitch 2013 HTML App to Azure with a Linked SQL Server database?(如何使用链接的 SQL Server 数据库将 Lightswitch 2013 HTML 应用程序成功部署到 Azure?)
问题描述
我在 VS 2013 中创建了一个 Lightswitch HTML 应用程序.它依赖于一个在本地创建然后上传到 Azure 的 SQL Server 数据库.然后将该数据库链接到 Azure 网站.
I've created a Lightswitch HTML application in VS 2013. It relies on a SQL Server database which was created locally and then uploaded to Azure. The database was then linked to the Azure web site.
我在发布例程中测试了我的数据库连接字符串,它们成功了.发布成功,但是当我浏览我的 azure URL 时,我收到以下消息:
I tested my database connection strings in the publish routine and they succeeded. The publish succeeded, but when I browse my azure URL, I receive the following message:
您无权查看此目录或页面.
You do not have permission to view this directory or page.
必须采取什么措施来纠正此错误?
What must be done to remedy this error?
推荐答案
我遇到了一个类似的问题,直到我转向现收现付"订阅而不是免费试用"后才能解决.
I had a similar problem that would not resolve until I moved to a "Pay-As-You-Go" subscription rather than a "Free Trial".
这篇关于如何使用链接的 SQL Server 数据库将 Lightswitch 2013 HTML 应用程序成功部署到 Azure?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何使用链接的 SQL Server 数据库将 Lightswitch 201


基础教程推荐
- 如何在 CakePHP 3 中实现 INSERT ON DUPLICATE KEY UPDATE aka upsert? 2021-01-01
- MySQL根据从其他列分组的值,对两列之间的值进行求和 2022-01-01
- CHECKSUM 和 CHECKSUM_AGG:算法是什么? 2021-01-01
- while 在触发器内循环以遍历 sql 中表的所有列 2022-01-01
- ORA-01830:日期格式图片在转换整个输入字符串之前结束/选择日期查询的总和 2021-01-01
- 使用 VBS 和注册表来确定安装了哪个版本和 32 位 2021-01-01
- 带有WHERE子句的LAG()函数 2022-01-01
- 带更新的 sqlite CTE 2022-01-01
- MySQL 5.7参照时间戳生成日期列 2022-01-01
- 从字符串 TSQL 中获取数字 2021-01-01