Hi William,
Thank you for responding. I have been working with DNN since version 2.1.2, so I've done several installations, but this is my first installation of DNN version 5 and this one definitely has me puzzled.
I've installed it 3 times on my local machine, and each time I'm getting the same result.
Typing in this URL: http://localhost/dotnetnuke514i/default.aspx will give me the default page with the standard screen that I expect to see with any other installation of DNN. I'm at the home page, however if I click in the menu and select the "Home"
The URL changes to: http://localhost/dotnetnuke514i/Home.aspx and I get an HTTP 404: The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. (The standard HTTP 404 error)
The Register page WORKS! yes, I get a registration page, but if I try to register and type in information, after registering, I get the "proceed to login" and when I click on that button, I get the same URL http://localhost/dotnetnuke514i/Home.aspx with the same error.
When I try the Login button I get a URL: http://localhost/dotnetnuke514i/Login.aspx?ReturnUrl=%2fdotnetnuke514i%2fdefault.aspx which also results in an HTTP 404. (Same error message)
Since I can't get to the login screen I can't login as host, so I can't get to the Site Settings tab.
Now the version information says Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3601
Do I need to have the .NET Framework Version set to 3.5??? I can't seem to figure out how to set this up to use the 3.5 Framework (can't find that tab) maybe that's my problem?
Now just for kicks, I copied the same URL that I have for my dotnetnuke495i installation and changed the URL to reflect the dotnetnuke514i installation, and I get the login page:
So I changed:
http://localhost/dotnetnuke495i/Home/tabid/38/ctl/Login/Default.aspx?returnurl=%2fdotnetnuke495i%2fdefault.aspx
to
http://localhost/dotnetnuke514i/Home/tabid/38/ctl/Login/Default.aspx?returnurl=%2fdotnetnuke514i%2fdefault.aspx
and I get the login screen to the DNN 5.1.4 install version, you talk about the "human url rewriting" is turned on by default, could the part where it's suppose to interpret the URL not be working correctly?
So what configuration am I missing so the simple URLs aren't working for my local installation?