I just got IIS up and running. It threw a bunch of files on my local machine, namely iisstart.asp and localstart.asp. I created a virtual directory as per some suggestions I found in this forum and copied the files into it.

The path is C:\Inetpub\wwwroot\ASP.NET. When I type it into my web browser, I type in "http://myxp/asp.net/issstart.asp". However when I hit enter, it always redirects to "http://myxp/asp.net/localstart.asp".

I can access it fine from my other computer, but not from my local.

How do I get it to stop that so I can see how things look when I make changes? I would like to have my browser constantly pointing at the url and just click the refresh button to update any changes I make all on the same machine.

I'm guessing that I have IIS setup improperly, but I don't know what to change.