Click here to Skip to main content
15,911,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have an asp.net website i want to upload it on to server.. i want to precompile that so that its code behind file is hidden...tell me the steps of precompiling a website to upload on web server domain...
Posted
Updated 11-Jan-15 5:01am
v2

1 solution

You don't need to hide the code behind files. Just publish your project to server.

Refer - Walkthrough: Deploying a Web Site Project by Using the Publish Web Site Tool[^].
 
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