hung-doan / .bookmarks

My life bookmarker
0 stars 0 forks source link

Parser Error: Source File: /global.asax Line: 1 #60

Open hung-doan opened 6 years ago

hung-doan commented 6 years ago
Parser Error
Line 1:  <%@ Application Codebehind="Global.asax.cs" Inherits="..." Language="C#" %>
Source File: /global.asax    Line: 1 

Reason, IIS will look at /bin to run your application, but your build output is bin/x64/Debug So that IIS won't able to run your app.

Solution: change outputDirectory to /bin