ASP.NET MVC IIS 7.5

Posted by alinpopescu on Stack Overflow See other posts from Stack Overflow or by alinpopescu
Published on 2010-04-15T17:06:45Z Indexed on 2010/04/15 17:13 UTC
Read the original article Hit count: 326

Filed under:

Hello, I have follwing erorr after I have published site in IIS 7.5 and i don't hnow what to do

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 'ProiectLicenta.MvcApplication'.

Source Error:

Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="ProiectLicenta.MvcApplication" Language="C#" %>

© Stack Overflow or respective owner

Related posts about asp.net-mvc