Run project from thumbdrive

  • hi all..,

    i have done a registration form using asp.net& C Sharp using SQL server..

    it's working good..

    now i want copy the project to my thumb drive and try to run in my PC from thumb drive..

    it' working on my PC..when i try to run from other PC it's not working..

    where should i make changes to run the project in any PC from thumb drive..

  • You may want to change the Protection Level setting of the package not to include "Userkey" details. More information here

    Pradeep Adiga
    Blog: sqldbadiaries.com
    Twitter: @pradeepadiga

  • are you including all the custom DLL's your project is referencing?

    dlls that are part of the target framework (2.0.3.5,4.0 etc) do not have to be copied local, but any other files, such as xml files, dlls for custom grids, etc have to be included in the deployment folder; can you be more specific about the error you get?

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply