Security issue when upgrading DNN

I ran into a security issue when updating DNN on a work server.  Basically once you put the files in place they don’t have the permission to do the upgrade.  Oddly enough I found this little gem that explained how to do the following:

Run the below caspol command to resolve the issue Drive:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\caspol.exe -m -ag 1 -url “file:////c:\mysitecontent\*” FullTrust -exclusive on

Note: Please substitute “c:\mysitecontent\*” with actual path where ASP.net pre compiled dlls are located.

I’ve also had to use the stacks method called in this blog.

Comments are closed.