473,386 Members | 1,764 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

ASP.NET Web Application (Licencing and Copy Protection Methods)

Vs.Net 2005 +
IIS 6.0 +
Framework 2.0 +
Asp.Net Web Site

After Installing my peoject to my Customer's server,

How can I prevent my web application being copied by other people,

How can I prevent my webb app. being decompiled by decompilers ?

Can I use Obsufactor for my webb App. ? If I can use, it changes only DLL's
or It changes DLLs and ASPX all ?

What other methods do you prefer for this topic ?

Thanks for all
Apr 10 '07 #1
1 1993
Q: How can I prevent my web application being copied by other people.
A: You can make application to "call' home every time application starts.
Simply hit your URL with all info like HOST, IP.

Q: How can I prevent my webb app. being decompiled by decompilers ?
A: Use obfuscator.

Q:Can I use Obsufactor for my webb App. ? If I can use, it changes only
DLL's or It changes DLLs and ASPX all ?
A: with .NET 2.0 you can precompile you application so there will be nothing
but DLLs. All aspxs will be compiled into DLLs and only stubs left (empty
aspx pages).

Q: What other methods do you prefer for this topic ?
A: I usually prefer not to bother with all this. Thos who wants to copy and
do not want to pay probably will not pay anyway. So does not really matter
if they have it or not. Those who willing to pay will pay anyway.
It's very often in the Software industry to offer something free and then
charge for customization.
George.

"Sylvia A." <sl****@ccc.comwrote in message
news:eD**************@TK2MSFTNGP03.phx.gbl...
Vs.Net 2005 +
IIS 6.0 +
Framework 2.0 +
Asp.Net Web Site

After Installing my peoject to my Customer's server,

How can I prevent my web application being copied by other people,

How can I prevent my webb app. being decompiled by decompilers ?

Can I use Obsufactor for my webb App. ? If I can use, it changes only
DLL's or It changes DLLs and ASPX all ?

What other methods do you prefer for this topic ?

Thanks for all


Apr 10 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

79
by: Klaus Bonadt | last post by:
In order to protect software from being copied without licence, I would like to use something like a key, which fits only to the current system. The serial number of the CPU or the current...
75
by: Massimo | last post by:
I'm planning to develop a .NET application using C#, in order to sell it as a shareware and/or as a full package, so I'll need a good way to protect it against piracy. I know some ways to protect...
7
by: Bobby C. | last post by:
My company is in the process of getting ready (well actually QTR 2 2004) to roll out a rewritten version of a vertical market application for the municipal market (small and medium sized cities). ...
12
by: Pioneer | last post by:
Hi, I would be installing a desktop application on a standalone PC. How do I make sure that owner should not be ableto copy that and/or give it to other folks. In short, how to build measures to...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.