Click here to Skip to main content
15,903,856 members
Home / Discussions / C#
   

C#

 
AnswerRe: Consume a webservice in a WebApplicationnew Pin
enginço18-Jul-08 0:03
enginço18-Jul-08 0:03 
QuestionRe: Consume a webservice in a WebApplicationnew Pin
AS@1318-Jul-08 0:11
AS@1318-Jul-08 0:11 
AnswerRe: Consume a webservice in a WebApplicationnew Pin
enginço18-Jul-08 0:35
enginço18-Jul-08 0:35 
QuestionRe: Consume a webservice in a WebApplicationnew Pin
AS@1318-Jul-08 0:56
AS@1318-Jul-08 0:56 
QuestionUse NGEN with WebDeployment Pin
Merlin Tintin17-Jul-08 23:06
Merlin Tintin17-Jul-08 23:06 
AnswerRe: Use NGEN with WebDeployment Pin
Scott Dorman18-Jul-08 1:09
professionalScott Dorman18-Jul-08 1:09 
AnswerRe: Use NGEN with WebDeployment Pin
Simon P Stevens18-Jul-08 2:00
Simon P Stevens18-Jul-08 2:00 
GeneralRe: Use NGEN with WebDeployment Pin
Merlin Tintin18-Jul-08 4:17
Merlin Tintin18-Jul-08 4:17 
I agree with you for optimization - but optimization is not my main goal. My main goal is to protect the embeded code of my page and the framework that I put on the client server. My application is installed on all over the world on server that are the property of clients. So, I would like to use NGEN to put my code less (easier) readable.

Fo that I have a plan. Each point is pretty simple to complete but the whole thing is more difficult because each feature is not predict to use other.

Here is my steps to protect the .NET code (as strong as possible)
- sign the assembly
- All code of pages are in not single class but in a global DLL. This is realize with WebDeploymentProject
- Compile in native code (NGEN). Put the code less readeable for decompilation.
- Obfusacte the code with Dotfuscator Community 3.0

I realize each step without any problem but I cannot figure out how to implement everything together.

ps: I have a click one install to install the web application.

I hope this is more clear for you and I'm open to any other suggestion to protect the code efficiently.

La Richesse & la Gloire ne griseront jamais que les temples

GeneralRe: Use NGEN with WebDeployment Pin
Daniel Grunwald18-Jul-08 6:06
Daniel Grunwald18-Jul-08 6:06 
GeneralRe: Use NGEN with WebDeployment Pin
Simon P Stevens18-Jul-08 7:59
Simon P Stevens18-Jul-08 7:59 
QuestionAbout Event Handlig - KeyDown Pin
selcuks17-Jul-08 23:00
selcuks17-Jul-08 23:00 
AnswerRe: About Event Handlig - KeyDown Pin
enginço17-Jul-08 23:50
enginço17-Jul-08 23:50 
AnswerRe: About Event Handlig - KeyDown Pin
Mbah Dhaim18-Jul-08 0:11
Mbah Dhaim18-Jul-08 0:11 
GeneralRe: About Event Handlig - KeyDown Pin
selcuks18-Jul-08 0:23
selcuks18-Jul-08 0:23 
GeneralRe: About Event Handlig - KeyDown Pin
enginço18-Jul-08 0:50
enginço18-Jul-08 0:50 
GeneralRe: About Event Handlig - KeyDown Pin
selcuks18-Jul-08 1:04
selcuks18-Jul-08 1:04 
GeneralRe: About Event Handlig - KeyDown Pin
enginço18-Jul-08 1:22
enginço18-Jul-08 1:22 
GeneralRe: About Event Handlig - KeyDown Pin
selcuks18-Jul-08 2:00
selcuks18-Jul-08 2:00 
GeneralRe: About Event Handlig - KeyDown Pin
enginço18-Jul-08 2:26
enginço18-Jul-08 2:26 
QuestionHttp 502 and 503 errors Pin
George_George17-Jul-08 21:38
George_George17-Jul-08 21:38 
AnswerRe: Http 502 and 503 errors Pin
N a v a n e e t h17-Jul-08 22:29
N a v a n e e t h17-Jul-08 22:29 
GeneralRe: Http 502 and 503 errors Pin
George_George17-Jul-08 22:36
George_George17-Jul-08 22:36 
GeneralRe: Http 502 and 503 errors Pin
N a v a n e e t h17-Jul-08 23:41
N a v a n e e t h17-Jul-08 23:41 
GeneralRe: Http 502 and 503 errors Pin
George_George17-Jul-08 23:45
George_George17-Jul-08 23:45 
GeneralRe: Http 502 and 503 errors Pin
led mike18-Jul-08 8:59
led mike18-Jul-08 8:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.