如何在IIS 8.5中部署单页面应用程序Asp.net

时间:2020-12-28 03:35:04

I am working on a .net SPA application. Its on hot towel template . In my local machine the website opens with default url (http://localhost:8081) . Now when I deploy this in IIS . I followed the same steps we follow when we deploy a Asp.net web application . But I see page cannot be displayed error . I am unable to narrow down the cause .

我正在开发一个.net SPA应用程序。它在热毛巾模板上。在我的本地计算机中,网站以默认URL(http:// localhost:8081)打开。现在我在IIS中部署它。我们在部署Asp.net Web应用程序时遵循了我们遵循的相同步骤。但是我看到页面无法显示错误。我无法缩小原因。

Appreciate your suggestions .

感谢您的建议。

2 个解决方案

#1


1  

Check your configure files and the verify proper write permissions. The application pool could be needing a tweak.

检查配置文件并验证正确的写入权限。应用程序池可能需要调整。

#2


0  

Issue is resolved . It was due to the odp I was using . Mismatch of odp was the reason of this issues . Thanks

问题已解决。这是由于我使用的odp。 odp的不匹配是这个问题的原因。谢谢

#1


1  

Check your configure files and the verify proper write permissions. The application pool could be needing a tweak.

检查配置文件并验证正确的写入权限。应用程序池可能需要调整。

#2


0  

Issue is resolved . It was due to the odp I was using . Mismatch of odp was the reason of this issues . Thanks

问题已解决。这是由于我使用的odp。 odp的不匹配是这个问题的原因。谢谢