I have deployed MS's Starter Kit "TimeTracker" to my site. This is what I have done: 1. FTPed the site to a folder 2. Used the web application utility to activated the folder as an appliction 3. Gone to the IIS Manager and set the current NET Framework Setting to 2.0 When I navigate to the application http://www.everrec.com/huntsvillehospital/Default.aspx, the login page is displayed. However, when I input my username/password and click the "Log In" button, I get the following error: Server Error in '/HuntsvilleHospital' 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: /huntsvillehospital/InternalError.aspx and the address in the URL is: http://www.everrec.com/huntsvillehospital/InternalError.aspx?aspxerrorpath=/HuntsvilleHospital/TimeTracker/login.aspx. The link I am trying to get to is: http://www.everrec.com/HuntsvilleHospital/TimeTracker/TimeTracker.aspx. I am using the VS Express version of the TimeTracker so my understanding is that I do not need to build out a database as the db file"TimeTracker.mdf" has been FTPed with all the other files. If anyone could provided some guidance for me, I would appreciate it. Thank you, Kevin
this is a 404 error, ie. the file does not exist. Make sure you upload all the site content. Bruce DiscountASP.NET www.DiscountASP.NET
Ok.. http://www.everrec.com/HuntsvilleHospital/TimeTracker/TimeTracker.aspx have a custom error that point to a non-existing page. Try disable CustomError for now. This should force the system to display the real error. Bruce DiscountASP.NET www.DiscountASP.NET