Forum: ASP.NET Dec 3rd, 2008 |
| Replies: 10 Views: 973 To: jbennet
Thanks for the answer. I've looked over the sites (e.g http://blog.crowe.co.nz/archive/2006/07/04/663.aspx, http://blog.crowe.co.nz/archive/2006/06/01/644.aspx) but all examples read... |
Forum: ASP.NET Dec 2nd, 2008 |
| Replies: 10 Views: 973 I want to detect if ASP.NET is registered or not from code? It is very important that just from code. May be you know appropriate API to do this (.NET), because I can't find suitable one. |
Forum: ASP.NET Dec 2nd, 2008 |
| Replies: 10 Views: 973 aspnet_regiis -lv :
2.0.50727.0 Valid (Root) C:\WIN64\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll
But If I uninstall all version of ASP.NET: (aspnet_regiis -ua) I will get just ... |
Forum: ASP.NET Dec 2nd, 2008 |
| Replies: 10 Views: 973 Thanks for answer, but I've mentioned in my previous question that I have registered ASP.NET but keys (e.g .NET 2.0 - HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET\2.0.50727.0) are absent in my... |
Forum: ASP.NET Dec 2nd, 2008 |
| Replies: 10 Views: 973 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... |