Quantcast
Channel: Classic ASP
Viewing all articles
Browse latest Browse all 488

How can I set different values under the Application Pools from PowerShell?

$
0
0

I need to know how to set different values in the application pools for each of the pools.  for example, I want to set "Classic .NET AppPool"'s Enable 32-Bit applications to True, change Managed Pipeline Mode to integrated and change the .NET CLR Version to v4.0.

The other thing is, there will be no set website name, because it will be run on different machines, can that be done and if so, please let me know how.  I am not very fluent at all in Powershell, but the more I use it the more I like it, I just would love to know how to do more in it.

 Thank you in advance

Update:

I just figured it out, the line i would use in powershell is

c:\windows\system32\inetsrv\appcmd set apppool /apppool.name:"Classic .NET AppPool" /enable32bitapponwin64:true


Viewing all articles
Browse latest Browse all 488

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>