Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

The purpose of this tutorial is to outline the steps required to set up the ExampleWebsite ASP.NET web application, located at https://source.jasig.org/cas-clients/dotnet-client/trunk/ExampleWebSite/

System Environment

  1. Microsoft Visual Studio 2010 Professional Edition
  2. Windows 7 Professional 
  3. Internet Information Services 6 [Full Pack] (May be installed in "Windows Features")
  4. A git client such as GitExtensions

Set up the CAS Server

Follow the instructions at this link to setup an instance of the CAS server. Additional software may be required.

Set up ExampleWebsite in Visual Studio

  • Using a the Git client, download the source from https://github.com/Jasig/dotnet-cas-client/tree/master/ExampleWebSitefrom here
  • Launch Microsoft Visual Studio with admin privileges. You can do so by right clicking on Visual Studio and selecting Run as Administrator. This is required for you to publish application artifacts to the local instance of IIS. Navigate to where you have the ExampleWebsite project and open it. 
  • Right click on the ExampleWebsite app and selecting Select as Startup Project.
  • Right click on the DotNetCasClient app and select Build.
  • Add a Web.config file to the ExampleWebsite. Copy the contents of web.config.sample file into Web.config and modify the following sections:

...