Hallo,

I uploaded my web site on the server. However after the login I got a 404 error, since it is not able to find a page (I used ASP.NET form authentication, and from the Login.aspx the system should redirect the user to Default.aspx).
In the addess bar, when I got the 404 message there is the following string: "http://[server address]/GenericErrorPage.htm?aspxerrorpath=/Login.aspx".

Could this problem be due to some path problems?
I pasted the
code of the application into a folder on the Server (it is called XHTMLSite and the project in VS 2005 has a different name, but I do not think this is the reason, since internally the path is perfectly the same).

I write here also the web.config:



















Thank you in advance for every suggestion.