Project Setup
Home Up ERD/ORM Tables Request Work Flow WR Static Structure Sample Pages Estimate WR UML States Notify State Database Stats Terms Project Setup Source Notes Use Case Statements

 

Poor man's Source Control - XCOPY sharing

We have setup some folders under the project share.

WorkRequest\WorkRequestWA\{DeveloperName}

in these folders we copy our latest files so that others may use them and include the changes into their solution

Some changes need to be made to individual PCs

  • create a working web under 
    • The folder should be located c:\Inetpub\wwwroot\WA\workrequest
    • enable this web for ASP.NET by using Management Console to create an application in the WorkRequest Web 
    • simply hit the Create button
  • Create a project folder on the c: drive c:\project\workrequest
    • Visit the project share and under WorkRequest you should find some folders
    • copy the BLL, DAL, IDAL, UCL, and CL folders into your local project folder
  • change the references in the WorkRequest solution file
    • Search and Replace P:\ to C:\PROJECT\
    • Search and Replace guinevere to localhost
  • Modify the web.config file application settings
    • change Windows Integrated Security to a valid user id=;pwd=; combination
    • this will allow us to still use the same database located on Guinevere
  • Open the solution from the local web location
    • Rebuild the solution so that all DLLs are recreated in the proper locations
  • Test the Web App by going to your site http://localhost/WA/WorkRequest 
 

Copyright 2002 - 2003 XOCOMP, llc
Contact: md3@protocolla.com or md3@xocomp.net after March 2003

All materials and notes are the intellectual property of XOCOMP with expressed permission for use by PROTOCOL.