Environment: Window Server 2008 R2 x64, IIS7, SQL 2008 SP1
Reference Instructions:
I used the following two site for guidance.
Steps Followed:
1. Create Database – DotNetNuke
2. Create User Account – NukeAdmin
3. Add “NukeAdmin” User Account to DotNetNuke DB as owner
4. Create folder and extract Install 5.1.4 – NukeFolder
7. Create Application in Default Web site pointing to NukeFolder with an alias of wwwNuke
8. Browse to localhost/dotnetnuke
And here is where the problem begins. I get the following error.
Server Error in '/wwwNuke' Application.
Security Exception
Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.
Exception Details: System.Security.SecurityException: Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
|
Stack Trace:
[SecurityException: Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.]
System.RuntimeTypeHandle._GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, Boolean loadTypeFromPartialName) +0
System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark) +62
System.RuntimeType.PrivateGetType(String typeName, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark) +42
System.Type.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +77
System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +105
System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit
|
I have tried this twice. Once on a server I didn't build and again on a fresh install I did myself. SQL is in Mixed mode and the userid and password has been confirmed to work via an ODBC connection from another machine.
Where did I go wrong or what’s so new in IIS 7/SQL2008 that needs to be tweaked?