The application-pool tag has no wiki summary.
0
votes
0answers
8 views
Cannot Create new IIS Site/AppPool in PowerShell
I am running the 64 bit version of Powershell on Windows 7 IIS 7.5. I am able to see all of my sites/app pools via the IIS module in Powershell, but if I try to create a new site or app pool I get an ...
1
vote
0answers
37 views
IIS7 / MVC4 Routing: Run different routes in separate app pools?
Can I configure IIS7 to run the actions of two separate controllers under two separate routes in different app pools?
Using old .svc web services, I could separate service calls by having a separate ...
1
vote
1answer
33 views
What are the possible effects of upgrading to IIS Application Pool ASP.NET V4.0?
Locally, I have upgraded my application to IIS Application Pool ASP.NET V4.0 Classic. The problem here is when I am planning to deploy it to our server I found out that there is an existing ...
0
votes
0answers
17 views
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 ...
0
votes
0answers
25 views
When does IIS create an AppPool identity?
I've created an IIS administration tool designed to create new applications, assign them to a new AppPool, and add required folder ACLs for the identity associated with that AppPool. According to this ...
1
vote
4answers
72 views
Process only works from Web Application when using Local System Application Pool Identity
I have a command line Process that I am attempting to run from my ASP.Net web application.
When the IIS7.5 Application Pool Identity is set to "Local System", the command line code executes. When it ...
0
votes
0answers
27 views
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...
<MSDeploy.iisApp>
<iisApp path="test_app"/>
...
1
vote
2answers
76 views
ASP.Net MVC: How to dynamically load assemblies (controllers) without an AppPool restart/recycle
I'm trying to write a module/plugin system for a website I'm working on. The overall goals are:
That the main website does not have to be recompiled every time a new plugin is added.
To be able to ...
0
votes
0answers
37 views
Diagnosing IIS 7.5 Application Pool Crash
The application pool used by a web site in IIS 7.5 is randomly crashing with the errors like
A process serving application pool 'AppPool' suffered a fatal communication error with
the Windows ...
0
votes
0answers
10 views
Image is not displayed in proper way when application pool pipeline mode is classic.
I am having strange issue. When I set pipeline mode to integrated but when I set it to classic, image is not displayed properly.
What might be the reason?
I am drawing an organization chart using ...
0
votes
0answers
56 views
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 ...
0
votes
2answers
61 views
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 ...
0
votes
1answer
44 views
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 ...
1
vote
0answers
49 views
Classic ASP switch from .Net 2.0 to .Net 4.0/4.5
Have a classic ASP site running on .Net 2.0 framework. IIS Rewrite rules are defined in the web.config, to allow all friendly URLs. I just switched to .Net 4.0 in our dev environment, and all ...
0
votes
0answers
12 views
How to allow access to a folder in a site just to a specific Application Pool Identity
I have MS Server 2008 R2 and IIS 6.1. In my IIS 6.1 I have several sites each one with its own Application Pool. For the context of this question suppose I have MyDownloads.MyDomain.com (with app pool ...
8
votes
2answers
191 views
Why does my IIS7 application pool shutdown after an exception in a DLL called from an ASP.NET page?
I've read the posts ASP.NET application pool shutdown problem and IIS 7.5: problem with Application pool but they didn't answer my question.
I've got an C' ASP.NET page that in code-behind ...
0
votes
1answer
80 views
CPU cap for IIS application pool [closed]
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 ...
1
vote
2answers
74 views
IIS does not scale, but cpu does not max out either, why is it slowing down
I have an application where clients connect to IIS with websockets.
IIS then create a local proxy for IPC to connect to executable.
So IIS is sort of a middle man.
As more connection come in the ...
0
votes
3answers
91 views
Some application pools are very slow at first load
As stated in the following article, some .NET application pools become very slow (about x4 times) on first request. Problem concerns only Application Pools. Some of them are slow and some are not in ...
0
votes
0answers
95 views
App pool memory usage is not coming down in IIS 6
I have a website with a simple page. On click of a button we execute a MDX query which returns around 200,000 rows with 20 columns. I use following code to execute MDX query using ...
1
vote
0answers
59 views
Unexpected application pool recycling, why?
I know that there are several posts about this, but I have a different scenario.
In my case, I disabled all the options that are in the IIS to recycle the application pool
in minutes,
in ...
2
votes
0answers
69 views
How to clear session in main web application and virtual sub applications? (ASP.NET)
Our web application (asp.net 4.0) has following structure on the IIS (7.5 / 8.0)
-MainWebApp (application pool: MainWebApp)
--VirtualWepApp1 (application pool: VirtualWepApp1)
--VirtualWepApp2 ...
0
votes
0answers
48 views
Localhost testing of multiple sites using live databases - separating out the `application` object
Our application uses a config file to store connection strings. For live this is just 2 lines. For localhost we have over 300 lines, for 150+ servers, and every time we want to change servers we have ...
0
votes
0answers
67 views
shutdown time limit apppool
I am facing a problem while recycling an application pool. Let me explain my scenario.
I have a long running WCF service running in a AppPool which will be triggered by a windows service. Recently I ...
0
votes
1answer
46 views
IIS Web Garden - File Access / Write from different processes
I host my web application on IIS.
The pool that application resides in has 4 worker processes. (Web Garden)
To make a test, for each requst to aspx page, I write the Process Id of Executing Process ...
0
votes
0answers
40 views
Rewrite.dll and Application pool issues
is rewrite.dll part of IIS rewrite module?
and another question is there any bugs that can make crash an App pool in IIS?if so what are those?
0
votes
0answers
65 views
Setting up memory dump for aspnet_isapi.dll' reported itself as unhealthy for the following reason: 'Deadlock detected
We have frequent warning messages on our production server event logs. Below is the warning message :-
aspnet_isapi.dll' reported itself as unhealthy for the following
reason: 'Deadlock ...
0
votes
0answers
101 views
Export 2MB Data to Excel in the Windows Server 2003 With IIS6? [closed]
My web page has two buttons.The first button, export 200 data(40KB) to excel and the other button, export 4800 data (2MB) to excel.
I have two servers with the same configurations:
Windows Server ...
1
vote
0answers
139 views
IIS Website cannot access network share with the SAME app pool that is used by default website which does work
We have a production application (Classic ASP, IIS 7.5) that uses the IIS Default Website and a virtual directory. The application accesses documents from a document share. It works and has worked for ...
0
votes
0answers
172 views
IIS 7.0 gives 503 error and stops the application pool
When I start the application pool, and request a page in an application in that pool, I get a "HTTP Error 503. The service is unavailable."
If I look at the application pools in IIS, I can see that ...
0
votes
1answer
39 views
Which application pool should i select for asp.net 3.5 website
I have created an asp.net 3.5 website on my system.Now i want to host this website on my local IIS.
So which pool should i select for asp.net 3.5 version as you see v3.5 not displaying in list.
Please ...
7
votes
4answers
216 views
Running command from ASP.NET App Pool Identity
I am running an executable process from my ASP.NET application when a user clicks a button. This process creates several files and serves them up to the end-user. I can't really see what the process ...
1
vote
0answers
129 views
ActiveState Perl crashes on IIS under heavy load
I have a problem running ActiveState Perl 5.16.2 (32-bit) on a Windows 2008 Server (64-bit) with IIS 7.5. Perl is run using PerlIS.dll with an ISAPI filter in IIS.
There seems to be a problem related ...
0
votes
0answers
80 views
Grant domain user (non-admin account) right to stop/start IIS application pool(s) on rempte server using power shell, batch etc
I have IIS on Windows 2008 R2 Standard and about 15 application pools on it all using different identity accounts.
For example:
IIS server name: MAINWEBAPPSRV.test.lan
Application pool name: ...
1
vote
2answers
32 views
Can't upload two different framework websites on a server
I am trying to upload two different framework(2.0 and 4.0) websites on a server.
If iis target framework 4.0 is enabled then my website 2.0 shows the error: Server Application Unavailable
If iis ...
1
vote
0answers
96 views
Error 0x5011 in .NET3.5 c# using IIS7 and Windows Server
I am new to .NET development, usually working as a DBA.
I have developed a website in .NET 3.5 using c#. This website is for querying a database with password information. I believe the error lies in ...
1
vote
1answer
70 views
How do I make a For..Each value not literal in % { dir IIS:\AppPools\$_.Name }
Here is what doesn't work
>dir IIS:\AppPools\ | % { dir IIS:\AppPools\$_.Name\WorkerProcesses }
More Info
I want to use Powershell to get the PID of each Application pool. I understand that I ...
0
votes
0answers
20 views
What would be a good way to distribute IIS pool automatic recycles over time?
My ASP.Net application is used as a Windows Azure web role payload and so I have a copy of my application running in each of several VMs that host web role instances. In normal operation all instances ...
1
vote
1answer
397 views
Start MyAppPool using iisapp.vbs
I have a batch file that uses the following script to recycle MyAppPool.
cscript.exe %windir%\system32\iisapp.vbs /a MyAppPool /r
However when MyAppPool is Stopped, then I am not able to recycle ...
0
votes
1answer
82 views
How do I programmatically find why Application_End() is invoked?
Application_End() is invoked when my application pool is stopped which can happen for a number of reasons, including automatic pool recycle or changes in the folder from which the application is ...
1
vote
0answers
74 views
Application Pool Error and ASP.NET error
Whenever we get the below error in the IIS7.5 which is running on windows 2008 R2 64bit OS
A process serving application pool 'app poolname' suffered a fatal communication error with the Windows ...
0
votes
1answer
479 views
Programmatically assigning IIS Application Pool Identity “users” to Groups
The Problem: When new IIS Application Pools are created and set to use the Application Pool Identity for permissions, I am unsure how to add those identities to User Groups such as Administrator or ...
0
votes
1answer
101 views
App-pool dll and GAC
We have about 80 apps that would be on the same server.
Are all very small sites that use the same custom built app, aspnet webform, c#, compiled.
Each app has a copy of the app dll in its own bin ...
0
votes
1answer
105 views
Redirct on Application_End or Application_Error event
I am unable to redirect or Response.Write my application when either the application_end or application_error events occur.
protected void Application_Error(object sender, EventArgs e)
{
string ...
0
votes
0answers
31 views
Does setting the IIS application pool Enable32bitApplication option limit the W3WP memory space to 4G
I have a web application that has a reference to a dll that necessitates the Enable32bitApplication flag.
Does that mean that the application pool processes are limited in memory space to that of a ...
0
votes
0answers
24 views
Changing ‘Error Responses’ setting resolves 401 authorization error? How/Why?
Changing ‘Error Responses’ from the ‘Edit Error Pages Setting’ dialogue to ‘detailed responses’ from ‘detailed for local and custom for remote’ resolves 401 authorization error? How/Why?
I was ...
0
votes
0answers
85 views
Closing data reader is necessary to have good managed connection pooling
I have a query (I am using asp.net 4.0, C# Ado.net and Oracle 11G)
Do I need to close a data reader after the reading the data-reader.
I have a application all most 20 to 30 hits is there per ...
2
votes
1answer
98 views
IIS 7 IP Restriction WITHOUT app pool recycling?
Im am currently restricting one or more (but not all) web sites to specific IP addresses via built in "IPv4 address and domain restrictions" using default value of "Deny".
The issue is that every ...
0
votes
0answers
48 views
IIS Sites often goes down and comes up after App Pool recycle
We are hosting about 40 sites in our environment and on a daily basis some sites are going down and after app pool recycle we are able to bring the sites up.
We are using .net 4.0 as framework and ...
0
votes
0answers
48 views
Unwanted App Pool recycle
WE have an issue with an unwanted app pool recycle in IIS7.5. The physical memory is around 300mb's and the virtual memory around 900mb's when the app pool decides to recycle. Both memory limits set ...


