Tag asp.net

Could not load file or assembly System.Web.WebPages.Razor

Suddenly got the error message when starting a MVC application: Could not load file or assembly ‘System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’ or one of its dependencies. The system cannot find the file specified. Description: An unhandled exception occurred during the execution…

Failed to Execute URL ASP.net

Got this error (System.Web.HttpException: Failed to Execute URL at ISAPIWorkerRequestInProcForIIS6) when starting up my asp.net website. The error occured beacause the project Managed pipeline mode was set to: Classic. When I changed the pipeline mode to Integrated the website started…