Hey all,
I've been trying to figure out this error message for about a week which has been happening on my Win2003 enterprise server box. At one time I had dnn 3.2.0 installed and working, but I removed it (dumped the database, deleted the virtual directory). I reinstalled 3.2.2 and now I get the following error when trying to access the site for the initial setup:
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: Required permissions cannot be acquired.
Source Error:
[No relevant source lines] |
Source File: machine.config Line: 258
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
Line 258 in my machine.config reads:
<
add assembly="*"/>
I tried fixing the TRUST issue as described in an MS kb article, but that didn't do the trick.
Anyone run into this who has resolved it? I'm trying to set up a development box. I'm thinking that wiping the whole server and starting from scratch may be the only way to fix this.
Thanks!
Jim Rice