Forum Moderators: open

Message Too Old, No Replies

aspnethostingpermissions error

         

andrewsmd

4:17 pm on Jul 16, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I have a development server that hosts all of our testing sites as sub domains. I have a site that is telling me that

Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. (\\intellicom05\Company\Customers\KBBNKCNI\Web\example.com\Site\www\web.config line 67)

Source Error:

Line 65: <!-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" / -->
Line 66: <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
Line 67: <add name="Compression" type="DotNetNuke.HttpModules.Compression.CompressionModule, DotNetNuke.HttpModules" />
Line 68: <add name="RequestFilter" type="DotNetNuke.HttpModules.RequestFilter.RequestFilterModule, DotNetNuke.HttpModules" />
Line 69: <add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules" />

I can tell you that the folder this site points to is on a shared network drive. I'm guessing it's some sort of permissions error with one of the asp.net users I just don't know which one it would be for the aspnethostingpermission. I think it has something to do with ajax. Also this site was created with dot net nuke and I just copied the entier contents of the website to the network drive. Can anyone help me?Thanks

[edited by: marcel at 4:55 pm (utc) on July 16, 2009]
[edit reason] examplified domain name [/edit]

marcel

4:54 pm on Jul 16, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



This is basically the same kind of problem as you had here [webmasterworld.com]. Have you tried the steps outlined in that thread?

andrewsmd

5:00 pm on Jul 16, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



No I had to move that to my local machine. I was wondering if anyone would have any new thoughts on it.