ASP.NET Demo Projects Readme


OVERVIEW

MailBee.NET Objects setup program installs ASP.NET samples in "My Documents/MailBee.NET Objects/Samples/ASP.NET" folder. There are two sub-folders:

Each folder includes the solution and project files for Visual Studio 2008 and 2010, and also .bat files which let you compile and run the samples even if you don't have Visual Studio.

For quick access, the setup program puts shortcuts to solution files (like VS2008_CS.sln) in "Start/Programs/MailBee.NET Objects/Sample Applications/ASP.NET" menu.


HOW TO COMPILE SAMPLES IN VISUAL STUDIO

C# version

VB version


HOW TO COMPILE SAMPLES WITHOUT VISUAL STUDIO

C# version

VB version


HOW TO RUN SAMPLES

With ASP.NET Development Server (Visual Studio built-in)

With IIS 5 (e.g. Windows XP)

With IIS 6 (e.g. Windows Server 2003)

With IIS 7 (e.g. Windows Server 2008, Windows Seven)

The samples have been tested with IIS 5, 6, 7 and ASP.NET Development Server running ASP.NET 2.0/3.5/4.0.

These instructions are not specific to MailBee.NET Objects. These are general requirements to run ASP.NET applications.


NOTES