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
基础教程推荐
- 在多列上分布任意行 2021-01-01
- mysql选择动态行值作为列名,另一列作为值 2021-01-01
- 在 MySQL 中:如何将表名作为存储过程和/或函数参数传递? 2021-01-01
- 二进制文件到 SQL 数据库 Apache Camel 2021-01-01
- MySQL 中的类型:BigInt(20) 与 Int(20) 2021-01-01
- oracle区分大小写的原因? 2021-01-01
- 表 './mysql/proc' 被标记为崩溃,应该修复 2022-01-01
- 如何根据该 XML 中的值更新 SQL 中的 XML 2021-01-01
- 如何在 SQL 中将 Float 转换为 Varchar 2021-01-01
- 什么是 orradiag_<user>文件夹? 2022-01-01
