views:

106

answers:

0

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 :)