Results 1 to 5 of 5

Thread: source code issue

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2003
    Location
    New Hampshire, USA
    Posts
    15

    source code issue

    What do I have to compile to allow others to make changes to a web form that is on a server? If something should happen to me(I quit or get fired) the business wants to be able to make changes to the web form if needed.
    Thanks for any help

  2. #2
    Shared Member
    Join Date
    May 2005
    Location
    Kashmir, India
    Posts
    2,277

    Re: source code issue

    Tell them to hire a backup for you.

    And make sure that you put your source code in a proper repository like VSS or at a place which is being backed up regularly.
    Use [code] source code here[/code] tags when you post source code.

    My Articles

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: source code issue

    They'll need to re-deploy again, they can't edit directly and expect it to always work.

  4. #4

    Thread Starter
    New Member
    Join Date
    Dec 2003
    Location
    New Hampshire, USA
    Posts
    15

    Re: source code issue

    I'm new at this, especially web forms. Could you be a little more specific? Thanks

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: source code issue

    VSS is a source control software. You can add your ASP.NET project in it and VSS maintains a 'lock' on files. In other words, it won't let you edit it unless you check the file out.

    It therefore also serves as a repository for your files, like a file storage. Once you deploy the application and say, 8 months later they wish to make a change, they can check out the files from the project there, edit it, recompile the ASP.NET application and re-deploy to the server.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width