I'm new to DotNetNuke and ASP development.
I have a Microsoft Virtual PC with SQL 2005 Developer, IIS is running and I an logining onto the PC as the administrator. I have DotNetNuke 04.08.02 Source in my C:\Downloads directory. I unzipped it to c:\DotNetNuke. I watched the install video from Jan Blomquist that I downloaded from here.
I have set windows to NOT use simple file sharing. I have as ASPNET user account.
I used SQL to build an empty database called DotNetNuke
In the website directory, I changed the name of the release.config file to web.config and edited the connectionString to "Data Source=VIRTUALDEV;Initial Catalog=DotNetNuke;Integrated Security=True;" and changed "AutoUpgrade" to "false"
When I brouse to http:/localhost/dotnetnuke, I get the The website declined to show this webpage error.
I have spent an hour or so trying to find the solution to this problem here and on search engines and can't get past this problem.
HELP!