Re: Protect Server side Code from my client
From: dotun (dotun_at_discussions.microsoft.com)
Date: 12/22/04
- Next message: GwenP: "Asp forms and variables"
- Previous message: Evertjan.: "Re: Protecting Directory Contents Using ASP not NTFS permissions"
- In reply to: Jeff Cochran: "Re: Protect Server side Code from my client"
- Next in thread: Dave Anderson: "Re: Protect Server side Code from my client"
- Reply: Dave Anderson: "Re: Protect Server side Code from my client"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 22 Dec 2004 03:17:04 -0800
Hi
The idea is to shield the code logic from the server side client. that is,
when one sells an application to a client who implements it on their own
server.
Can you tell me a good book to get on using dlls with asp web pages ?
Dlls are just something i have heard about, i've got no knowledge of them
whatsoever.
All my coding to date has beem vba in access an a bit of excell plus a lot
of ASP3.0
Cheers
Dotun
"Jeff Cochran" wrote:
> On Tue, 21 Dec 2004 15:55:04 -0800, "dotun"
> <dotun@discussions.microsoft.com> wrote:
>
> >Could anyone tell me whether either, ASP, or ASP.NET/VB.net or ASP.NET/C#
> >enable me to create a web application with no source code available to be
> >seen by the clients people.
>
> Since ASP code is never transmitted to the browser and only processed
> by the ASP DLL on the server, no ASP source code would ever be seen
> client side (assuming a properly configured server).
>
> >I read something about dll's an using Visual studio.net in another post, I
> >prefer vb.net or c# cos I am familiar with vb an c# is supposed to be easier
> >than c++ which was somewhat painful :)
>
> Encapsulating business logic in DLL's is a common method of protecting
> code. A DLL can be created in virtually any language, and though it
> can be reverse engineered it's not trivial.
>
> Jeff
>
- Next message: GwenP: "Asp forms and variables"
- Previous message: Evertjan.: "Re: Protecting Directory Contents Using ASP not NTFS permissions"
- In reply to: Jeff Cochran: "Re: Protect Server side Code from my client"
- Next in thread: Dave Anderson: "Re: Protect Server side Code from my client"
- Reply: Dave Anderson: "Re: Protect Server side Code from my client"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|