Questions tagged [xsp4]

31 questions
16
votes
6 answers

Mono MVC5 - Views don't work

I am trying to launch MVC5 website on my Linux box using Mono and XSP4. It works with no views however when I try to render something it gives me errors. Here is my test code. Note that I didn't change anything, this is basically a blank site…
Stan
  • 25,744
  • 53
  • 164
  • 242
10
votes
5 answers

How to successfully host ASP.NET MVC4 RC on Mono 2.10.8

I'm trying to host a ASP.NET MVC4 RC project on top of Mono 2.10.8.1. I'm getting the following exception when I access the app for the first time: Missing method System.Web.Security.FormsAuthentication::get_IsEnabled() in assembly…
energy.dk
  • 103
  • 1
  • 5
8
votes
2 answers

Web Services does not work in mono 4

I have an app that uses Webservices with ASP.Net and am supposed to maintain. So I was sharpening my skills on the topic. I have no problem running Webservice in Window with VS 2013 but have issues with mono. Here is the error I get when I run the…
Stefano Mtangoo
  • 6,017
  • 6
  • 47
  • 93
7
votes
1 answer

Getting "could not load file or assembly 'xsp2'" with Mono 2.10.8

I copied these files to C:\MonoWebServer. xsp2.exe xsp2.exe.mdb Mono.WebServer2.dll Mono.Security.dll I registered Mono.WebServer2.dll & Mono.Security.dll in the GAC. When I go to run xsp2.exe I get. What am I doing wrong! Windows 7 - 64bit
Donny V.
  • 22,248
  • 13
  • 65
  • 79
4
votes
1 answer

404 response appended to webapi response

I have managed to get TWO responses for a single web request: My webapi response ( a simple string with 200 status code) a 404, from what looks like a static file handler Screenshot from chrome: My setup is: F# Mono on Ubuntu 15.10 xsp4 as the…
4
votes
1 answer

Install latest version of mono xsp4 on ubuntu to support asp.net 4.5

i have to port an asp.net 4.5 website to mono 2.10.8.1 on an ubuntu machine. Does xsp4 support asp.net 4.5 yet or should i build my original website in 4.0 for the time being? Also how do i get the latest version and install?
Pankaj Kumar
  • 1,748
  • 6
  • 28
  • 41
3
votes
0 answers

XSP4: This operation requires IIS integrated pipeline mode

I've created .NET 4.5 WebAPI Project in VS 2013 with Individual accounts membership (template with BS, EF, API help page). Now I'm trying to port it to mono 4.0.3. I opened it in Xamarin Studio, the application was compiled and launched. However no…
Orif Khodjaev
  • 1,080
  • 1
  • 13
  • 34
3
votes
0 answers

ASP.NET MVC4 : XSP4 vs Lighthttp with Mono-FastCGI Performance

I followed this instruction to make my ASP.NET MVC4 run on my Raspberry Pi(model B): Raspberry Pi Mono MVC Razor View Engine ASP.net XSP / FastCgi / Lighttpd Implementation The only difference is I compile Mono 3.4.x, XSP, and Mono-FastCGI from…
eSPiYa
  • 882
  • 1
  • 12
  • 29
2
votes
1 answer

Run ASP.NET application on Linux

I am trying to run an application made in .NET Framework 4.5 (Windows) in a Linux environment (Centos7). I have tried with mono and xsp4 but I have the following doubts: Mono and xsp4 are the best applications to execute a code in .Net? Should I…
ayar
  • 143
  • 1
  • 5
  • 19
2
votes
3 answers

XSP4 localhost doesn't respond (Windows 8.1)

I have installed Mono 4.0.2 under Windows 8.1 64bit Now I'm testing how it runs: everything is ok with console and WF applications However, I can't run any ASP.NET app/page. I tried my own web apps and the simple example from there, the result is…
Orif Khodjaev
  • 1,080
  • 1
  • 13
  • 34
2
votes
1 answer

Debugging ASP.NET MVC apps in Monodevelop with XSP4

I see from around the web that this question has been asked before elsewhere but I haven't found anything that fixes this problem in my case. When I try to debug an ASP.NET MVC App from MonoDevelop 4.2.3 on Ubuntu, it fails with the error…
booler
  • 705
  • 1
  • 7
  • 15
2
votes
1 answer

What are the first steps for tracking down a exception triggered in the mono asp.net libraries?

I'm curious if there are any asp.net mono gurus who could give pointers on where to start debugging what may be an error in the mono libraries (perhaps a version mis-match?). I'll start with the details, and then mention what I've found so…
David
  • 13,133
  • 1
  • 30
  • 39
2
votes
2 answers

State server in ubuntu

I deployed ASP.NET 4.0 website on ubuntu with apache2 and mono. I want to use session state server for that i have to run asp-state4 command in terminal so that state server will get started. When i run above command all is working fine but after…
Amogh
  • 4,453
  • 11
  • 45
  • 106
1
vote
1 answer

Got a SIGABRT while executing native code - error when running xsp4 on AWS during Cloudformation

I'm getting an error when starting the xsp4 server on an AWS Ubuntu AMI. The error is initialize: mono_thread_create_internal () failed, and then: Got a SIGABRT while executing native code. This usually indicates a fatal error in the mono runtime…
sashoalm
  • 75,001
  • 122
  • 434
  • 781
1
vote
1 answer

Process.Start issue from .app on OSX (xsp)

I made an application with Mono. Inside this app I'll start the xsp4 WebServer with this command: string exe = "xsp4"; string args = "--root " + Path.Combine(Path.Combine(FSys.AppPath, "support"), "webapp"); args += "…
Marco
  • 656
  • 9
  • 28
1
2 3