Click here to Skip to main content
15,892,746 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: LinkButton in DataGrid Pin
VanithaVasu4-Mar-08 17:37
VanithaVasu4-Mar-08 17:37 
Generalset username and password to open internet explorer Pin
gopismiles3-Mar-08 21:14
gopismiles3-Mar-08 21:14 
GeneralRe: set username and password to open internet explorer Pin
Christian Graus3-Mar-08 21:21
protectorChristian Graus3-Mar-08 21:21 
GeneralRe: set username and password to open internet explorer Pin
eyeseetee3-Mar-08 21:27
eyeseetee3-Mar-08 21:27 
GeneralRe: set username and password to open internet explorer Pin
Christian Graus3-Mar-08 21:45
protectorChristian Graus3-Mar-08 21:45 
GeneralCannot Get Traditional Chinese character properly with Request.QueryString under ASP.NET C# Pin
oceandeeplawrence3-Mar-08 21:09
oceandeeplawrence3-Mar-08 21:09 
GeneralThe problem during writing into an existing cookie, after re running my web application....... Pin
Vishnu Narayan Mishra3-Mar-08 20:57
Vishnu Narayan Mishra3-Mar-08 20:57 
GeneralIIS System.OutOfMemoryException Pin
Eduard Keilholz3-Mar-08 20:05
Eduard Keilholz3-Mar-08 20:05 
Whoah!! What is this... I've created a web-application which runs on 144 seperate websites. Those websites are pretty equal and therefore pointing to the same Home Directory (local path). The app. is written in asp.net 2.0 and uses SQL Server 2005 as data source.

We're test running the app since a month or so and depending on the server load, the following exception occurs in about four days of running :
Failed to initialize the AppDomain:/LM/W3SVC/1993985091/Root

Exception: System.SystemException
Message: Failed to create AppDomain.
StackTrace:    at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironment(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
   at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironmentAndReportErrors(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)

InnerException: System.OutOfMemoryException
Message: Exception of type 'System.OutOfMemoryException' was thrown.
StackTrace:    at System.AppDomain.nCreateDomain(String friendlyName, AppDomainSetup setup, Evidence providedSecurityInfo, Evidence creatorsSecurityInfo, IntPtr parentSecurityDescriptor)
   at System.AppDomain.CreateDomain(String friendlyName, Evidence securityInfo, AppDomainSetup info)
   at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironment(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)


I've been trying to find the cause of this excepion but cannot find any reason why this exception occurs. I've been looking for memory leaks since there's obviously a memory problem... The websites are pretty frequently visited so we expect a large amount of traffic. Anyway, i'm pretty much determined to get the cause of this exception, but i'm quite stuck here...

Any suggestions?

.: I love it when a plan comes together :.
http://www.zonderpunt.nl

Questionhow to show gridview update after button click without postback Pin
uglyeyes3-Mar-08 19:23
uglyeyes3-Mar-08 19:23 
AnswerRe: how to show gridview update after button click without postback Pin
Christian Graus3-Mar-08 19:34
protectorChristian Graus3-Mar-08 19:34 
GeneralRe: how to show gridview update after button click without postback Pin
uglyeyes3-Mar-08 19:41
uglyeyes3-Mar-08 19:41 
GeneralRe: how to show gridview update after button click without postback Pin
uglyeyes3-Mar-08 19:52
uglyeyes3-Mar-08 19:52 
GeneralRe: how to show gridview update after button click without postback Pin
Christian Graus3-Mar-08 20:11
protectorChristian Graus3-Mar-08 20:11 
GeneralRe: how to show gridview update after button click without postback Pin
Christian Graus3-Mar-08 19:53
protectorChristian Graus3-Mar-08 19:53 
GeneralRe: how to show gridview update after button click without postback Pin
uglyeyes4-Mar-08 11:46
uglyeyes4-Mar-08 11:46 
Generalget a value in a gridview Pin
caradri3-Mar-08 19:03
caradri3-Mar-08 19:03 
GeneralRe: get a value in a gridview Pin
Christian Graus3-Mar-08 19:36
protectorChristian Graus3-Mar-08 19:36 
GeneralRe: get a value in a gridview Pin
caradri3-Mar-08 20:35
caradri3-Mar-08 20:35 
GeneralRe: get a value in a gridview Pin
Christian Graus3-Mar-08 20:49
protectorChristian Graus3-Mar-08 20:49 
GeneralRe: get a value in a gridview Pin
caradri3-Mar-08 21:24
caradri3-Mar-08 21:24 
GeneralRe: get a value in a gridview Pin
Christian Graus3-Mar-08 22:14
protectorChristian Graus3-Mar-08 22:14 
Questionasp:UpdatePanel Component Question Pin
Programm3r3-Mar-08 18:41
Programm3r3-Mar-08 18:41 
GeneralRe: asp:UpdatePanel Component Question Pin
eyeseetee3-Mar-08 21:24
eyeseetee3-Mar-08 21:24 
Questionhow & where to say dll file name in vs2005? Pin
Member 38798813-Mar-08 18:38
Member 38798813-Mar-08 18:38 
AnswerRe: how & where to say dll file name in vs2005? Pin
EvilInside3-Mar-08 18:59
EvilInside3-Mar-08 18:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.