Hiding my Source Code and Why I Need to? Please Help

  • Thread starter Thread starter Mike Hemphill
  • Start date Start date
M

Mike Hemphill

I'm developing a website for a customer who's competition keeps copying his
source code.

The new site well have many features that his current competition doesn't
have. They will want his code.

How can hide the source code from his competition?

Thanks
Michael
 
How can hide the source code from his competition?

Don't publish the web site. Otherwise, it is in the browser cache as soon as
it appears in the browser.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.
 
No possible, however if you handle most of the site functionality
server-side with ASP, PHP, CFM, etc. then the competition can only see what
appears in the browser, but not how it is done.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
There truly is no way to protect your source, short of not placing the files
online/internet.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Back
Top