Link to home
Start Free TrialLog in
Avatar of mlagrange
mlagrangeFlag for United States of America

asked on

How can I tell if the .Net Framework has been installed on a network

Hello - How can I tell if ASP.NET has been enabled on a network?

On my development laptop, I can see the "ASP.NET" tab on the properties for the Default Web Site.

On my client's network, I don't see this tab when I look at the Default Web Site properties, but it's a corporate network, so I don't know if I would necessarily see it, or not.

Thanks

Mark
Avatar of jeffchampagne
jeffchampagne
Flag of United States of America image

You should see it in IIS if it is installed.  You can also check C:\WINDOWS\Microsoft.NET\Framework
to see what folders are there, if it exists at all.  You should see the different version numbers for the framework that is installed.
Avatar of mlagrange

ASKER

Where would I see it, exactly, in IIS?

This server is running Windows 2000, so all I see is a WINNT folder, and I don't see any .Net folders in it.
ASKER CERTIFIED SOLUTION
Avatar of jeffchampagne
jeffchampagne
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
Ok - Thanks, Jeff