blah blah blah is here! blah blah » Close

up0down
link

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?

last answered 8 months ago

1 answers

up0down
link

Check Event Viewer, restart IIS in computer management.

up0down
link

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!

up0down
link

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.

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!

Feedback