Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hide the code.

Status
Not open for further replies.

dymadarlin

Programmer
Jun 26, 2003
41
0
0
CA
We are about to design a webbased application that will be sold to customers.

We don't want them to be able to see the ASP.NET codes. We only want them to be able to run them.

Is there anyway to compile these codes or to encrypt them?!

Is there any other choice in this case from .net technologies?
 
Anything that a browser can render, a user can see.

You CANNOT, in other words, disable "View Source".

So it depends on what you mean by "ASP.NET" codes. The server-side compiled C# or VB.NET code can be secured.

The stuff that it serves to the browser, cannot be hidden.



Thomas D. Greer

Providing PostScript & PDF
Training, Development & Consulting
 
Type Dotfuscator in the help index, this should help get you going.
Marty
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top