Problem with installation Time Tracker Community Edition

Last post 10-13-2009 10:59 PM by chetan.sarode. 5 replies.

Sort Posts:

  • Problem with installation Time Tracker Community Edition

    10-08-2009, 6:13 AM
    • Member
      4 point Member
    • DrHouseZG
    • Member since 10-08-2009, 10:11 AM
    • Posts 11

    Hi guy's,
    i'm new here and allready having problem with installation :). I use Visual Studio 2008, SQL Server 2005 Express and SQL Server 2008 on Windows 7. Problem is when i try from install.aspx create installation, i stuck on step 3 "Create the Admin Account - Step 3 of 5" with Error 
    (Line: 4723
    Error: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500) 
    I think that problem is on this step in code install.aspx.vb
    ( Dim config As Configuration = WebConfigurationManager.OpenWebConfiguration("~")
    If config Is Nothing Then 
    Throw New InvalidOperationException("Configuration file not available.") 
    )

    Can somebody help me ?

    Thanks

  • Re: Problem with installation Time Tracker Community Edition

    10-08-2009, 11:01 PM

    This problem is caused when the ASP.NET request not allows tags HTML in a input.

    To fix this problem, you can add the follow code in your WEB.CONFIG: 
    <system.web>
         <pages validateRequest="false">
    </system.web>.

    This is a known bug you may have caused it or maybe you did not check below for how to fix it.  If you still need help post again so I can provide more info.


    http://weblogs.asp.net/leftslipper/archive/2007/02/26/sys-webforms-pagerequestmanagerparsererrorexception-what-it-is-and-how-to-avoid-it.aspx

    http://bloggingabout.net/blogs/rick/archive/2008/02/20/pagerequestmanagerservererrorexception-status-code-500.aspx

     

    Chetan Sarode
    Software Engineer,
    Approva Systems Pvt Ltd,
    Pune, India.
  • Re: Problem with installation Time Tracker Community Edition

    10-09-2009, 4:05 AM
    • Member
      4 point Member
    • DrHouseZG
    • Member since 10-08-2009, 10:11 AM
    • Posts 11

    Hi i put this to web.config but i still have same problem. I was also trying to run this on IE Compatibility View. 

    Can you send me yours web.config to try with yours ?

  • Re: Problem with installation Time Tracker Community Edition

    10-11-2009, 11:14 PM

    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.

    If this helpful to you please mark it as answer, So it will help for other people 

    Hope it will help you, let me know.

    http://forums.asp.net/p/941943/1128558.aspx

    http://forums.asp.net/t/1373129.aspx

    Chetan Sarode
    Software Engineer,
    Approva Systems Pvt Ltd,
    Pune, India.
  • Re: Problem with installation Time Tracker Community Edition

    10-12-2009, 11:15 PM
    Answer

    Can you please update the status 

    Chetan Sarode
    Software Engineer,
    Approva Systems Pvt Ltd,
    Pune, India.
  • Re: Problem with installation Time Tracker Community Edition

    10-13-2009, 10:59 PM

    Glad it helps you 

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