I want to port a site made on DNN 3.1 to 4.0.3. I have installed the DNN4 successfully. I restored the the database of my old site, and it also upgraded successfully and I'm able to see the site. The problem is, when I type http://localhost/MySite in address bar it opens the site's default page and I can navigate the site... but when I type http://localhost/MySite/Login.aspx it gives error...
Server Error in '/MySite' Application.
--------------------------------------------------------------------------------
The resource cannot be found.
Description: 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. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /MySite/Login.aspx
I'm able to browse same Login.aspx page by typing: http://localhost/MySite/Default.aspx?tabid=91
What could be the reason?