installation

Last post 04-08-2008 11:27 PM by chetan.sarode. 5 replies.

Sort Posts:

  • installation

    03-04-2008, 7:49 AM
    • Loading...
    • nwahlberg
    • Joined on 03-04-2008, 12:47 PM
    • Brooklyn, CT
    • Posts 22

    This may be a stupid question, but how do I run this in VS .NET 2008? I can't seem to open the project. It says that it can't dins the Website when I try to open it up.

     Thank for your help.

    -- Nik

  • Re: installation

    03-04-2008, 8:12 AM
    • Loading...
    • Jeev
    • Joined on 11-24-2005, 7:49 AM
    • Posts 2,328

    I assume its a asp.net 2.0 project. Try upgrading it.. it should be fine If you decide to still target the 2.0 framework the only change will be in the solution file

    Jeev
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    If you get the answer to your question, please mark it as the answer.
  • Re: installation

    03-04-2008, 11:21 AM
    • Loading...
    • nwahlberg
    • Joined on 03-04-2008, 12:47 PM
    • Brooklyn, CT
    • Posts 22
    I am not sure as I can't get the project opened at all. It is what comes in the ZIP file that I am intersted in correct? When I run the download it unzips to my projects in ZIP format. Perhaps I am missing some other steps in the process. Any help would be most appreciated. Thanks, Nik
  • Re: installation

    03-05-2008, 10:33 PM

    1) in VWD create a new Web Site and point it directly to your IIS local web server call it TimeTracker e.g. http://localhost/TimeTracker (since I have problem getting VWD web server to work using the Beta release) this step will create a web site on your local IIS, you can do this manually too.
    2) Unzip the file downloaded into the C:\Inetpub\wwwroot\TimeTracker and overwrite any files there.
    3) Launch the site in IE e.g. http://localhost/TimeTracker/Default.aspx

    Check in web.config for connectionString, configure it according to your server name, password etc.

    In Time Tracking System, it uses inbuild Membership classes for user creation, updation etc..

    You have to register your DB with ASP.NET Membership classes by executing the command line utility in VS prompt

    aspnet_regsql, it will open one window, where you  have to configure DB.

    Hope it will help you, let me know.

    Chetan Sarode
    Software Engineer,
    Approva Systems Pvt Ltd,
    Pune, India.
  • Re: installation

    03-17-2008, 11:19 PM

    Have you solved you problem

    What is the status

    Chetan Sarode
    Software Engineer,
    Approva Systems Pvt Ltd,
    Pune, India.
  • Re: installation

    04-08-2008, 11:27 PM

    The solution I provided to you, have you tried that one

    In VS 2008 try to cretae Web site under framework 2.0

    & see whether u able to run it

    Chetan Sarode
    Software Engineer,
    Approva Systems Pvt Ltd,
    Pune, India.
Page 1 of 1 (6 items)