From 780be4ca45253a991a2591e34c1d2fa361aeca7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20Aar=C3=B8e=20Dam?= Date: Thu, 23 Apr 2015 10:18:11 +0200 Subject: [PATCH] Use the correct application pool --- install-web.bat | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/install-web.bat b/install-web.bat index f90f605..661e28d 100644 --- a/install-web.bat +++ b/install-web.bat @@ -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 \ No newline at end of file