Click here to Skip to main content
15,890,946 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have developed a web project and created a setup file.It runs fine in IIS but when i click explore in m project it shows the folder where all my coding resides .So i need a way to hide the coding from the visibility.

Is their ant way to do this....

1.either at the time of developing
2.at the time of installing .

or any other way...
please help me

thank you
Posted
Updated 15-Mar-14 0:01am
v2

1 solution

Use "Publish Web Site" from the VS Build menu - it compiles the project and publishes the DLL form which does not contain the source code. If this is not sufficient, you can also use an Obfuscator program to make the DLL even harder to read.
 
Share this answer
 
Comments
Md.Ashraf Ali 15-Mar-14 6:44am    
Thank you so much sir,could u provide me any link....
OriginalGriff 15-Mar-14 6:46am    
You need a link to the menu bar on your copy of Visual Studio?
Md.Ashraf Ali 15-Mar-14 6:47am    
process to publish and make a setup file......
Md.Ashraf Ali 15-Mar-14 6:46am    
after publishing i would be able to make a setup file?
OriginalGriff 15-Mar-14 6:57am    
You don't need a setup file for IIS - it's just the website - you publish your site as a complete object which compiles it and uploads it to your web host.
Provided you didn't leave the source files there from the last time you tested it, there should be no source included.

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