简体   繁体   English

IIS中从未加载过部署在IIS中的ASP.net网站

[英]ASP.net website deployed in IIS not ever loading

I have an asp.net website, which is fully working is visual studio. 我有一个asp.net网站,Visual Studio可以正常运行。 no errors what so ever. 没有任何错误。 Then I started iis and added a new website. 然后,我启动了iis并添加了一个新网站。 I have set the path to the website but the website is never stopping with loading. 我已经设置了网站的路径,但是网站永远不会因加载而停止。 I have no clue what the problem is... In an earlier version there where no problems.... 我不知道问题是什么...在较早的版本中,没有问题...

Whatever i do now. 不管我现在做什么。 rolling back to the old website or the current the webpages is loading into infinity. 回滚到旧网站或当前网页正在无限加载。

Can anyone please help me? 谁能帮帮我吗?

Thanks in advance 提前致谢

Edit 编辑

I have no experience with IIS. 我没有IIS的经验。 I installed it and the i created a new website. 我安装了它,然后创建了一个新网站。 i had to set the physical path to it. 我必须设置物理路径。 and the it worked... This was the first time... 而且它起作用了...这是第一次...

I made some changed to the solution and the i Replaced the files... this time the website is loading into infinity 我对解决方案进行了一些更改,“我替换了文件...”这一次该网站正在加载到无限

How do you publish the app? 您如何发布该应用程序? Via visual studio? 通过Visual Studio? It could be a number of things. 可能有很多事情。 Usually the problem is access, rights, missing libs/files, firewall, port, url, redirects or maybe IIS app config - when creating a new app I sometimes forget to fix the application pool to .net 4 in IIS. 通常问题是访问,权限,缺少的lib /文件,防火墙,端口,URL,重定向或IIS应用程序配置-创建新应用程序时,我有时会忘记将应用程序池固定为IIS中的.net 4。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM