Display list of websites on local IIS server in a web page

Posted by TGuimond on Stack Overflow See other posts from Stack Overflow or by TGuimond
Published on 2010-04-15T19:38:48Z Indexed on 2010/04/15 19:43 UTC
Read the original article Hit count: 183

Filed under:
|
|
|

Hey Guys,

I am currently trying to figure out a way to list all of the websites that are running on a local IIS 6 server at the office and display links to each site with their descriptions so we can always find our development sites with ease.

The way that the server is currently set up is I add a DNS record for a new site. eg: newsite.company.local and then add it to IIS. This way all the users in our office can access this site via their browser and developers can test, admins can review etc etc.

What I want to do now is automatically generate a webpage with a list of all of the sites running on iis and have it be available across the network.

I have never looked into this before and have no idea where to start.. help!

Thanks :)

© Stack Overflow or respective owner

Related posts about iis6

Related posts about networking