Click here to Skip to main content
15,885,116 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: C# ASP.NET Sectioning Pin
Expert Coming23-Feb-07 23:00
Expert Coming23-Feb-07 23:00 
Questionhttp/1.0 425 http Error Pin
LCI23-Feb-07 9:57
LCI23-Feb-07 9:57 
QuestionDir Function - Network drive Pin
No-e23-Feb-07 5:40
No-e23-Feb-07 5:40 
AnswerRe: Dir Function - Network drive Pin
kubben23-Feb-07 5:44
kubben23-Feb-07 5:44 
GeneralRe: Dir Function - Network drive Pin
No-e23-Feb-07 7:38
No-e23-Feb-07 7:38 
GeneralRe: Dir Function - Network drive Pin
kubben23-Feb-07 7:57
kubben23-Feb-07 7:57 
GeneralRe: Dir Function - Network drive Pin
No-e23-Feb-07 8:37
No-e23-Feb-07 8:37 
GeneralRe: Dir Function - Network drive Pin
kubben23-Feb-07 8:56
kubben23-Feb-07 8:56 
I don't know of any good articles out there on app pools. I am sure they are there, but I haven't really looked. I will give my understanding of the application pool.

The application pool is kind of like the IIS worker process thread that handles the work for any of the sites under it. So the app pool is kind of the top dog. In your IIS manager you will see a folder right above the web sites call application poos, that is where the app pools are located. A nice feature of an app pool is if you create a new app pool for your web application you can stop and re-start that app pool with out affecting any of the other web application that are connected to different app pools. One interesting default on the app pool is that it recycles itself ever 29 hours. I have seen some interesting problems from this since eventually it happens in the middle of the day and your users lose their session etc. That is one thing I would always suggest changing. I usually set mine to recycle during a time I know there won't be any users on the web site. If you right click your web site and go to properties. If you click on the Home Drectory tab the drop down at the bottom tells you which app pool the site is currently connected to. If you want to create a new app pool. Go to the application pools folder and right click and then new and then new app pool. You give it a new for the app pool and you are done. To set the identity of the app pool. Go to the application pools directory, find your app pool, right click and click on properties. The first tab to see is the Recycling tab. Note the default is in 1740 minutes. This tab is where you would set the recycle time if you wanted it to happen at a certain time of day. NOTE Any changes to the app pool will re-start your web application. So make sure this stuff is set up correct first. If you need make change to it later just keep that in mind or you will have some un happy users. Ok go to the Indentity tab put in your domain user and password. Finally YOU MUST add the domain user to the IIS_WPG group on the web server or things will not work. Go to computer manager, local users and groups, groups find the IIS_WPG group and add your domain user.

I am sure there are better articles out there, but at least that is a quick dump of the stuff I think is important to know.

Ben
QuestionHow to show 2 gif files as one in a aspx file Pin
Member 385807123-Feb-07 4:46
Member 385807123-Feb-07 4:46 
AnswerRe: How to show 2 gif files as one in a aspx file Pin
Guffa23-Feb-07 5:52
Guffa23-Feb-07 5:52 
AnswerRe: How to show 2 gif files as one in a aspx file Pin
badgrs23-Feb-07 5:55
badgrs23-Feb-07 5:55 
QuestionHow to compute absolute x, y coordinate of a HTML element using Java Script? Pin
balu chettri23-Feb-07 4:44
balu chettri23-Feb-07 4:44 
Questionhow can send a video on a mobile using asp.net Pin
Atif Ali Bhatti23-Feb-07 1:45
Atif Ali Bhatti23-Feb-07 1:45 
QuestionResource problem after converting from ASP.NET 1.1 to ASP.NET 2.0 Pin
MD1222-Feb-07 18:56
MD1222-Feb-07 18:56 
QuestionCalling external DLL methods Pin
earlgraham22-Feb-07 11:58
earlgraham22-Feb-07 11:58 
AnswerRe: Calling external DLL methods Pin
pHysiX22-Feb-07 12:05
pHysiX22-Feb-07 12:05 
GeneralRe: Calling external DLL methods Pin
earlgraham22-Feb-07 12:51
earlgraham22-Feb-07 12:51 
GeneralRe: Calling external DLL methods Pin
pHysiX23-Feb-07 20:44
pHysiX23-Feb-07 20:44 
GeneralCalling external DLL methods Pin
pHysiX23-Feb-07 20:45
pHysiX23-Feb-07 20:45 
QuestionHow to debug Pin
No-e22-Feb-07 8:12
No-e22-Feb-07 8:12 
AnswerRe: How to debug Pin
Vasudevan Deepak Kumar22-Feb-07 17:44
Vasudevan Deepak Kumar22-Feb-07 17:44 
AnswerRe: How to debug Pin
Paddy Boyd22-Feb-07 23:49
Paddy Boyd22-Feb-07 23:49 
GeneralRe: How to debug Pin
No-e23-Feb-07 2:05
No-e23-Feb-07 2:05 
QuestionProblems with query pagination in asp.net Pin
haggenx22-Feb-07 3:35
haggenx22-Feb-07 3:35 
AnswerRe: Problems with query pagination in asp.net Pin
Vasudevan Deepak Kumar22-Feb-07 18:06
Vasudevan Deepak Kumar22-Feb-07 18:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.