Tagged Questions

3
votes
2answers
949 views

Running ASP.NET MVC under Mono/Linux with xsp

I am porting an existing ASP.NET MVC applicationto Mono. I am actually trying to make it run under Fedora Linux 11. After a few tweaks, I have managed to make the solution compile in MonoDevelop. ...
0
votes
0answers
58 views

Why can't I access my sqlite db when I was able to hours ago?

I get the error below. I know in fact this is a lie. I am using mono.sqlite on a asp.net website. It was working before, when I had copied the file into the expected folder. Then I removed it and ...
0
votes
1answer
208 views

Mono and No access to the given key error [closed]

I have this website using Mono 2.8.1 and Apache 2.2 in Amazon Linux When try access to website return this error: No access to the given key Anyone have a resolution to this? See link for more ...
0
votes
1answer
482 views

TypeLoadException on asp.net/xsp/mono on debian/opensuse

When i reset apache and load my website i get the first error below. I have no idea what the problem is. If i reload the page again (without restarting apache) i get the 2nd error, probably because ...
0
votes
2answers
689 views

Mono's XSP webserver can't find MySql.Web.dll on Linux

I'm working on getting my ASP.Net project working on Linux. I've been testing my code using XSP on windows, but now I am trying to make sure that I can develop and test on Linux as well. To that end ...