Not very experienced but lets give it a shot! Excuse the text.
I am making a Web application and I clicked on "Clean" on the project.csproj. Not knowing what i did I restarted my web application on IIS and I got a message saying this.
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 'DocPortal_S1.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="DocPortal_S1.Global" Language="C#" %>
And when returning to Localhost:port I still get this.
What does a clean do and is there a possibility to fix it?