IIS problem with my localhost
-
mooring guys...... im working with BizTalk 2006....i exposed an orchestration as a web-service.the problem is not here . the problem that when i was calling the web service as http://localhost..... the browser gives me this "The webpage cannot be found" but when i put my IP address it works well.... as in http://XXX.XX.XX.XX.... and if i put the local host IP address and the same browser message appears "The webpage cannot be found" so im searching about what is killing my localhost......i uninstall the sharepoint and the same error occurs so plz plz plz if any one have any idea..... Regards Ahmad Dalqamouny
-
mooring guys...... im working with BizTalk 2006....i exposed an orchestration as a web-service.the problem is not here . the problem that when i was calling the web service as http://localhost..... the browser gives me this "The webpage cannot be found" but when i put my IP address it works well.... as in http://XXX.XX.XX.XX.... and if i put the local host IP address and the same browser message appears "The webpage cannot be found" so im searching about what is killing my localhost......i uninstall the sharepoint and the same error occurs so plz plz plz if any one have any idea..... Regards Ahmad Dalqamouny
Try looking at the IP address assigned to the web site on your local host. 1) Open IIS management console 2) Right-click site and select 'Properties' 3) On the 'Web Site' tab is IP Address set to '(All Unassigned') ?? If your web site is assigned to your specific IP address then localhost and 127.0.0.1 won't work because it will only respond to the specific IP address. [Edit] One other solution (if you must have the IP address specifically assigned) is to click the "Advanced" button next to the assigned IP address and under "Multiple Identities..." add a new entry with the values of 'All Unassigned', 80, and 'localhost'
Mark's blog: developMENTALmadness.blogspot.com