Ask a Question related to ASP.NET General, Design and Development.
-
IntraRELY #1
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
-
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... -
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); ... -
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... -
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... -
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... -
Marc Hoeppner #2
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...best> 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> way to accomplish this?
>
> TIA,
>
> Steve
> [url]www.IntraRELY.com[/url]
>
>
Marc Hoeppner Guest
-
Kevin Spencer #3
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...best> 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> way to accomplish this?
>
> TIA,
>
> Steve
> [url]www.IntraRELY.com[/url]
>
>
Kevin Spencer Guest
-
IntraRELY #4
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...the> 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, justhow> .aspx files (.ascx, etc) and the DLL(s) in the /bin folder. I'm not surecode> 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> best> > within. I am useing the code behind method in VS.NET 2003. What is the>> > way to accomplish this?
> >
> > TIA,
> >
> > Steve
> > [url]www.IntraRELY.com[/url]
> >
> >
>
IntraRELY Guest



Reply With Quote

