I'm getting myself confused here. I am not sure if I have made a complete pig's ear out of this.
* I have VWD and SQL server 2005 correctly installed (I think)
* I installed 4.02 using the .VSI and created a web site in VWD called PaulCotter.com in a file system located at c:\web\PaulCotter.com\
* In VWD, I press F5 and the ASP development server on port 1453 jumps into life and an IE window springs up and I am at my DNN home page.
* I can define all the content, admin/host stuff.
* If I stop VWD the ASP development server on port 1453 continues to run in the system tray.
* Using IIS I added a web site and pointed it at c:\web\paulcotter.com, and default.aspx is a valid start document.
* If I open a new IE window and put in 127.0.0.1 it is redirected to http://localhost:1453/paulcotter.com/. (Sorry I do not know how to get rid of that hyperlink)
Why? .
* If I stop the ASP development server then opening IE at 127.0.0.1 gives a server not found - as we would expect.
What is the fundamental flaw in what I am doing? What procedure is needed to move from VWD to IIS
Paul