Welcome to MSDN Blogs Sign in | Join | Help

October 2008 - Posts

How to Get IIS Web Sites Information Programmatically

I needed to get the location of IIS log files on my servers, after doing a quick investigation, I am quite amazed on how much information are exposed via managed code. This snippet will return the name of the sites and the location of the log files. foreach

Watch PDC Videos Online

PDC is almost over, did you know that you can access the recorded sessions online? Go to http://www.microsoftpdc.com , and click on Agenda on the top. then click on Sessions tab. Pick the session that you want to watch, scroll down, you should see a Video
Posted by HelloWorld | 0 Comments
Filed under:

How to Install Windows Service Programmatically

Sometimes you may want to install a Windows Service programmatically, but the target machine does not have InstallUtil.exe. To install a Windows Service programmatically, you can build an application to install that Windows Service. Add a reference to
 
Page view tracker