How to copy protect aspx webpages

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

HI,

I am developing a shopping cart website in vb.net. i need certain portions of my website to be copy protected like features on http://www.protware.com/ . THe webpages i want to protect are dynamic.

Please help. my email id is (e-mail address removed)
 
Dev,

If you offer them up on the web, there is little you can do to prevent
someone from copying them. It is because the source has to be transmitted
to the browser, and there is little that you can do to prevent someone from
getting the source outside of the browser (one could use the HttpWebRequest
class, for example).


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Dev said:
HI,

I am developing a shopping cart website in vb.net. i need certain portions
of my website to be copy protected like features on http://www.protware.com/
.. THe webpages i want to protect are dynamic.
 
You could require users to have some form of a client-side compiled
component installed.
But then, this is a requirement that you may lose business due to.



Dev said:
HI,

I am developing a shopping cart website in vb.net. i need certain portions
of my website to be copy protected like features on http://www.protware.com/
.. THe webpages i want to protect are dynamic.
 
Back
Top