Click here to Skip to main content
15,905,508 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have seen a project with only .aspx page, without a .c# page. How is this done? While we give websites to other parties is it good to do like this to hide the code? Please help.
Posted
Updated 19-Jan-11 17:58pm
v2
Comments
m@dhu 20-Jan-11 0:10am    
You can use dlls instead of all the .cs files.
Sergey Alexandrovich Kryukov 20-Jan-11 0:47am    
Will you demonstrate that? Could be an excellent Answer (well better, then intended by this question, but relevant).

I do not think that it is hide the code. You can add a web form with uncheck the place code in separate file. Then your c# code have to write in .aspx page. I think it is done your project. You also can use dll instead of .cs.
 
Share this answer
 
v3
Go through the below link

Here[^]
 
Share this answer
 
Hi,
You can do it using make one common dll for all that code.

Microsoft provide a web deployment that is convert all code into one dll file. so we have only aspx pages. You can search on it.


umesh
 
Share this answer
 
Hi,

You have to do setup and deployment process

Please check the below link:

http://support.microsoft.com/kb/326356[^]

How to deploy ASP.NET Web Application on server[^]

Thanks and Regards,
Kumar
 
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