Hi everyone,
I'm having a problem getting started developing with DNN 4.3.1, and I'm starting to go a little crazy. Seems that no matter how I create the DNN website (from source, as a new project from a starter kit, etc), and no matter what virtual directory I set up in IIS, whenever I attempt to access the site, I am redirected to a different port/URL where no webserver is running.
For example:
VirtualDir = "DotNetNuke"
http://localhost/DotNetNuke redirects to -> http://localhost:1172/dnn
VirtualDir = "test"
http://localhost/test redirects to -> http://localhost:1172/dnn
VirtualDir = "dnn"
http://localhost/dnn redirects to -> http://localhost:1172/dnn
It looks like VS.NET's Cassini web browser has somehow taken over... But this same redirecton occurs even when I've quit all instances of VS.NET/Cassini. Somehow IIS is stuck into thinking that it needs to be redirected.
Can anyone give me any pointers on how to solve this issue? I really want to start developing some modules for DNN, but it's tough to do that when I can't even get the website runnning!
Thanks,
-John Reilly