How do I install Issue Tracker ASP.net Starter Kit on your server?

Issue Tracker ASP.NET Starter Kit has been officially released by the Microsoft ASP.net team. The Issue Tracker Starter Kit installation program is designed to install Issue Tracker on your local machine. To install Issue Tracker on SeekDotNet servers, you will need to perform some customization.

Below is a step-by-step installation procedure to install the Issue Tracker Starter Kit on our webservers. Please note that the steps below are one way among many methods to install the application and only serves as a guideline.

INSTALLATION INSTRUCTIONS

  • Download Issue Tracker SDK from http://www.asp.net/Default.aspx?tabindex=9&tabid=47  
  • Run installation program on your local machine.
  • Install the application in default location. (c:\issuetracker)
  • After the installation wizard installs the files on your local computer, the Issue Tracker Starter Kit Setup wizard opens up. Skip this step by closing the window. Then close the installation wizard window.
  • Customize the web.config file for deployment on SeekDotNet servers.

          o Open c:\issuetracker\IssueTrackerStarterKit\web.config
          o Replace this line with
          o Save web.config file
          o Upload c:\issuetracker\IssueTrackerStarterKit directory to your site using FTP

  • Create IssueTracker database tables on SeekDotNet SQL Server

          o Open command prompt and execute these statements using osql:
                * Create the database objects on your MSSQL database.

            osql -S [SQL ServerName] -U [UserName] -P [password] -i c:\issuetracker\Setup\DBScripts\CreateDatabaseObjects.sql

                * Run the initialization stored procedure to create an admin account login of admin/password...

            osql -S [SQL ServerName] -U [UserName] -P [password] -Q "IssueTracker_Initialize 'admin','password'"

NOTE : To avoid any conflicts, we would highly recommend using a fresh database for the application install.

  • 19 Users Found This Useful
Was this answer helpful?

Related Articles

HELP, I cannot login to the Starter Kit once I installed?

ASP.NET Starter Kit is installed using ASP.NET roles and personalization technology and therefore...