简体   繁体   English

为什么IIS10上的asp网站在迁移后挂起?

[英]Why asp web site on IIs10 hangs after migration?

I have an asp website with framework.net 4. I change the server to 2019 with IIs 10. after migration my web site hangs.我有一个带有 framework.net 4 的 asp 网站。我使用 IIs 10 将服务器更改为 2019。迁移后,我的网站挂起。 my application pool is classic.我的应用程序池是经典的。 I check the network but I can not find the reason.我检查了网络,但我找不到原因。 I have virtual network for server.我有服务器的虚拟网络。

What is the problem?问题是什么? How can I check the truble?我怎样才能检查真假?

Open the EventView on server and see what are the asp.net errors there.在服务器上打开 EventView,看看那里有什么 asp.net 错误。

Usually when you setup a new server, and you have a new pool, the settings on the pool is to stay down if too many errors appears, and if for example can connect to the database, it may stay down...通常当你设置一个新的服务器,你有一个新的池时,如果出现太多错误,池上的设置是保持关闭,例如如果可以连接到数据库,它可能会保持关闭......

So find your error on event viewer, then check the settings of you pool to see if have set to stay down after some errors.所以在事件查看器上找到你的错误,然后检查你的池的设置,看看是否在一些错误后设置为保持关闭。

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

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