Versions Compared

Key

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

...

  • Windows Server 2008 (or higher)
    • Internet Information Server
    • ASP.NET
    • .NET Framework 4.5 or above
  • SenseAdapt License file

Setting up IIS

  • Create a website in IIS. If you are sharing an IIS box you can place SenseAdapt onto a different port to avoid conflicts with other sites.
  • Unzip the contents of the install package to the root of your new site
  • Create an APP_DATA folder in the root of the site and place your licence file for SenseAdapt here. Ensure this folder has full read write and create access from the app pool account that SenseAdapt is running under.
  • In the app Pool in IIS ensure that .net 4 integrated mode is selected
  • Ensure the app pool in IIS is set to "Enable 32 bit applications" is set to true.

...

 <add key="tfsServerURL" value="http://jira server url/" />
  <add key="tfsUserName" value="john" />
  <add key="tfsPassword" value="johnspassword" />
  <add key="ServerType" value="jira"/>

   <add key="EnableCacheDatabase" value="truefalse" />
   <!-- It
is very important that the above key be set to true -->