My webapp on IIS server is not working. I am trying to run my application on IIS and I am getting this error:

ERROR
The requested URL could not be retrieved

link|improve this question
What OS or version of IIS are you running? Is the app ASP or ASP.NET? – Chris_K Jan 1 '10 at 16:14
feedback

migrated from stackoverflow.com Jan 1 '10 at 7:01

This question came from our site for professional and enthusiast programmers.

3 Answers

Hai jyoti,

  • Try restarting the server, or at least IIS.

  • Double-check your virtual directory setup in the IIS management console.

link|improve this answer
feedback

check if you have installed IIS server correctly... Re-installing the IIS server might fix the problem... Also check the version of the OS you use. Some versions of windows have compatibility problem.

link|improve this answer
feedback

Is the host header for the site you're trying to access specified correctly? Including with www. and without?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown