Welcome Guest, you are in: Namespace

This page will provide information on how to setup your Visual Studio and IIS environment.

The Environment Overview

Sueetie Development that supports this site, Project Gummy Bear and the source code library on CodePlex is done on Windows 2008 Server and IIS7. The Server that is used in this documentation is member of a a home office Windows Workgroup and not a domain.

IIS Configuration of Sueetie Development Site

Sueetie contains all root-oriented paths (/style, /wiki, etc.), so it's essential that we are using a discrete url which supports both a root point of origin and a non-localhost, Visual Studio web site. The url of the development site is

http://sueetie

The IIS site bindings to support http://sueetie is shown below.

Sueetie Development Site Bindings in IIS 7

Website root project setup in Visual Studio

With IIS configured to support http://sueetie we can setup the root project startup accordingly.

Root Web Project Startup

...and press F5 and walk through the code.

Root Web Project Debugging

Working with other Sueetie Application projects in Visual Studio

Sueetie contains multiple Visual Studio, one project per application. Each project (YAF.NET, BlogEngine.NET, etc) will contain the root /Web website project with other Sueetie Framework class library projects like Sueetie.Core. The trick to enabling F5 debugging and urls like http://sueetie/blog for full site utility while debugging is to set the root Website project as the startup project.

Setting Root Web Project as Startup

We'll want to make sure the root website startup property in Sueetie projects is the same as shown above, with the base URL being http://sueetie.

Now when we press F5 we can walk through the complete source as shown here with BlogEngine.NET.

Setting Root Web Project as Startup

ScrewTurn Wiki version 3.0.2.500.


This site was built with the Sueetie .NET Online Community Framework. Learn more about Sueetie at Sueetie.com.