User2101330988 posted
I have created a secure website using asp.net 1.1. I put the folder in C:\inetpub\wwwroot\ and created the virtual directory in iis6 on windows server 2003. I can access the site locally (
https://localhost/site_name/),
on the network (
https://server_name/site_name/), but not over the internet (
https://www.url.net/site_name/). It will always say the site cannot be displayed.
I tried taking the ssl off of the site to see if that would fix the issue, but it didn't. Does anyone have any ideas on what is wrong? Thanks.