How to deploy an ASP.Net Web Forms on Apache with mono mod -


I have applied an ASP.NET web form and it is working in Debug Mode in Visual Studio 2012. But when I uploaded an application in my Apache folder with mod_mono I got an error which indicates that I have this web Should do this in the config:
  & lt; Configuration & gt; & Lt; System.web & gt; & Lt; CustomArser's mode = "off" /> & Lt; /system.web> & Lt; / Configuration & gt;   

My question is now, how should I set up my application to release from debug? When I clicked on the application, he gave me a small message in the console. When I use the deployment application option, I find a menu with some server settings that I can not understand and I do not know.

Edit

Now I found this error message:

Parser Error

Details : Error parsing the resources needed to serve this request

Parser error message: File '~ / Site1.Master' does not exist

Source error:

P> Line 1: & lt ;% @ Page title = "" language = "c #" masterpagefile = "~ / Site1.Master" AutoEventWireup = "true" CodeBehind = "Default.aspx.cs" Inheritance = "Web Applications 1.WebForm6"% & gt; Line 2: Line 3:

But I have Site1.Master in this folder.

The file names in Linux are case-sensitive. Make sure Site1.Master is exactly the same name, not the site1.master , site1.master etc.

is included in and.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -