Has anyone run into an issue with their .NET server not posting any aspx pages? I have a .Net server that sometimes acts like IIS was stopped. I have looked at the resources and all are only at 15% usage. I have updated the server, iis and .Net framework with the latest SPs. This is a random accurance and to resolve this issue, I have to reboot the server. Sometimes when I open the IE in the server and run the aspx pages, it works fine until I close the IE in the server. Anyone have any ideas?

1 answers
Check Event Viewer, restart IIS in computer management.
answered 2 years ago by:
0
You may want to try running the IIS Repair Tool included with the .Net Framework. I don't have the .exe name handy, but I believe if you go to msdn and search on IIS Repair it will find it for you pretty quickly. It should be in your framework directory under Windows.
Good luck!
answered 2 years ago by:
0
it is aspnet_regiis.exe normally located in C:\WINNT\Microsoft.NET\Framework\v1.0.3705 (if it is .NET 1.0) or C:\WINNT\Microsoft.NET\Framework\v1.1.4322 (if it is .NET 1.1)
Run aspnet_regiis -i from command prompt and it will reinstall aspnet_wp properly on top of IIS.
answered 2 years ago by:
0
This post was imported from csharpfriends, if you have a similiar question please ask it again.
All previous members have been migrated, hope you enjoy the new platform!