Asked by:
get the application pool using vb.net

Question
-
i want to get the installed application pool using vb.net.how to get this.and i want to acess IIS features through programing in vb.net.how to do this.
plz give me some link and example of source code.
- Moved by Calvin_Gao Monday, March 21, 2011 7:32 AM (From:Visual Basic General)
Monday, March 14, 2011 10:14 AM
All replies
-
Arkyadeep,
Did you pricipal told that to you; help is given here for detail problems, not to build complete solutions.
Here the link to the application pool information.
http://msdn.microsoft.com/en-us/library/aa720391(VS.71).aspx
for IIS questions use the
http://forum.IIS.Net forums which include the the official Microsoft ones for that.
Success
CorMonday, March 14, 2011 10:18 AM -
i want acess this through programming.Monday, March 14, 2011 10:38 AM
-
i want acess this through programming.
Yea but don't expect a more complete answer than you got from my.
Your question is to wide to give a good reply so for sure not an answer.
First try yourself to invest what the application pool does and how you can use it, before you write one sentence in code.
Success
CorMonday, March 14, 2011 11:03 AM -
See this link, maybe you can get some idea from this code.
http://blog.velir.com/wp-content/uploads/2010/12/AttachDebuggerToIIS.vb_.txt
Monday, March 14, 2011 11:27 AM -
for this purpose i have to add any namespaces.and i want only application pool name in dropdown through vb.net.Monday, March 14, 2011 1:16 PM
-
I post to either an ASP.NET and/or IIS forum:
Paul ~~~~ Microsoft MVP (Visual Basic)Monday, March 14, 2011 1:25 PM -
Hi,
If you intend to make ASP.NET website application, you can consider posting ASP.NET forums for more efficient responses, where ASP.NET experts live in. Thanks.
In addition, here are some tutorials:
How to deploy an ASP.NET Web application using Xcopy deployment
http://support.microsoft.com/kb/326355
How to Deploy ASP.NET Web Application step-by-step (Including illustrations)
http://www.beansoftware.com/ASP.NET-Tutorials/Deploy-ASP.NET.aspx
Video Lesson: Configuring, Building and Deploying a Web Site
http://www.asp.net/learn/videos/video-05.aspx
Get Started with ASP.NET
http://www.asp.net/get-started/Best Regards,
Calvin Gao [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Monday, March 21, 2011 7:31 AM