Does anyone know how to set permissions for Umbraco 4.5.x files on fileshare?
Just checking if anyone knows how to configure Umbraco 4.5.x to work from a fileshare, I assume there's some special configuration required to get the permissions right in the new .NET 4 context...
in the past we used these commands to set permissions, but they are obsolete in 4.0:
Does anyone know how to set permissions for Umbraco 4.5.x files on fileshare?
Just checking if anyone knows how to configure Umbraco 4.5.x to work from a fileshare, I assume there's some special configuration required to get the permissions right in the new .NET 4 context...
in the past we used these commands to set permissions, but they are obsolete in 4.0:
<!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-alt:"Calisto MT"; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:-536870145 1107305727 0 0 415 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-alt:"Arial Rounded MT Bold"; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin:0cm; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman","serif"; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin;} a:link, span.MsoHyperlink {mso-style-priority:99; color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {mso-style-noshow:yes; mso-style-priority:99; color:purple; mso-themecolor:followedhyperlink; text-decoration:underline; text-underline:single;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; font-size:10.0pt; mso-ansi-font-size:10.0pt; mso-bidi-font-size:10.0pt;} @page WordSection1 {size:612.0pt 792.0pt; margin:70.85pt 70.85pt 70.85pt 70.85pt; mso-header-margin:35.4pt; mso-footer-margin:35.4pt; mso-paper-source:0;} div.WordSection1 {page:WordSection1;} -->
%windir%\Microsoft.NET\Framework64\v4.0.30128\caspol -m -ag 1. -url "file://\\xxx\WebSharedCont\Farm01\www.aviapartner.aero\*" FullTrust -name "ARFYES\IUSR_xxx" yes
%windir%\Microsoft.NET\Framework\v4.0.30128\caspol -m -ag 1. -url "file://\\xxx\WebSharedCont\Farm01\www.aviapartner.aero\*" FullTrust -name "ARFYES\IUSR_xxx" yes
%windir%\Microsoft.NET\Framework64\v4.0.30128\Aspnet_regiis.exe -ga "ARFYES\IUSR_xxx"
%windir%\Microsoft.NET\Framework\v4.0.30128\Aspnet_regiis.exe -ga "ARFYES\IUSR_xxx"
All help is appreciated!
This question is related to these topics:
http://our.umbraco.org/forum/getting-started/installing-umbraco/10747-Umbraco-45-and-empty-tree-nodes-in-shared-hosting
http://our.umbraco.org/forum/getting-started/installing-umbraco/11298-Does-anyone-have-Umbraco-running-on-a-64bit-2008-Server-
http://our.umbraco.org/forum/getting-started/installing-umbraco/11204-backend-%27empty%27-after-migrating-451-from-staging-to-live-server
http://our.umbraco.org/forum/getting-started/installing-umbraco/4826-Admin-stopped-working
And this codeplex issue:
http://umbraco.codeplex.com/workitem/28405
is working on a reply...