newbie question about compiled code--files needed

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Re: newbie question about compiled code--files needed

    If you use the Copy Project menu item in VS.NET you can copy only the files
    needed to run your app.

    In addition, you can obfuscate your assemblies so they cannot be easily
    decompiled.
    Visual Studio 2003 has a basic built in obfuscator.
    Here's more information on obfuscators:
    [url]http://www.abderaware.com/WhitePapers/Obfuscator.htm[/url]
    [url]http://www.preemptive.com/dotfuscator/index.html[/url]
    [url]http://www.devx.com/SummitDays/Article/11351[/url]
    [url]http://www.lesser-software.com/ilobf.htm[/url]

    --
    I hope this helps,
    Steve C. Orr, MCSD
    [url]http://Steve.Orr.net[/url]


    "SStory >" <Shane_Story@online.msn.com <remove the 'online.' to send me
    mail> wrote in message news:e6pgWK9VDHA.2212@TK2MSFTNGP12.phx.gbl...
    > I have some code that I have invested a lot of time in.
    > I don't want it visible to anyone, not even the host site people.
    >
    > Do I have to upload the aspx, the aspx.vb and the dll?
    > What's the point of compiling if you upload the source code too??
    >
    > What is a better way?
    >
    > This aspx will be on the receiving end of various HTML forms..
    >
    > Thanks in advance,
    >
    > Shane
    >
    >

    Steve C. Orr, MCSD Guest

  2. Similar Questions and Discussions

    1. SWC files, newbie question
      Hi list, I have onw quite newbie question here. When I got thrd party swc file, is there a possibility to get the source code from it and alter...
    2. Newbie question (tutorial pointers needed)
      Hi, folks I am new to this tool, Dreamweaver. I heard of that it's convenient to use it to create website. I am wondering if any one can give me...
    3. ASP.Net: Code-Behind Files are not Compiled
      Found a different way to do it - onto the next problem... Studio.Net with However, that how the Add. on
    4. Question on Shared Files & Folders OS X -from OS X newbie
      Hi Group, I hope i am in the correct newsgroup for this question. I am a long time windows power user that has switched to OS X. I still use my 3...
    5. Impatient Newbie Question: "Self-Compiled..."???
      "dhtapp" <dhtapp@cox.net> wrote: If you're referring to:- http://www.ruby-talk.org/78848 -----------------------------------------------------...
  3. #2

    Default newbie question about compiled code--files needed

    All you need is the aspx and the associated dll. You dont
    need to include the source file
    >-----Original Message-----
    >I have some code that I have invested a lot of time in.
    >I don't want it visible to anyone, not even the host site
    people.
    >
    >Do I have to upload the aspx, the aspx.vb and the dll?
    >What's the point of compiling if you upload the source
    code too??
    >
    >What is a better way?
    >
    >This aspx will be on the receiving end of various HTML
    forms..
    >
    >Thanks in advance,
    >
    >Shane
    >
    >
    >.
    >
    Rory Guest

  4. #3

    Default Re: newbie question about compiled code--files needed

    Great... That is what I needed to know..

    So I don't really include the code behind file... i.e
    mypage.aspx.vb --don't include it--just put the dll in the right
    directory....

    Thanks a bunch Rory.

    Lot to learn in .NET--even for us VB/ASP veterans.

    "Rory" <rory@vivid-design.com.au> wrote in message
    news:075301c357e9$6038af70$a401280a@phx.gbl...
    > All you need is the aspx and the associated dll. You dont
    > need to include the source file
    >
    > >-----Original Message-----
    > >I have some code that I have invested a lot of time in.
    > >I don't want it visible to anyone, not even the host site
    > people.
    > >
    > >Do I have to upload the aspx, the aspx.vb and the dll?
    > >What's the point of compiling if you upload the source
    > code too??
    > >
    > >What is a better way?
    > >
    > >This aspx will be on the receiving end of various HTML
    > forms..
    > >
    > >Thanks in advance,
    > >
    > >Shane
    > >
    > >
    > >.
    > >

    SStory Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139