Click here to Skip to main content
15,902,841 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a web based application and I want to deploy it on an intranet.

However, I don't want to make the source code for the entire application available.

How do I go about restricting access to these files?
Posted
Updated 24-Nov-10 1:47am
v2
Comments
Dalek Dave 24-Nov-10 7:48am    
Edited for Grammar and Readability.

1 solution

Well, when you deploy the project, configure it as 'not browsable'!

Further, one can always publish only DLL's and the forms (without code behind files that can be opened as texts.)
 
Share this answer
 
v2
Comments
[no name] 24-Nov-10 8:13am    
how do i go about using either of your suggested methods

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