View Single Post
Join Date: Dec 2008
Posts: 5
Reputation: Ekaterina is an unknown quantity at this point 
Solved Threads: 0
Ekaterina Ekaterina is offline Offline
Newbie Poster

Detecting if ASP/ASP.NET is registered

 
0
  #1
Dec 2nd, 2008
How can I detect if ASP.NET is registered or not (programmatically)?

I've read a lot of posts about checking register, for example:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET\..., but I have not this key at all, and
about existing the folder "C:\Inetpub\wwwroot\aspnet_client"(but it can be absent)

Also I can't use the Metabase.xml because it has different structure for IIS 6.0 and 7.0.

I need errorless variant to detect it.

Thanks, Ekaterina
Reply With Quote