xsp

Access to the path “/etc/mono/registry” is denied

旧街凉风 提交于 2019-11-29 04:43:50
问题 When I run my ASP.NET MVC 4 website on my Fedora 20 workstation with xsp4 (from MonoDevelop or directly) I'm getting the following exception: System.Web.HttpRuntime.FinishWithException (wr={Mono.WebServer.XSPWorkerRequest}, e={System.Web.HttpException: ---> System.Web.HttpException: The pre-application start initialization method Start on type System.Web.WebPages.PreApplicationStartCode threw an exception with the following error message: Exception has been thrown by the target of an

Missing method errors when running ASP.NET app with xsp on linux

耗尽温柔 提交于 2019-11-29 02:05:41
I have ASP.NET with MVC and Razor markup website and I want to run it on my Linux VPS. I have mono 3.2.8 and xsp4 3.0.0.0 version, both from Ubuntu repository (installed using apt-get install mono-complete mono-xsp4 ) When I upload my website to server and run xsp4 in the website's folder, it start and prints out that it's listening on port 8080. However when I use my web browser to navigate to my website, it displays runtime error and xsp4 outputs this to console Missing method System.Web.HttpApplication::RegisterModule(Type) in assembly /usr/lib/mono/gac/System.Web/4.0.0.0__b03f5f7f11d50a3a

Missing method errors when running ASP.NET app with xsp on linux

时光总嘲笑我的痴心妄想 提交于 2019-11-27 18:17:38
问题 I have ASP.NET with MVC and Razor markup website and I want to run it on my Linux VPS. I have mono 3.2.8 and xsp4 3.0.0.0 version, both from Ubuntu repository (installed using apt-get install mono-complete mono-xsp4 ) When I upload my website to server and run xsp4 in the website's folder, it start and prints out that it's listening on port 8080. However when I use my web browser to navigate to my website, it displays runtime error and xsp4 outputs this to console Missing method System.Web