Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi ,

I am facing a issue with IIS 7.5 and windows 7. I created a Virtual Directory in IIS under default app Pool. But the IIS returning an error 'The system cannot communicate with the external server ( localhost ). The Internet server may be busy, may be permanently down, or may be unreachable because of network problems'

i have given all proper access rights in my folder. and VD. i am really confuced...

Please help me out.
Posted
Comments
E.F. Nijboer 22-Nov-10 11:19am    
Did you clear your browser cache and try again?

1 solution

Hi,
If clearing the browser cache does not do the job, worth checking your system event logs for any hints of what might be wrong, as often IIS does give some insights that way.
Other things worth a try to narrow it down:
1) check the IIS log. Can you at least see the request coming in (if so check the status value for hints of whats wrong), or if it does not show up it suggests your request is not reaching IIS.
2) use 127.0.0.1 rather than localhost (ok, sounds silly but worth a try just to rule out name issues)
3) Can you access other pages on this IIS server? If so narrow your search to the Virtual Directory you created, otherwise check firewall is not blocking, and IIS is responding. Your error message suggests the site is being blocked.
4) Try accessing the site from the same PC as the site is running (so locally accessed). If you can't get a response, try restarting IIS, and then retry.
5) Turn on IIS failed request tracing. Typically this will give you good diagnostics on whats wrong.
regards
Charly
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900