Questions tagged [application-pool]

Application pools allow you to isolate your applications from one another, even if they are running on the same server.

An Application Pool can contain one or more applications and allows us to configure a level of isolation between different Web applications. For example, if you want to isolate all the Web applications running in the same computer, you can do this by creating a separate application pool for every Web application and placing them in their corresponding application pool. Because each application pool runs in its own worker process, errors in one application pool will not affect the applications running in other application pools.

882 questions
0
votes
1 answer

App_Browser file changes not being picked up by ASP.Net app

I recently deployed a browser file called 'BrowserFile.browser' under App_Browsers folder. Previously, it did not exist. However, I am finding that the browser file is not being read by the ASP.Net app. Do I need to recycle the app pool of the…
Sunil
  • 20,653
  • 28
  • 112
  • 197
0
votes
1 answer

When using integrated security should I use the default apppool

I just read something that said it's much better to use integrated security here on SO, so I've switched all my connection strings over. The error I get is "Login failed for user 'IIS APPPOOL\DefaultAppPool'." Before I go ahead and grant this user…
NibblyPig
  • 51,118
  • 72
  • 200
  • 356
0
votes
1 answer

App pool won't recylce in IIS 6.0

On IIS 6.0 I have configured an app pool to recycle at 7am in the morning but I am not sure if it recycled as nothing is logged in the system viewer logs. Any ideas And is there a way we can get an alert when pool recycles?
rumi
  • 3,293
  • 12
  • 68
  • 109
0
votes
1 answer

How do I load Content Dynamically into windows 8 apps

I just learned that Windows 8 app, can be developed with HTML5 I wish to know how to load content dynamically for the app, like a news app that changes the content when it is refreshed. I learnt that pool service is needed, please explain?? Please…
Sudharsun
  • 741
  • 6
  • 23
0
votes
1 answer

Programmatically create Application Pool, error setting "ManagedPipelineMode"

I am creating an application pool for IIS 6 (Windows Server 2003R2) programmatically using the following code, but getting an error on the line that is trying to set the ManagedPipelineMode Attempt 1 string metabasePath =…
invertigo
  • 6,336
  • 5
  • 39
  • 64
0
votes
0 answers

Using connection string login and not Application Pool Identity

The Question: How do I get my Web Application to use my connection string login and not the Application Pool Identity? The Background: I have started up a .net mvc project and currently use Arvixe for hosting. I made a simple page using a form to…
cfisher
  • 235
  • 3
  • 17
0
votes
1 answer

application pool recycle complications

We have a web application which goes down with an exception of type System.OutOfMemoryException. We are looking into root cause to fix. Until then we are performing application pool recycle every week so that this incident does not occur. Does…
venkat
  • 11
  • 3
0
votes
1 answer

Center Website On One Page with ABCPDF

I have code that does a good job of centering html inside one page on abcpdf. This was provided to me from websupergoo company that created abcpdf. However, my application pool keeps shutting down, and I believe its a performance issue. I even…
Mike Flynn
  • 22,342
  • 54
  • 182
  • 341
0
votes
0 answers

Create Web app pool and Site on on Server 2008 R2 with IIS 7.5, WiX 3.7

Site is not getting created as intended. Please see the Image. Two virtual directories for CoreWebServicesV3 are getting created one pointing to default app-pool and another app-pool which I have created.
Chat
  • 185
  • 1
  • 5
  • 15
0
votes
0 answers

How To Discover AppPool Properties For Running Web App

I would like to know how to programmatically discover and enumerate properties of the Application Pool being used to run my C# web site in order that I can test properties of the App Pool against a set of expectations and report the results.…
IanT8
  • 2,167
  • 2
  • 23
  • 38
0
votes
1 answer

Web Platform Installer - Specific Application Pool in IIS7.0

I'm making a zip package to be uploaded to the MS web gallery. There is no SQL database, so manifest.xml looks pretty simple... as well as parameters.xml
Max Ch.
  • 1
  • 1
0
votes
1 answer

Recycling IIS 7 app pool at specific time

We are getting an error when we try to set it to a specific time every 7 days at a specific time. The doc says it is possible by using the optional [d] argument. We want to recycle every 7 days at 3…
vicky
  • 160
  • 2
  • 9
0
votes
2 answers

Sharepoint farm solution recycle which application pool?

I have SharePoint Project which deploy as Farm Solution. I have multiple Web Application (SPWebApplication) in SharePoint. Each Web Application has dedicated application pool. I want to know if I deploy project as Farm Solution then all application…
Shailesh Jaiswal
  • 3,606
  • 13
  • 73
  • 124
0
votes
1 answer

IIS Creating windows login from an anonymous login page. Classic Mode. Basically a generic password/username submit page

I do NOT want to use intergrated mode. I do NOT want to use intergrated mode. So please no links to layered authenication. Thats NOT what i want. What I have is this, a anonymous page that authenicates a user, after then it passes off the user…
user222427
0
votes
1 answer

CPU cap for IIS application pool

I have been attempting to implement a CPU cap for a specific IIS application pool running on a web server (Win2K8 R2). I have tried using Windows System Resource Manager using several different process matching criteria, but the process never…
tjc59
  • 633
  • 8
  • 24