Open hung-doan opened 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
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