I'm a beginner !! PlsHelp
When i install the source code to Win server 2003 to IIS
I can't see the default page and promted error as below :
How can i solve this?? Thx to all
Server Error in '/ThePhile' Application.
--------------------------------------------------------------------------------
Parser 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 'Wrox.ThePhile.Web.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="Wrox.ThePhile.Web.Global" %>
Source File: C:\wrox\ThePhile\global.asax Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
|