Hi All,
I am using DNN_Platform_07.02.00_Source and SQL Express 2012, i am trying to install as per installation steps provided in DNN site. I am getting following error if i trying to browse.
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'DotNetNuke.Web.Common.Internal.DotNetNukeHttpApplication'.
Source Error:
Line 1: <%@ Application Inherits="DotNetNuke.Web.Common.Internal.DotNetNukeHttpApplication" Language="C#" %>
|
Source File: /MDMI/global.asax Line: 1
I have done the following steps while install the DNN frame work.
Step 1: Extracted the DNN_Platform_07.02.00_Source file.
Step 2: Copy and paste the release.config file and rename to "web"
Step 3: Provided the connection string related stuff in web.config file.
Step 4: In IIS created the "Add application" by providing Alias Name, Physical path (given upto website folder) and set application pool to asp.net v4.0.
Step 5: If i browse the application, i am getting above mentioned error
Please let me know where i am doing wrong.
Many Thanks,
Madhan Karnam.