Is there a way to programmatically check if ASP.NET is "allowed" in Web Service Extensions on IIS 6.0. I know I can set this by using aspnet_regiis.exe -i -enable, but how do I check this using code?
Regards Deepak
|
|
Is there a way to programmatically check if ASP.NET is "allowed" in Web Service Extensions on IIS 6.0. I know I can set this by using Regards Deepak
|
|||
|
|
|
Here's a C# snippet of code that should do the trick:
You need to add a reference to the |
||
|