xsp4

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

我们两清 提交于 2020-01-15 08:25:22
问题 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 far. Version information: Mono Runtime Version: 2.10.8.1 (Debian 2.10.8.1-5ubuntu1); ASP.NET Version: 4.0.30319.1 The stack trace: System.InvalidCastException: Cannot cast from source type to destination type. at System.Web.UI.ScriptManager

Web Services does not work in mono 4

大憨熊 提交于 2019-12-12 08:01:51
问题 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 code System.ArgumentNullException Value cannot be null. Parameter name: path1 Description: HTTP 500.Error processing request. Details: Non-web exception. Exception origin (name of application or object): mscorlib. Exception stack trace: at System.IO

404 response appended to webapi response

你。 提交于 2019-12-10 20:14:58
问题 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 web server Owin as the routing engine As you can see from the screenshot the correct response is printed (sometimes - sigh) on the first line of the browser's reponse, and then immediately followed on the page by the standard 404 page. Startup code:

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

痞子三分冷 提交于 2019-12-01 04:57:23
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 Ok I'v got it working now. Here are the steps. Create an empty Asp.net MVC site. Copy xsp4.exe , Mono.Security.dll & Mono.WebServer2.dll to the root of the site. The file structure should look like this. WebSite --bin --Content --Models --Views xsp4.exe Mono.Security.dll Mono.WebServer2.dll Copy those same 3 files into the bin folder. Now run xsp4.exe from

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

谁说我不能喝 提交于 2019-12-01 01:21:54
问题 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 回答1: Ok I'v got it working now. Here are the steps. Create an empty Asp.net MVC site. Copy xsp4.exe , Mono.Security.dll & Mono.WebServer2.dll to the root of the site. The file structure should look like this. WebSite --bin --Content --Models --Views xsp4