Moving development files to server - Deployment?

Last post 07-07-2009 9:27 AM by jagjot. 1 replies.

Sort Posts:

  • Moving development files to server - Deployment?

    07-07-2009, 8:44 AM
    • Member
      4 point Member
    • sunram_ram
    • Member since 03-31-2009, 11:42 AM
    • Posts 4

    Hi,

    I have created a website which is working fine with my system using VS development server (not IIS).

    Now I need to move it to my website over internet. I have enabled asp.net2.0 in the server.

    Since it is FTP moving i can't use deployment tools. What i did was, just published my website (using VS2005) and created the precompiled website.

    Now I have copied the files in the folder to my website. But it is throwing error "Cannot load assemebly....".

    Some thing related to web.config file.

    COuld any one help me with the changes to be made for server in web.config file?

    IS it not been enough to create precompiled website? Am i missing any thing else.

    Note: I haven't moved the solution file since it is not part precompiled file


    Thanks in Advance,

    Sunram_ramCool

  • Re: Moving development files to server - Deployment?

    07-07-2009, 9:27 AM
    Answer
    • Participant
      1,399 point Participant
    • jagjot
    • Member since 10-19-2006, 5:02 AM
    • United Kingdom
    • Posts 746

     cannot load assembly can happen when your references are missing. check your references. if you are using any third party control, make sure you copy the referenced dll into your bin folder on server.

    check this link for more details

    http://forums.asp.net/p/1135367/1905461.aspx#1905461

    Jagjot Singh
    MCP, CCNA
Page 1 of 1 (2 items)