asp

TwitterFacebook
Get flash to fully experience Pearltrees
nunit

http://haacked.com/archive/2008/11/03/bin-deploy-aspnetmvc.aspx While developing an application locally, this isn’t a problem. But when you are ready to deploy your application to a hosting provider, this might well be a problem if the hoster does not have the ASP.NET MVC assemblies installed in the GAC. Fortunately, ASP.NET MVC is still bin-deployable. If your hosting provider has ASP.NET 3.5 SP1 installed, then you’ll only need to include the MVC DLL.

Bin Deploying ASP.NET MVC

Cassini 2.0 - Free Redistributable ASP.NET Web Server from UltiD

Good old Cassini is getting obsolete . Replace it with the new and advanced UltiDev Web Server Pro , which is also free and redistributable. UltiDev Cassini is a free, light-weight and redistributable web server that can host ASP.NET 3.5, 3.0, 2.0 and 1.1 applications and static HTML sites. Whenever your customers need an alternative to IIS — UltiDev Cassini web server is the answer. UltiDev Cassini was built using Microsoft Cassini web server sample as a base, but was vastly improved and expanded compared to original Cassini sample by adding lots of new features and fixing existing bugs. UltiDev Cassini runs on all flavors of Windows XP including Windows XP Home, Windows Vista, Windows 2000 and Windows 2003 Server. http://www.ultidev.com/products/Cassini/
I've been neglecting NUnitAsp for several years, so I doubt this is a surprise. I originally wrote NUnitAsp in 2002 (starting with a seed provided by Brian Knowles), before .NET was even out of beta, to solve the problem of unit testing ASP.NET code for a portal application. As the portal grew more complex, so did NUnitAsp. http://nunitasp.sourceforge.net/

NUnitAsp - ASP.NET unit testing