Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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. AnkhSVN - Subversion Support for Visual Studio
  4. Internet Information Services 6 [Full Pack] (May be installed in "Windows Features")

...

  • 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.
  • From the File menu, select Open -> Subversion Project. Enter the following link into the address bar: https://source.jasig.org/cas-clients/dotnet-client/trunk/ExampleWebSite/

Open the “DotNetCasClient.vs2010.sln” solution file. Visual Studio will download the artifacts to the project folder.

...