My application was developed on .net framewrok 1.1. It got deployed in dev server. I am trying to run the application remotely.
I am aslo getting same problem, even after changing customerror mode = Off. And i have checked in IIS that the site is pointing to .net framework 1.1 only. But still i am getting same problem. Please help me asap.
Well, I've figured out that I made an application that contained some code or other applications that could only run on a .net framework 2.0 or higher, applications that 1.0 didn't support.
So I would advice you to upgrade your server to .net framework 2.0 or higher, or delete or change the applications or code that needs a 2.0 framework
Exception message: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
Blvrs
Member
4 Points
2 Posts
Re: Server Error in '/' Application. Runtime error
Dec 16, 2009 10:12 AM|LINK
Mike
My application was developed on .net framewrok 1.1. It got deployed in dev server. I am trying to run the application remotely.
I am aslo getting same problem, even after changing customerror mode = Off. And i have checked in IIS that the site is pointing to .net framework 1.1 only. But still i am getting same problem. Please help me asap.
Thanks in advance
Blvrs
9uqRs
Member
8 Points
21 Posts
Re: Server Error in '/' Application. Runtime error
Dec 16, 2009 02:28 PM|LINK
Well, I've figured out that I made an application that contained some code or other applications that could only run on a .net framework 2.0 or higher, applications that 1.0 didn't support.
So I would advice you to upgrade your server to .net framework 2.0 or higher, or delete or change the applications or code that needs a 2.0 framework
best regards,
9uqRs
davesan
Member
2 Points
1 Post
Re: Server Error in '/' Application. Runtime error
Oct 15, 2010 01:38 PM|LINK
Hi,
I have a same problem but not allways. it's periodic.
What should be the problem?
I can not find the <customErrors mode="Off" /> under my web.config.
I have this row in the my script:
<system.web>
<sessionState mode="InProc" cookieless="false" timeout="120"/>
<compilation debug="true"/>
</system.web>
the system configuration is:
windows 2003 sp2 with the .net framework 2.0 installed
This is a warning i get under Application Event Viewer:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 2010-09-24 10:48:02
Event time (UTC): 2010-09-24 08:48:02
Event ID: 84fd428b5f534e998c65f92fde8f6901
Event sequence: 338
Event occurrence: 5
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1/Root/AddUser-2-129297809356120276
Trust level: Full
Application Virtual Path: /AddUser
Application Path: C:\NET\AddUser\
Machine name: Servername
Process information:
Process ID: 300
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: InvalidOperationException
Exception message: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
Request information:
Request URL: http://xxx.xxxxxx.org/adduser/UserList.aspx
Request path: /adduser/UserList.aspx
User host address: xx.xxx.xx.xx
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 1
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.SqlClient.SqlConnection.Open()
at System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection connection, ConnectionState& originalState)
at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
at AddUser.UserList.GetUserList() in C:\AddUser\UserList.aspx.cs:line 167
at AddUser.UserList.Button1_Click(Object sender, EventArgs e) in C:\AddUser\UserList.aspx.cs:line 125
at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Custom event details:
For more information, see Help and Support Center at
Br
Dave
web development asp.net
Javad Azmood...
Member
4 Points
3 Posts
Re: Server Error in '/' Application. Runtime error
Sep 29, 2011 09:45 AM|LINK
hi
I set "<customErrors mode="Off" />" but existence this error