mirror of
https://github.com/jakobadam/RDSFactor.git
synced 2025-06-11 06:54:29 +02:00
Use the correct application pool
This commit is contained in:
parent
cb956608dc
commit
780be4ca45
1 changed files with 5 additions and 2 deletions
|
@ -14,10 +14,13 @@ appcmd delete app "Default Web Site/RDWeb/Pages"
|
|||
|
||||
echo ==^> Adding RDSFactor RDWeb Pages to IIS
|
||||
appcmd add app /site.name:"Default Web Site" /path:/RDWeb/Pages /physicalPath:"%RDSFACTOR_PAGES%
|
||||
appcmd set app "Default Web Site/RDWeb/Pages" /applicationPool:RDWebAccess
|
||||
|
||||
:: list available config settings: appcmd unlock config -section:?
|
||||
|
||||
:: Allow the application to configure authentication settings
|
||||
appcmd unlock config -section:system.webServer/security/authentication/anonymousAuthentication
|
||||
appcmd unlock config -section:system.webServer/security/authentication/windowsAuthentication
|
||||
|
||||
:: list available config settings: appcmd unlock config -section:?
|
||||
:: These settings are also avail. from IIS -> Feature Delegation
|
||||
|
||||
echo ==^> IIS updated with RDSFactor pages
|
Loading…
Add table
Add a link
Reference in a new issue