Alex Schneider 5be4bf9ee3 Remove installation portion. Close #773 11 years ago
..
lib 40ce2163c2 Updated ASP.NET packages 11 years ago
src 40ce2163c2 Updated ASP.NET packages 11 years ago
.gitignore 8254df9322 Refactored ASP.NET 12 years ago
README.md 78ab91d147 Upgrade mono to 3.2.8 11 years ago
__init__.py 09743fb6e0 Renamed aspnet-mono to aspnet and modified for Windows 12 years ago
benchmark_config facd386b47 Fix some aspnet tests to be labeled as IIS instead of nginx 12 years ago
install.sh fc1d35470c Fixing obvious fw_depends errors in install.sh files 11 years ago
nginx.conf 35d24d7904 verify No more logging to /dev/null 11 years ago
setup_iis.ps1 b6e27cc06d Improve setup robustness of Windows tests 12 years ago
setup_iis.py d9678ff22e 18938 Passing the error log to the test start/stop 11 years ago
setup_nginx.py f532415394 master Should only kill with 15 11 years ago
setup_xsp.py f532415394 master Should only kill with 15 11 years ago
source_code 66e46ee08e codeLineCount Create source_code file for each framework. Modify count_sloc to use gather_frameworks instead of a large list 12 years ago

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.8 (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 5.1.0

Databases

  • MySQL Connector/Net 6.8.3
  • Npgsql 2.0.14.3
  • Entity Framework 6.0.2
  • Mongo C# Driver 1.8.3

Developer Tools

  • Visual Studio 2012

Mono Installation

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

git clone git://github.com/mono/mono
cd mono
git checkout mono-3.2.8
./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