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
|