Hi,
I experience problems with setting up DW7 with SQL Server on my local machine.
When I access local.NameOfTheCustomer.com and local.NameOfTheCustomer.com/admin I get the following error
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 'CustomModules.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="CustomModules.Global" Language="C#" %>
You can see a screen dump here:
http://test.pajor.dk/dw/parseerror.html
The IIS is setup with .NET v2.0 and Managed Pipeline Mode is Classic.
It is the first time that I am setting up DW7 locally with SQL Server - so it might be a newbie error.
Thanks