Malcolm Evershed b6e27cc06d Improve setup robustness of Windows tests 12 年之前
..
lib c67b2ab329 Updated NuGet.exe 12 年之前
src e4562a59ea Updated aspnet dependencies 12 年之前
.gitignore 8254df9322 Refactored ASP.NET 12 年之前
README.md 740ac9104f Updated mono 12 年之前
__init__.py 09743fb6e0 Renamed aspnet-mono to aspnet and modified for Windows 12 年之前
benchmark_config facd386b47 Fix some aspnet tests to be labeled as IIS instead of nginx 12 年之前
nginx.conf 09743fb6e0 Renamed aspnet-mono to aspnet and modified for Windows 12 年之前
setup_iis.ps1 b6e27cc06d Improve setup robustness of Windows tests 12 年之前
setup_iis.py b6e27cc06d Improve setup robustness of Windows tests 12 年之前
setup_nginx.py c1982e49b3 Fix asp.net+mono setup script to stop the mono server. 12 年之前
setup_xsp.py 2b68d877c5 Modify setup file to use mono-sgen, to improve performance when used C# with mono. 12 年之前
source_code 66e46ee08e codeLineCount Create source_code file for each framework. Modify count_sloc to use gather_frameworks instead of a large list 12 年之前

README.md

ASP.NET MVC on Windows and Mono

Tests

  • JSON serialization
  • Single database query
  • Multiple database queries
  • Server-side templates and collections
  • Database updates
  • Plaintext

Versions

Language

  • C# 5.0

Platforms

  • .NET Framework 4.5 (Windows)
  • Mono 3.2.1 (Linux)

Web Servers

  • IIS 8 (Windows)
  • XSP latest (Linux)
  • nginx 1.4.1 & XSP FastCGI (Linux)

Web Stack

  • ASP.NET 4.5
  • ASP.NET MVC Framework 4

Databases

  • MySQL Connector/Net 6.7.2-beta (custom build)
  • Npgsql 2.0.13-beta1
  • Entity Framework 6.0.0-beta1
  • Mongo C# Driver 1.8.2

Developer Tools

  • Visual Studio 2012

Mono Installation

sudo apt-get install git-core build-essential autoconf automake libtool zlib1g-dev pkg-config

git clone git://github.com/mono/mono
cd mono
git checkout mono-3.2.1
./autogen.sh --prefix=/usr/local
make get-monolite-latest
make EXTERNAL_MCS=${PWD}/mcs/class/lib/monolite/gmcs.exe
sudo make install

cd ..

git clone git://github.com/mono/xsp
cd xsp
./autogen.sh --prefix=/usr/local
make
sudo make install

mozroots --import --sync