Questions tagged [xsp2]
4 questions
10
votes
1 answer
Mono's XSP4 on OSX gives Access Forbidden (error 500) for any .aspx or .asp file
I'm on a Mac trying to locally host a copy of an old ASP-based site for testing purposes. Not (yet) using mod_mono for Apache, just the basic standalone XSP server. It was enough of an ordeal just getting to the point where I can at least display a…
blerg
- 101
- 2
1
vote
1 answer
mono 3.0.2 + xsp + lighttpd delivers empty page
I needed MVC 4 (and basic .NET 4.5) support so I downloaded mono 3.0.2 and deployed it on an lighttpd 1.4.28 installation, together with xsp-2.10.2 (was the latest I could find).
After going through the config tutorials I managed to get the fastcgi…
Nefal Warnets
- 11
- 1
1
vote
1 answer
apache2 mod_mono not working
I'm using Ubuntu 11.04 as a dedicated server. I installed mod_mono and mono-xsp2 on apache as described here. Apache serves .aspx or .asmx files as files, literally. I checked and mod_mono is enabled. What could be wrong? Should I state somewhere…
ren
- 337
- 1
- 10
0
votes
1 answer
Mono: application not running when web.config in subfolder
I run ASP.NET on Mono.
I wanted to run blogengine:
http://www.dotnetblogengine.net/
I downloaded, put it in /var/www/blogengine, on the console went to /var/www/blogengine and started xsp2.
I went to http://localhost:8080, and it ran without…
Quandary
- 974
- 4
- 18
- 34