Hi
We have upgraded to Visual Studio 2008 and upgraded our Website to run on .NET 3.5, somewhere things have gone wrong.
We have a login page in our site that is in a subfolder, however now when you click the image button to login it appears to be trying to submit to the same page but in in the root folder:
Before submitting url says:
domain.com/online/login.aspx?ReturnUrl=%2fonline%2progress.aspx
After submitting:
domain.com/login.aspx?ReturnUrl=%2fonline%2progress.aspx
and obviously get a 404 error!
I cannot work out why? We use a base tag on our website, but cannot disable this as other parts of the page fail.
Any ideas what would cause it would be much appreciated.
Thanks
B
We have upgraded to Visual Studio 2008 and upgraded our Website to run on .NET 3.5, somewhere things have gone wrong.
We have a login page in our site that is in a subfolder, however now when you click the image button to login it appears to be trying to submit to the same page but in in the root folder:
Before submitting url says:
domain.com/online/login.aspx?ReturnUrl=%2fonline%2progress.aspx
After submitting:
domain.com/login.aspx?ReturnUrl=%2fonline%2progress.aspx
and obviously get a 404 error!
I cannot work out why? We use a base tag on our website, but cannot disable this as other parts of the page fail.
Any ideas what would cause it would be much appreciated.
Thanks
B