I am experiencing a paradox when I try to set the Project URL setting using Visual Studio 2008 Team Developer on an XP system using
VB. The web site was created under the C:\inetpub\wwwroot\dnn500 folder. In the project settings/Web tab, When I set the "Use Local IIS Web server" option with the Project URL of
http://localhost/dnn500 I am prompted with a mesage that says I must create a virtual directory to continue.
If I create the virtual directory, I find that I can no longer access the test web site. I see a .Net error complaining about the machine key.
I guess I am trying to understand how to make the test DNN instance run and still create this project to run on the local IIS server. Any help or insight would be appreciated.