I am trying to host a website on my server to which I want to allow anonymous access.
I have purchased a domain name from Go-Daddy and changed the A/MX-Record to point to my server (as I am also running Exchange Server, before I get lectured on how this is a bad idea please see my other question Running ASP.NET Website and Exchange Server on same machine?).
So at the moment when I navigate to my domain it does indeed go to my server as I am presented with the standards Welcome to Windows Server 2003 page. However, I don't want this to happen I wan't to re-direct any requests coming to my server from my new domain to a different website folder.
What I did so far was...
1) Opened up IIS Manager
2) Created a new Web Site
3) Set the host header of the Web Site to be my new domain
4) Made sure that Anonymous access was enabled.
This all worked fine, however, whenever I navigated to my domain it kept prompting me to log in. Once logged in it would display all the content of the page, otherwise it would not.
So I then went to the particular folder and in the Web Sharing tab I try to enable sharing for the new web site I have created. However, everytime I enabled it for my website and applied it, going back in and checking it it was always going back to "Do not share".
Please help me its driving me insane!