Link to home
Start Free TrialLog in
Avatar of Pau Lo
Pau Lo

asked on

IIS manager sites and development platform

Is it possible in IIS manager for all sites/apps on a given server, to identify which development platform they were built on (i.e. ASP.net), and also any database servers the apps are communicating with (i.e. their underlying SQL Server)? I am new to IIS so any screenshots would be ideal, or basic pointers..
ASKER CERTIFIED SOLUTION
Avatar of Dan McFadden
Dan McFadden
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I'll take a half step back on database information that can come out of IIS Manager.

You could install a module called "Database Manager" from iis.net.
link:  http://www.iis.net/downloads/microsoft/database-manager

I've not used it before, so I cannot speak for or against its stated functionality.

Dan