TimeTacker Deployment

Discussion in 'ASP.NET Starter Kits' started by everreccom0, Jan 28, 2006.

  1. 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
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    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
     
  3. Which component? I have uploaded every single file.
     
  4. Bruce

    Bruce DiscountASP.NET Staff

Share This Page