Questions tagged [application-pools]

224 questions
0
votes
0 answers

AppPools hang in IIS8

I am running IIS 8 on a windows server 2012 box with 32 gigs of ram. I have about 50 pools that are all pointing at the same source code for a CMS. These pools are broken down to aprox 10 sites per pool. Everything is currently configured to the…
0
votes
1 answer

Servers vs. Worker Processes

Just wanted to get some other opinions. I am currently having a discussion on how to go on a web environment. We want to virtualize our web layer for a very active site. However, there is a debate going on as to which is better. More servers or…
0
votes
1 answer

Error exporting RSA Keys for IIS applicationHost.config tranfer

I am in the process of standing up new web servers from one in the farm (expanding the farm). These are Windows 2008 R2 servers (IIS 7.5). Part of the process of copying the applicationHost.config from one machine to a new one is that the RSA keys…
Brettski
  • 942
  • 3
  • 20
  • 31
0
votes
1 answer

IIS 6 windows 2003 86x ASP.net 2.0 site with asp.net 4.0 sub folder slow performance

I have an Windows 2003 server with an IIS 6 website running on it. recently we have had a component developed in .NET4.0 and installed in a sub folder to the website. A new App Pool was created for .NET 4.0 and the app Pool was assigned to the .NET…
0
votes
1 answer

How can I find which website has this error?

Server OS is: Windows 2003 R2 X64 Webserver is: IIS 6 There is an error in Event log: It is not possible to run two different versions of ASP.NET in the same IIS process. Please use the IIS Administration Tool to reconfigure your server to run the…
Metalik
  • 157
  • 1
  • 2
  • 10
0
votes
1 answer

IIS7 32bit application does not fire error pages, only empty page

I'm configuring IIS7.5 on a new 64bit server to handle a older website that uses few 32bit components and a MS Access database. I've set successfully the application pool to support the 32bit - so that Jet4.0 and the old components are working…
0
votes
1 answer

IIS not serving static or dynamic content

I am trying to load: http://localhost and http://localhost/folder/page.html and http://localhost/folder/page.php and I just get the hour glass showing that it is loading, but nothing is loading! I am able to see files on my server from a…
0
votes
1 answer

IIS permission configuration issue

Sorry the title of this question is a little ambiguous but I don't really have any idea where the issue lies - I'm seeking some clarification of the server error logs. Basically, I had a dedicated server running Windows 2003 and Plesk (v8 I think). …
Briquette
  • 175
  • 1
  • 1
  • 10
0
votes
1 answer

IIS 7 application pool stops every night (503 error)

I have an ASP.net MVC application running on Windows Server 2008 with IIS 7. Everything works fine, but every night the application pools stops and I receive an http 503 error, I need to restart the pool every morning. The server is maintained by…
Preli
  • 123
  • 1
  • 1
  • 6
0
votes
1 answer

DefaultAppPool Identity Account in IIS6

I need to create a User account that is A) not within the IIS_WPG Group that will write to folders, and B) is used as the DefaultAppPool Identity Account. The purpose of B is because of preventing anonymous HTTP file pushes from Server 1 to Server…
0
votes
2 answers

Slow PHP Page Load on IIS7 until AppPool is Recycled

Using PHP 5.3.13 and MySQL 5.5.25 on Server 2008 R2 (IIS 7.5). I have a PHP page that pull some info from MySQL and outputs some XML. The page works fine, and takes about 5 seconds to load a very small array when the server is first booted…
JuanValdez
  • 21
  • 5
0
votes
1 answer

SPN's, Kerberos and IIS

I have a dns alias of MyWebServer, which points to the ip of a win 2008 r2 box running iis 7.5. I have the correct HTTP spn's set up for a domain user which has permissions to delegate to a nominated HTTP webservice using kerberos. IIS is…
0
votes
1 answer

IIS application pool timeout causes crash in Vista

I'm developing a Web site on my Windows Vista Ultimate (64-bit) workstation using IIS 7.0 locally for testing. At random times, I receive an "IIS Worker Process stopped working and was closed" error popup. I'm able to keep working on the site after…
phenry
  • 533
  • 1
  • 14
  • 24
0
votes
3 answers

How to recycle all app pools on IIS6 without iisreset?

Is there a way to recycle all app pools on an IIS6 server at once without using iisreset or manually recycling each one?
Calvin Fisher
  • 111
  • 1
  • 5
0
votes
1 answer

IIS 7: Application Pools configuration

We recently had to move some of my websites from Apache to IIS 7 (on Windows Server 2008). Now I have to put my hands on it, and I found this application pools configuration (I obscured websites names for privacy): I don't need ASP.NET since…
Fabio B.
  • 299
  • 2
  • 6
  • 17