application-pool
How to tell why an IIS application pool is recycled
Background: I\'ve deployed an ASP.NET MVC 3 app that works on my machine to a shared hosting provider and am discovering some problems that appear to be related to the application pool being recycled.[详细]
2023-02-20 04:07 分类:问答'DefaultAppPool' suffered a fatal communication error with the World Wide Web Publishing Service
I am getting Event Log entries every time I access the site: Event Type: Error Event Source:VsJITDebugger[详细]
2023-02-20 03:14 分类:问答1334 event ID app pool crashes
when running an asp.net application there are intermittent errors occuring like the one below currently we have requested for the code but until then if there is a solution available it would be grea[详细]
2023-02-19 06:11 分类:问答How to change application pool of site programatically depending on target .net version
I want to set ap开发者_JAVA百科plication pool of site programatically depending on .net target version.Can somebody help me with C# code for this.I want like[详细]
2023-02-15 17:09 分类:问答Can I set identity of my WCF service to run as 'Network Service' so it can reach shared network folders?
When debugging WCF service I need to use the remote share that stores our test data. But, since I host it on a local machine in IIS5 it doesn\'t have something like an application pool identity as fou[详细]
2023-02-13 19:13 分类:问答multiple users accessing wcf, stalls service
we currently have this setup: 1) a web site that fronts functionality to user, one of its modules connect to a separate web service (WCF) as reference.[详细]
2023-02-12 21:35 分类:问答How can I accurately determine application pool memory usage by an ASP.NET application
My hosting company imposes a 100mb memory limit on application pools (IIS 7.5). How can I accurately determine the memory usage of my ASP.NET application?[详细]
2023-02-11 21:54 分类:问答Changes in ascx / aspx files - will it reset application
Changes in ascx / aspx files - will it reset application? Sometimes on dev server they won\'t cause it whereas on live serve开发者_如何学Cr I think it sometimes causes it. What is the rule?[详细]
2023-02-11 13:36 分类:问答Hosting a .NET 4.0 Web Service in IIS 6
I am trying to host a 2nd website (outside of Default Web Site, which is already used) that is a web service supported by .NET 4. This is IIS 6.[详细]
2023-02-09 20:55 分类:问答iis 7.5 Application web.config restarts entire application pool
In IIS 7.5开发者_JS百科 I have the following configuration: Sites -Site1 --App1 --App2 Site1, App1 and App2 are each running in separate Application Pools.When I update the web.config under App1 it[详细]
2023-02-08 21:43 分类:问答