Answer the question
In order to leave comments, you need to log in
ASP.NET MVC + Mono XSP?
I have accumulated a few questions, if someone knows the answers - you are welcome, so:
1) I use MonoDevelop - I create an ASP.NET MVC 2 project, in the properties of the Target Framework project it says "Mono / .Net 4.0" when I select the active configuration " Microsoft .Net" everything compiles fine, when I select Mono 2.11.4 (or 2.10.8) it gives an error that System.Web.MVC was not found. How to fix it?
2) I “deploy to the network” in MonoDevelop, specifying the mono deployment folder, copy this folder to “Mono-2.10.8\lib\xsp\test”, start the XSP server, enter “ 127.0.0.1:8080/mono - Throws an error: "The section authentication can't be defined in this configuration file (the allowed definition context is 'MachineToApplication'). (C:\Mono-2.10.8\lib\xsp\test\mono\Web.config line 24)“, I delete this section and the browser says that the specified path was not found. Perhaps you still need to tweak the Web.config? And if so, how?
3) Is it possible to deploy an ASP.NET MVC 2 project created in Visual Studio 2010 on an XSP server, and if yes, how?
Answer the question
In order to leave comments, you need to log in
I don't think that many people write in mvc + mono because it's somehow very strange, but I think you already know this without me.
Look at how the path is registered in mvc in your project. You need to ship the assembly and open it as text. I would look for the problem there.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question