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.")
)
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.
DrHouseZG
Member
4 Points
11 Posts
Problem with installation Time Tracker Community Edition
Oct 08, 2009 10:13 AM|LINK
Hi guy's,erErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500) iguration("~")ation file not available.")
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.PageRequestManagerServ
I think that problem is on this step in code install.aspx.vb
( Dim config As Configuration = WebConfigurationManager.OpenWebConf
If config Is Nothing Then
Throw New InvalidOperationException("Configur
)
Can somebody help me ?
Thanks
Time Tracker Community Edition
chetan.sarod...
All-Star
65619 Points
11118 Posts
Re: Problem with installation Time Tracker Community Edition
Oct 09, 2009 03:01 AM|LINK
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
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.
DrHouseZG
Member
4 Points
11 Posts
Re: Problem with installation Time Tracker Community Edition
Oct 09, 2009 08:05 AM|LINK
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 ?
chetan.sarod...
All-Star
65619 Points
11118 Posts
Re: Problem with installation Time Tracker Community Edition
Oct 12, 2009 03:14 AM|LINK
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
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.
chetan.sarod...
All-Star
65619 Points
11118 Posts
Re: Problem with installation Time Tracker Community Edition
Oct 13, 2009 03:15 AM|LINK
Can you please update the status
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.
chetan.sarod...
All-Star
65619 Points
11118 Posts
Re: Problem with installation Time Tracker Community Edition
Oct 14, 2009 02:59 AM|LINK
Glad it helps you
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.