I have one doubt here , I have one asp.net MVCweb application and every night we are recylcing the applciation pool from IIS. Now when the next day first request comes it is taking time to get respo开
Currently we are developing an ASMX, ASP 2.0, IIS 7 web service that does some calculations (and return a dynamically generated document) and will take approx. 60 seconds to run.
I have noticed how editing the web.config file in an application folder causes that application pool to recycle and pick up the changes.
How can I check t开发者_运维问答he status of an IIS6 application pool with C# ? For example, I want to know if it is running or not !
I\'m writing a .NET service that mo开发者_运维知识库nitors application pools. based on specific triggers I\'m restarting them.
I have successfully automated the process of creating a new IIS website, however the code I\'ve written doesn\'t care about application pools, it just gets added to DefaultAppPool. However I\'d like t
I am running IIS 7.0 on Windows server 2008 R2 开发者_开发知识库and created 1 Application Pool per site and I have 1 site which is causing the application pool to stop. These are the following errors
UPDATE -- process to replicate issue: 1) Create a website project at c:\\projects\\restart-demo 2) Add default web.config and a dummy aspx page test.aspx
Ok so I\'m using ASP.NET MVC. I\'m supposed to upload a file and write it to a network share. I\'m getting \"Logon failure: unknown user name or bad password.\" when I try to write to the network loc
I got few web sites running on my server. I have a \"diagnostic\" page in开发者_如何学编程 an application that shows the amount of memory for the current process (very useful).