Tagged Questions

1
vote
2answers
23 views

WCF windows authentication with IIS and Application Pool

I have a WCF Server running on IIS 6 using a application pool with a custom identity right now the I looked on the web for two days and I can't find the exact answer to my problem …
1
vote
1answer
33 views

What’s the relation between classic asp and a IIS application pool?

Does asp run in the IIS application pool for which the website is configured? Or is the application pool only for asp.NET applications. How do those two relate to each other, what …
1
vote
1answer
30 views

Will a Change to the IIS Home Directory Path Trigger a Restart?

In IIS (6.0 specifically), under the Home Directory tab, if I change the local path, will this cause either IIS to restart or the application pool to recycle? Related, is there a …
1
vote
2answers
170 views

Application pool restart automaticly if file change in repositery

Why does the application restart automatically when we create a new folder under a web site in IIS 7.0 or Cassini? Is it a config we can change ? What is the impact ? I read this …
0
votes
1answer
196 views

Application pool identity in IIS and Integrated security to SQL Server

If I have an ASP.NET web app using impersonation and a SQL Server connectionstring with Integrated Security = true, does the identity of the IIS application pool of the app play an …
0
votes
2answers
394 views

asp.net application pool and garbage collection

Sorry if this is a duplicate, i've read many questions that are either very similar or require roughly the same keywords to describe (but aren't quite the same)... situation: an a …
2
votes
1answer
83 views

Enumerating Application Pools in IIS

Hello, I am wondering if there is a way to enumerate the collection of applications pools (not the applications in a given pool - but the pools themselves) on the local IIS server …
0
votes
0answers
43 views

IIS Web pool hang

Hi, I have an application pool set for hang monitoring every 30 seconds, I got this error returned from classic asp. After which no new asp requests were being served according t …
1
vote
0answers
42 views

Will resetting an application pool automatically close all database connections?

I am running IIS6.0. I have the DefaultAppPool running one website. If I reset this application pool would that automatically close all database connections that are being used by …
1
vote
2answers
536 views

How to keep ASP.NET assemblies in AppDomain alive?

Scenario: I've an n-Tier enterprise ASP.NET application deployed using Web Deployment Projects. All tiers produce independent assemblies that is consumed by the ASP.NET application …
2
votes
3answers
797 views

how to get the application pool name for a specific website IIS6 programaticaly? C#

how to get the application pool name for a specific website IIS 6 programmatic using C# EDIT : I already used the methods of DirectoryServices namespace but the application pool …
1
vote
3answers
85 views

Overcome compilation(?) pause on *secondary* initial ASP.Net application startup?

After deploying an ASP.Net application to a new server, the first user to hit the app gets a long pause, presumably because the app is performing its initial compilation. However, …
1
vote
3answers
611 views

IIS Application pool PID

is anyone familiar with a way to get the Application pool that is associated with a process ID ? I am using Win32_Process to query the W3WP services and return the PID now I am tr …
0
votes
1answer
159 views

cycling IIS app pool cause slow first user experience

When i recycle the application pool for my web app via IIS MMC, the first user to request a page within the webapp will experience a really slow response from the site. After that …
5
votes
5answers
2k views

What is the difference between DefaultAppPool and Classic .NET AppPool in IIS7?

I have a problem with timeouts in IIS. In the web.config the session timeout was set to 60 minutes but after 20 minutes the session ends. This problem only occurs in IIS7 and not …

1 2 3 next
15 30 50 per page