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

Application Pool slow to start with Google Chrome

this is one that is confusing me completely. This issue doesn't happen with IE, Firefox, Safari ONLY with Google Chrome. (I haven't tested other browsers). Basically I run my own web server, IIS 7.5, and have a number of development websites on it…
Anthony
  • 441
  • 1
  • 5
  • 20
0
votes
1 answer

Ignore application pool when migrating from IIS 6 to IIS 7.5 with MSDeploy

I am currently migrating my websites from a Windows Server 2003 (SourceServer) with IIS 6 to a Windows Server 2008 R2 (DestServer)with IIS 7.5. I use the MSDeploy tool to perform the operation. After checking the dependencies (just Windows…
CiccioMiami
  • 8,028
  • 32
  • 90
  • 151
0
votes
1 answer

Modify App Pool with Web Deploy and TeamCity

We are using Teamcity and deploy our websites with the msbuild MSDeployPublish target. This works fine, but we also want to ensure that the application pool on the server we deploy to has the "Load User Profile" set to true. How can we do this? If…
Martin
  • 1,521
  • 3
  • 18
  • 35
0
votes
1 answer

asp.net localized resources dll not created in temporary asp.net internet files

We are storing our localized resources in a separate assembly from our web application. After using xcopy deployment to our web server, the localized satellite resources.dll files are not being generated (in temporary asp.net files) by the…
0
votes
1 answer

On server works but after the publishing i get an error

I have ASP.NET v3.5 website project. My project works at visual stduio on server.But after the publishing, i get error. "Could not load the assembly 'App_Web_wkfb1ehc'. Make sure that it is compiled before accessing the page." i think this is an…
0
votes
1 answer

Add user to DefaultAppPool that isn't within IIS_WPG Group

My issue is two-fold: Need a user account to write to inetpub/wwwroot that isn't in the IIS_WPG Group Change the DefaultAppPool account to specified user account in #1 We cannot have anonymous HTTP writing to Server A from Server B from the…
justacoder
  • 2,684
  • 6
  • 47
  • 78
0
votes
1 answer

programmatically added application pool (app pool) is not showing up in Internet Information Services (IIS) Manager

(Using IronPython), I'm adding an application pool as follows, but the app pool won't show up in Internet Information Services (IIS) Manager. Anyone know why this discrepancy is happening? This is working because I see the app pool I added when I…
Gezim
  • 7,112
  • 10
  • 62
  • 98
0
votes
1 answer

IIS - list subwebs and the app pools they are in?

I have an IIS 6.0 website with very many subwebs and several application pools. I would like help establishing which app pool each of the subwebs is in using c#. I have looked at the DirectoryServices namespace but still not sure of what to do. Any…
Davie
  • 818
  • 3
  • 12
  • 24
0
votes
1 answer

What identities are used for WCF Application running on IIS?

My web appkication has the following set up.. WCF application hosted on IIS7 Basic HTTP binding - SecurityMode = TransportCredentialOnly and ClientCredentialType = Windows. .Net 4.0 The app runs in a .Net 4.0 Application Pool using…
Remotec
  • 10,304
  • 25
  • 105
  • 147
0
votes
0 answers

ASP.NET MVC application fails after IIS application pool recycle

The ASP.NET MVC application after deploying to Hosting environment (Windows server 2008 R2, IIS7) works as expected - until the IIS application pool is recycled. The IIS administrator has configured application pool to be recycled at regualr…
0
votes
1 answer

.svc handler mappings for .Net 2.0 app pool working after a .Net 3.0 install?

This is odd. I have a website running under a .Net 2.0 app pool (Integrated mode) and couldn't connect to a WCF service on the site. A message reading "The requested content appears to be script and will not be served by the static file handler"…
larryq
  • 15,713
  • 38
  • 121
  • 190
0
votes
1 answer

Get know to consumed resources by a virtual directory

I have many applications on IIS in different web sites. Some of them are using 4 core some of them are using just 1 core of CPU. To make this I seperated into different application pools (named like 4.0Framework_1CPU, 3.5Framework_4CPU etc.) I want…
uzay95
  • 16,052
  • 31
  • 116
  • 182
0
votes
1 answer

Where are IIS error pages stored?

I have a webhosting company. When a client does not I stop their sites app_pool and in the web.config I add:
aron
  • 2,856
  • 11
  • 49
  • 79
0
votes
1 answer

Application Pool crashing after every automatic recycle since upgrade to ASP.NET 4.0

After upgrading an ASP.NET solution to 4.0 we have noticed that every time the application pool recycles automatically (every 1740 minutes), exactly 32 seconds later we get an error in the event logs with event ID 5009. I installed the debugger on…
Francesco Gallarotti
  • 1,221
  • 1
  • 16
  • 39
0
votes
1 answer

How to grant rights properly to a folder on IIS 7.5 Express

I'm getting a quite common exception: Access to the path 'C:\inetpub\wwwroot\Content\Images\Uploads\' I'm using IIS Express 7.5. I'm using WA authentication in my…
lexeme
  • 2,915
  • 10
  • 60
  • 125
1 2 3
58
59