I am attempting to move a DotShoppingCart from one server (Windows 2003) to another (Windows 2008).
The logo, categories, sub-categories, text based links, and search box are showing up on the new server. Since the custom categories that I created on the old server are showing up fine on the new server, I know that I am able to connect to the database successfully.
I copied the entire folder folder with the App_Code, App_Data, Store, etc. folders from the old server to the new server.
The problem is that when I click on any of the following links:
/Login.aspx
/Register.aspx
/Store/Category/Embroidered Specialty Gifts.aspx (or any custom category)
<span>
The resource cannot be found.
</span> 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: /cart/Store/Category/Embroidered Specialty Gifts.aspx
Where are the files like Login.aspx stored on the old server, so that I can move them to the new server? I have done a search on the entire C: and D: drive on the server, but I cannot find these .aspx files.
|