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

  1. #1

    Default Code Behind page

    Hello,

    I am developing an asp.net application and want to protect the source code
    within. I am useing the code behind method in VS.NET 2003. What is the best
    way to accomplish this?

    TIA,

    Steve
    [url]www.IntraRELY.com[/url]


    IntraRELY Guest

  2. Similar Questions and Discussions

    1. Layers & seeing code behind page
      I just downloaded Contribute 4 trial version - couldn't find a Contribute 3 trial version although I'd like to try it. 1st question is regarding...
    2. Passing code/data from code-behind to ASPX page
      I have the following code in my code-behind file: DataGrid MAPPsDataGrid = (DataGrid)((((((Repeater) sender).Parent).Parent).Parent).Parent); ...
    3. Fitting the asp code in a page inside the asp code in a template
      I'm adding code in a template which connects to the only database and also closes the connection. Every page in the site uses the template and...
    4. page comes up in code
      I just launched a page www.3dbn.org Sometimes when the owner launches the page it comes up in code (after the flash intro) instead of showing the...
    5. Security problem with Managed Code calling Unmanaged Code in a Web Page
      Hello, I have a web page which contains an ActiveX control (unmanaged) and a Windows Forms User Control (managed). Both reside on a web page and...
  3. #2

    Default Re: Code Behind page

    Hi,

    the keyword is obfuscation. There is a good list of many obfuscators at:

    [url]http://sharptoolbox.madgeek.com/Default.aspx?Page=Category&Category=68fc8748-8956-4ed8-98aa-170a85c36813[/url]

    Note that VS.NET 2003 has a lite version of PreEmptive's Obfuscation
    included.

    Best regards,

    Marc Höppner
    NeoGeo

    "IntraRELY" <IntraRELY@yahoo.com> wrote in message
    news:%23pg%23WrOVDHA.2364@TK2MSFTNGP09.phx.gbl...
    > Hello,
    >
    > I am developing an asp.net application and want to protect the source code
    > within. I am useing the code behind method in VS.NET 2003. What is the
    best
    > way to accomplish this?
    >
    > TIA,
    >
    > Steve
    > [url]www.IntraRELY.com[/url]
    >
    >

    Marc Hoeppner Guest

  4. #3

    Default Re: Code Behind page

    When you compile your pages, the CodeBehind is compiled into a DLL.
    Therefore, you don't need to have the CodeBehind files in the web, just the
    ..aspx files (.ascx, etc) and the DLL(s) in the /bin folder. I'm not sure how
    you might think anyone could get to those DLLs, but you could use a Code
    Obfuscator on them if you really wanted to.

    --
    HTH,

    Kevin Spencer
    Microsoft MVP
    ..Net Developer
    [url]http://www.takempis.com[/url]
    Big things are made up of
    lots of little things.

    "IntraRELY" <IntraRELY@yahoo.com> wrote in message
    news:%23pg%23WrOVDHA.2364@TK2MSFTNGP09.phx.gbl...
    > Hello,
    >
    > I am developing an asp.net application and want to protect the source code
    > within. I am useing the code behind method in VS.NET 2003. What is the
    best
    > way to accomplish this?
    >
    > TIA,
    >
    > Steve
    > [url]www.IntraRELY.com[/url]
    >
    >

    Kevin Spencer Guest

  5. #4

    Default Re: Code Behind page

    I am new to the Code Behind Page. Thanks.

    Steve Wofford
    [url]www.IntraRELY.com[/url]

    "Kevin Spencer" <kevin@takempis.com> wrote in message
    news:uVZ34IQVDHA.2248@TK2MSFTNGP10.phx.gbl...
    > When you compile your pages, the CodeBehind is compiled into a DLL.
    > Therefore, you don't need to have the CodeBehind files in the web, just
    the
    > .aspx files (.ascx, etc) and the DLL(s) in the /bin folder. I'm not sure
    how
    > you might think anyone could get to those DLLs, but you could use a Code
    > Obfuscator on them if you really wanted to.
    >
    > --
    > HTH,
    >
    > Kevin Spencer
    > Microsoft MVP
    > .Net Developer
    > [url]http://www.takempis.com[/url]
    > Big things are made up of
    > lots of little things.
    >
    > "IntraRELY" <IntraRELY@yahoo.com> wrote in message
    > news:%23pg%23WrOVDHA.2364@TK2MSFTNGP09.phx.gbl...
    > > Hello,
    > >
    > > I am developing an asp.net application and want to protect the source
    code
    > > within. I am useing the code behind method in VS.NET 2003. What is the
    > best
    > > way to accomplish this?
    > >
    > > TIA,
    > >
    > > Steve
    > > [url]www.IntraRELY.com[/url]
    > >
    > >
    >
    >

    IntraRELY 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