Click here to Skip to main content
15,887,267 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have hosted a secured website in IIS server namely

https://xxxxx.com/virtual directory/.....

I can be able to access this site from anywhere else.
But not from the server where the site is hosted.

How to access the site locally.

This is a old web service project and I need to refer the asmx page in another website which is also hosted in the same server.

Thanks in advance.
Posted

1 solution

I have added an entry in driver/etc/hosts file to redirect the dns to iis.

This solved my problem.
 
Share this answer
 

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



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