I have deployed my asp.net web application to a test IIS 7.5 server (same machine in fact). the application works fine in visual studio 2010. I am using cookieless authentication. when i open the deployed site and it is redirecting the user to the main page after login, i get a page not found error.
Any ideas why this might be happening?
thanks
Damo
In the code behind the login page i had the following.
i had to change the word localhost to the actual pc name. I will make this part of the webconfig.
is this the way to do this. i thought it would of worked with localhost??
thanks
Damo