My IIS was working fine. But it suddenly stopped working. Now i am trying to a open a hosted url it keeps on showing loading, but never is getting loaded. Please help
Try opening up the command line and typing in iisreset. Be careful as this will reset the entire iis server so you don't want to use this on a production server. If it's a production server you can manually stop and start the individual website from the
IIS Manager.
heyitsme
Participant
1397 Points
503 Posts
IIS not working
May 23, 2012 11:21 AM|LINK
My IIS was working fine. But it suddenly stopped working. Now i am trying to a open a hosted url it keeps on showing loading, but never is getting loaded. Please help
hoopslife
Contributor
2477 Points
483 Posts
Re: IIS not working
May 23, 2012 11:48 AM|LINK
Try opening up the command line and typing in iisreset. Be careful as this will reset the entire iis server so you don't want to use this on a production server. If it's a production server you can manually stop and start the individual website from the IIS Manager.
Blog
heyitsme
Participant
1397 Points
503 Posts
Re: IIS not working
May 23, 2012 12:16 PM|LINK
i tried restarting iis server but it dint work. By reseting will i lose all hosted directories?
hoopslife
Contributor
2477 Points
483 Posts
Re: IIS not working
May 23, 2012 02:46 PM|LINK
No, you won't lose hosted directories. Can you create a test sample asp.net website and try to run it on your IIS to see if that works?
Also, I would strongly recommend downloading fiddler and viewing the website traffic to see what is happening. You can also try Firebug in Firefox.
Blog