简体   繁体   English

无法在Windows Azure中运行Visual Web Gui应用程序

[英]Can't run Visual Web Gui application into windows azure

the problem is after I publish my webGui application and then show me this message: "403 - Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied." 问题出在我发布我的webGui应用程序,然后向我显示以下消息:“ 403-禁止访问:拒绝。您无权使用提供的凭据查看此目录或页面。”

what I have to change in the webconfig to make runnable this app? 我必须在webconfig中进行哪些更改才能使该应用程序可运行?

Check if you set the handlers rights, you should have one handler for *.wgx pointing to 检查是否设置了处理程序权限,应该为* .wgx指向一个处理程序

C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll

Concerning the Error 403, try to check if you can see a simple .html file, maybe it is a folder permit and you have to enable IIS service to be able to read it. 关于错误403,请尝试检查是否可以看到一个简单的.html文件,也许是文件夹许可,并且必须启用IIS服务才能读取它。

Personally, I have to manually FTP my web.config file to my azure web server. 就个人而言,我必须手动将我的web.config文件通过FTP传输到我的Azure Web服务器。 I don't understand why the deployment doesn't update it successfully, but I can see that it doesn't by logging into the server via FTP and downloading the web config after I deploy. 我不明白为什么部署无法成功更新,但是通过部署后通过FTP登录到服务器并下载Web配置,可以看到部署没有成功。

Once I copied up the appropriate web.config, everything worked perfectly. 复制完适当的web.config后,一切都将正常运行。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法在本地Windows-7桌面上运行Azure VB.NET网站的副本 - Can't run a copy of my Azure VB.NET web on my local Windows-7 desktop 网站无法在Visual Studio中运行,会停止应用程序池 - Web site won't run in Visual Studio, stops application pool 在Visual Studio 2013中,无法将ASP Web应用程序迁移到Azure Web角色-“添加Windows Azure部署项目”选项在哪里? - In Visual Studio 2013 unable to migrate ASP Web Application to Azure Web Role - where is the 'Add Windows Azure Deployment Project' option? 在Visual Studio 2015社区中找不到Web应用程序模板 - Can't find web application template in Visual Studio 2015 Community 在visual studio中运行Web应用程序无法访问本地主机此站点 - localhost this site can't be reached running web application in visual studio Windows Azure和web.config不能与PHP网站一起运行 - Windows Azure and web.config doesn't run with PHP web site 如何针对Visual Studio Online对在Azure中运行PaaS的Web应用程序进行身份验证 - How can I authenticate a web application running PaaS in Azure against Visual Studio Online 使用 Visual Studio Online 将 Web 应用程序发布到 azure Web 应用程序 - Publish web application into azure web app using visual studio online 我如何在Windows 7上为默认具有.Net 3.5的最终用户运行.Net 4.5 Web应用程序? - How can I run .Net 4.5 Web application on Windows 7 for end user which has .Net 3.5 by Default? 旧的asp.net 2.0项目无法在Microsoft Visual Web Developer 2010 Express下运行 - The old asp.net 2.0 project can't run under Microsoft Visual Web Developer 2010 Express
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM