Click here to Skip to main content
16,019,273 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
After installing the set up on the client computer.In the aspx pages all the controls are visible.. and by any chance if client makes changes to the aspx pages then the code will not work properly.

So to get around with the problem we want to make all the controls of aspx page to be invisible to the client.(So we are looking for solution as to how to put all the aspx data in to dll.).

We appreciate the earliest reply

Example:when we implement reporting server we will not be able to see any code in the aspx

page except the following lines
C#
<@>

i.e we cannot makes any changes to the aspx code..So we are looking for that type of solution.
Posted
Updated 12-Jun-10 6:00am
v3

1 solution

You should look for aspnet_compiler.exe
It can compile everything into a single dll.

http://msdn.microsoft.com/en-us/library/ms229863(VS.80).aspx[^]

In Visual Studio this type of compilation is used if you choose the "Web site" template.

Cheers
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900