Ask a Question related to ASP.NET General, Design and Development.
-
Steve C. Orr, MCSD #1
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
-
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... -
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... -
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 -
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... -
Impatient Newbie Question: "Self-Compiled..."???
"dhtapp" <dhtapp@cox.net> wrote: If you're referring to:- http://www.ruby-talk.org/78848 -----------------------------------------------------... -
Rory #2
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
people.>-----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 sitecode too??>
>Do I have to upload the aspx, the aspx.vb and the dll?
>What's the point of compiling if you upload the sourceforms..>
>What is a better way?
>
>This aspx will be on the receiving end of various HTML>
>Thanks in advance,
>
>Shane
>
>
>.
>Rory Guest
-
SStory #3
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
>> people.> >-----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> code too??> >
> >Do I have to upload the aspx, the aspx.vb and the dll?
> >What's the point of compiling if you upload the source> forms..> >
> >What is a better way?
> >
> >This aspx will be on the receiving end of various HTML> >
> >Thanks in advance,
> >
> >Shane
> >
> >
> >.
> >
SStory Guest



Reply With Quote

