How to change default application pool configuration properties in .NET?

I need to change some properties in the default application pool for IIS 6.0 using C #, and I need to use code using the .Net 1.1 Framework. I am limited to .Net 1.1 coz my code must be built with a website that uses .Net 1.1.

thanks

+3
source share
2 answers

I found out that there is actually an IIS command line tool called adsutil that does the trick. I can copy the command and through its switches change the properties that I have.

+1
source

-, IIS, .Net, -?

-, , , IIS , - .Net 2.0, - .Net 1.1.

, , , COM Interop. , ADSI/WMI. - , #, , WMI .

0

Source: https://habr.com/ru/post/1708791/


All Articles