I've just installed Vista and, after a steep learning curve, installed DNN441.
The biggest problem I had was understanding that it seems that you can't use DNN in a standalone website on a local machine [please correct me if this isn't the case! :) ]
I set up a new website, changed the AppPool to Classic .net [from the DefaultAppPool], pointed to the directory in which I had deployed the DNN Starter kit. I created an SQL 2000 databse [on another machine as Vista doesn't apparently support 2000 but as my online database is SQL 2000 I see no reason to upgrade yet.....].
In order for the new website to work, I set it up with a new port number ie 42 so the address becomes http://Localhost:42/
At this stage I can either drop into VS2005 and cntrl-F5 from their - in which case I get a local IIS created webservice ie Localhost:54376// etc.... [not wanted...] or step into my browser, enter Localhost:42 and off we go.
The website successfully accesses the database [I set the connection string in the web.config or course] and creates the site.
I then press the 'Access your Portal from here' and get to the site front page.
I can't log in.
I can't log in because the PortalAlias table entry is set to Localhost - it doesn't appear to recognise the port number.
I set the Portal Table entry [directly, through the Server Explorer in VS] to Localhost:42.
Doesn't work. It doesn't work because it appears to be cycling forever. no idea what's happening here........
Any Suggestions?
=============
Switch tactics.
--------------
I go back to the IIS7 and add a virtual directory under the root default website, taking care to switch to the .net classic mode.
It all works.
===========
Question: How can I get the website option of the IIS7 to work?
Thanks
Duncan.