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
基础教程推荐
- SQL Server:只有 GROUP BY 中的最后一个条目 2021-01-01
- 将数据从 MS SQL 迁移到 PostgreSQL? 2022-01-01
- 如何在 SQL Server 的嵌套过程中处理事务? 2021-01-01
- SQL Server 中单行 MERGE/upsert 的语法 2021-01-01
- 使用pyodbc“不安全"的Python多处理和数据库访问? 2022-01-01
- SQL Server 2016更改对象所有者 2022-01-01
- Sql Server 字符串到日期的转换 2021-01-01
- 无法在 ubuntu 中启动 mysql 服务器 2021-01-01
- 在 VB.NET 中更新 SQL Server DateTime 列 2021-01-01
- ERROR 2006 (HY000): MySQL 服务器已经消失 2021-01-01