Installation of 7.0.3 on Windows Server 2008 R2
Posted: Fri Oct 09, 2009 12:29 pm
I'm trying to install AbleCommerce 7.0.3 on Windows Server 2008 R2.
I've put the site into IIS and given the Network Service user full control to the root folder but I am not passing all the tests when I run the Install/default.aspx page.
Test Results:
Test write in ~App_Data: PASSED
Test delete in ~App_Data: PASSED
Test write in ~App_Themes: PASSED
Test delete in ~App_Themes: PASSED
Test write in ~Assets: PASSED
Test delete in ~Assets: PASSED
Test write in ~webcharts: PASSED
Test delete in ~webcharts: PASSED
Test write in ~Assets/ProductImages: PASSED
Test delete in ~Assets/ProductImages: PASSED
Test write in ~App_Data/EmailTemplates: PASSED
Test delete in ~App_Data/EmailTemplates: PASSED
Test write in ~App_Data/EmailTemplates/1: FAILED
Access to the path '~App_Data/EmailTemplates/1/DELETEME.TXT' is denied.
Test write in ~App_Data/Logs: FAILED
Access to the path '~App_Data/Logs/DELETEME.TXT' is denied.
Test write in ~App_Data/DigitalGoods: FAILED
Access to the path '~App_Data/DigitalGoods/DELETEME.TXT' is denied.
Test write in ~App_Data/Scriptlets/Custom/Content: FAILED
Access to the path '~App_Data/Scriptlets/Custom/Content/DELETEME.TXT' is denied.
Test write in ~App_Data/Scriptlets/Custom/Footer: FAILED
Access to the path '~App_Data/Scriptlets/Custom/Footer/DELETEME.TXT' is denied.
Test write in ~App_Data/Scriptlets/Custom/Header: FAILED
Access to the path '~App_Data/Scriptlets/Custom/Header/DELETEME.TXT' is denied.
Test write in ~App_Data/Scriptlets/Custom/Layout: FAILED
Access to the path '~App_Data/Scriptlets/Custom/Layout/DELETEME.TXT' is denied.
Test write in ~App_Data/Scriptlets/Custom/Sidebar: FAILED
Access to the path '~App_Data/Scriptlets/Custom/Sidebar/DELETEME.TXT' is denied.
Test read of ~/web.config: PASSED
Test write access to ~App_Data/database.config: FAILED
Access to the path '~App_Data/database.config' is denied.
Test write access to ~App_Data/encryption.config: FAILED
Access to the path '~App_Data/encryption.config' is denied.
Test no existing files in '~/Assets/ProductImages/': PASSED
Test no existing files in '~/App_Data/EmailTemplates/': PASSED
If I take the first failed test: ~App_Data/EmailTemplates/1/DELETEME.TXT, and look at the effective permission for the Network Service user, the user has full control.
Any idea on how to fixt this?
I've put the site into IIS and given the Network Service user full control to the root folder but I am not passing all the tests when I run the Install/default.aspx page.
Test Results:
Test write in ~App_Data: PASSED
Test delete in ~App_Data: PASSED
Test write in ~App_Themes: PASSED
Test delete in ~App_Themes: PASSED
Test write in ~Assets: PASSED
Test delete in ~Assets: PASSED
Test write in ~webcharts: PASSED
Test delete in ~webcharts: PASSED
Test write in ~Assets/ProductImages: PASSED
Test delete in ~Assets/ProductImages: PASSED
Test write in ~App_Data/EmailTemplates: PASSED
Test delete in ~App_Data/EmailTemplates: PASSED
Test write in ~App_Data/EmailTemplates/1: FAILED
Access to the path '~App_Data/EmailTemplates/1/DELETEME.TXT' is denied.
Test write in ~App_Data/Logs: FAILED
Access to the path '~App_Data/Logs/DELETEME.TXT' is denied.
Test write in ~App_Data/DigitalGoods: FAILED
Access to the path '~App_Data/DigitalGoods/DELETEME.TXT' is denied.
Test write in ~App_Data/Scriptlets/Custom/Content: FAILED
Access to the path '~App_Data/Scriptlets/Custom/Content/DELETEME.TXT' is denied.
Test write in ~App_Data/Scriptlets/Custom/Footer: FAILED
Access to the path '~App_Data/Scriptlets/Custom/Footer/DELETEME.TXT' is denied.
Test write in ~App_Data/Scriptlets/Custom/Header: FAILED
Access to the path '~App_Data/Scriptlets/Custom/Header/DELETEME.TXT' is denied.
Test write in ~App_Data/Scriptlets/Custom/Layout: FAILED
Access to the path '~App_Data/Scriptlets/Custom/Layout/DELETEME.TXT' is denied.
Test write in ~App_Data/Scriptlets/Custom/Sidebar: FAILED
Access to the path '~App_Data/Scriptlets/Custom/Sidebar/DELETEME.TXT' is denied.
Test read of ~/web.config: PASSED
Test write access to ~App_Data/database.config: FAILED
Access to the path '~App_Data/database.config' is denied.
Test write access to ~App_Data/encryption.config: FAILED
Access to the path '~App_Data/encryption.config' is denied.
Test no existing files in '~/Assets/ProductImages/': PASSED
Test no existing files in '~/App_Data/EmailTemplates/': PASSED
If I take the first failed test: ~App_Data/EmailTemplates/1/DELETEME.TXT, and look at the effective permission for the Network Service user, the user has full control.
Any idea on how to fixt this?