Tagged Questions
0
votes
3answers
73 views
how to operate On List of IIS Application Pools On Remote Server Using Powershell?
I am trying to build powershell program which would:
connect to the remote server
Show number of active IIS app pools on the active server
based on the selection (1,2,3,4,....n etc) it would reset ...
1
vote
2answers
107 views
Creating symbolic links in PHP/IIS 8 when using the new Application Pool Identity feature
I'm running IIS 8, Server 2012. I have a web application where the programmers want to create symbolic links. Here is some sample code:
$target = 'symlink.php';
$link = 'symlink-link.php';
...
0
votes
0answers
82 views
IIS 7.5 Classic application mode dose not serve aspx files
I have a asp.net web site that just run on Classic application Pool mode. So I have set application mode to classic on IIS.
But, When I set Classic pool for web site, There are no *.aspx handler, in ...
0
votes
0answers
162 views
High CPU Usage with Waiting for Response for MVC in IIS all of a sudden
I have a Windows 2008 Server and it hosts a few applications of my company. I do have an MVC ASP.Net application being hosted on that server as well. It has been working fine for more than half a year ...
0
votes
0answers
153 views
IIS 7.5 Recycling App Pool at scheduled time
we are experiencing an issue with application pools not recycling at the time they have been designated (could be because they have been shutdown, this is part of the question). We have about 20 app ...
0
votes
0answers
157 views
IIS site not using identity specified in app pool IIS 7 +
I have a web app from visual studio that is using local IIS server to run. It is an MVC 3 application. I setup the application pool in my IIS (win 7 pro) to use a service account for the application ...
0
votes
0answers
266 views
What is relation between IIS application pool and Database(Ex: SQL Server)?
Hi,
What is the relation between IIS application pool and Database(Ex: SQL Server) for a ASP.NET application?
Does any changes in IIS application pool configuration effect database connections? or ...
0
votes
1answer
531 views
IIS 7.5 - How To Grant Read/Write Access For A non-local Share To Application Pool
Everyting I;ve found via search on this talks about Read/Write for local drives only (typically C) and what I am having troubel with is getting the same Read/Write access for an applicatrion pool to a ...
0
votes
1answer
771 views
iis7 application pool hanging
I have a .net 4.0 website that was running on physical Windows server 2003 boxes on IIS6 32bit just fine. We have migrated to new virtual servers running Windows Server 2008 32 bit with IIS7. The ...
1
vote
1answer
132 views
Postgres SQL Pool Connection without application server
This is me following up on a question I posted earlier, where I was advised to use a Connection Pool to connect to my Postgres database. According to Postgres' jdbc4 documentation, they mention that ...
2
votes
1answer
2k views
application pool stopped on webrequest
I have a site that has been working fine for months. This morning I started getting 503 Service Unavailable errors. After checking IIS, I noticed that the application pool is being stopped. Since I ...
1
vote
1answer
126 views
Application pool diagnotics
I have inherited a server running IIS 7.5 (I am not the server admin but someone in IS but they don't know IIS 7.5 very well) the website is coded in ASP.NET MVC 2; it is running really slow at start ...
1
vote
1answer
284 views
How to Get Application pool information on a Web Page
Does anyone know out to output the memory usage of an application pool to a label on webpage? Sadly i don't have access to the server itself so i cannot go on to IIS directly. I'm running nopcommerce ...
0
votes
1answer
345 views
Need help setting up simple Virtual Directory in IIS7
Noobie question...
Using IIS7, I am trying to create a virtual directory for the folder that contains my video files, but can't get my head around how it is done.
For example...
The existing address ...
1
vote
1answer
865 views
Restart App Pool from ASP.NET via WMI Problems
I've been trying to create a c# asp.net page which sits on a win2k3 IIS 6 server and when called (remotely), restarts/recycles a specific application pool on the server.
I've not been having much ...
0
votes
2answers
317 views
SharePoint Application Pool Restart - Effects?
We have SharePoint 2007, running II6...
Currently we have a problem with a troublesome webpart which is being investigated by the developers.
Basically it crashes frequently and an App Pool restart ...
0
votes
1answer
808 views
IIS 7.5 app pool network drive access issue
I have two apps pools they both are .Net 4.0 app pools. If I switch my application to the second app pool then my application is able to connect to the network drive, If I switch the application to ...
3
votes
3answers
3k views
Worker process taking high CPU%
All of my websites are hosted in IIS and configured with one application pool. This application pool consists 10 websites running.
It is working fine till today, but all of sudden I am observing that ...
0
votes
2answers
1k views
How to “warm up” (fill caches etc.) a WCF service hosted in IIS after recycling the ApplicationPool?
we are hosting a WCF service inside IIS 6. A ServiceHostFactory creates the ServiceHost when the first request to a service appears. In the OnOpening() Method of the ServiceHost, we load some data ...
0
votes
3answers
195 views
How do I find what code is consumming my SQL Server connection pool?
I have rewritten the below based on the answers.
I have a website that causes HIGH CPU issues on the database server to the point where the server becomes unavailable. Recycling the app pool fixes ...
2
votes
2answers
3k views
IIS Application Pool: change settings programmatic
How can I change IIS application pool seetings / properties programmatic (C#) ?
For example, how can I change the setting "Enable 32-Bit Applications" ?
Are there property references for IIS 6 and ...
2
votes
1answer
1k views
app pool settings kill threads but keep settings
.net 2.0 aspx app / IIS6 creating a silly number of threads in w3wp.exe process app pool.
The app has been isolated to its own app pool with the following settings:
RECYCLING
recycle worker ...
1
vote
2answers
401 views
website intermittently available - application pool 1.1 and 2.0 issue
I was having a problem with my .NET 1.1 website which was hard to track down. The default page would show up but when the user entered credentials, it would just be as if nothing happened and the ...
0
votes
2answers
76 views
web site file write performance problem
Hi
WE use a third party report tool. Report tool uses active-x.
At first we generate and run a query accırding to filters, then one report file is created which inculdes the data (result of the ...
2
votes
2answers
4k views
Application pool recycle after “Fixed number of requests”
I am using IIS 6.0 on Windows Server 2003. I want to learn what means recycle after "Fixed number of requests" in application pool setting? My current confusion is, suppose I set this number to 100, ...
0
votes
1answer
3k views
IIS 6.0 application pool stop issue
In my IIS log, I found warning level event ID 1013, which says the stop time exceeds expected stop time for worker process of a specific web application.
My question is, how could I know or track ...
0
votes
2answers
1k views
Session expires using state server on application pool refresh
I have a .NET 1.1 application hosted on two different servers, but on one of them whenever the application pool is recycled, all sessions are dropped.
Both applications are using “StateServer” ...
0
votes
2answers
2k views
32bit Application Pool on x64 Windows 2008 server
What are differences between enabling and disabling "Enable 32-Bit applications" in websites application pools under IIS7 on x64 machine?
Mostly I'm thinking about memory usage.
Thanks in advance
18
votes
4answers
6k views
Pros and cons of having dedicated application pools over keeping web applications in one default app pool
What are pros and cons of having dedicated application pools over keeping web applications in one default app pool?
Thanks in advance