I keep on getting this in my URL everytime I open the site:
http://mywebsite.com/Install/Install.aspx?mode=upgrade
It would upgrade the site everytime and when I clicked on the link "Click Here to go to your site", it would just do it again -- an endless loop. And I didn't ask to upgrade the site.
I went in and deleted out Install.aspx and Install.aspx.vb and that causes an error but then when I refresh the screen it finally goes to the site.
Here's the error that I get:
Server Error in '/' 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: /Install/Install.aspx
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
What can I do to get it to stop trying to (automatically) upgrade my site?
Thanks.