Jump to content

How to Deploy??


Bhushan

Recommended Posts

Hi,I am done with one small Web Application in asp.net.I know that Windows application can be deployed. Is it possible to deploy Web Applications??. I don't want to keep my .cs files exposed in my root directory.How can i do that??.

Link to comment
Share on other sites

Hi,I am done with one small Web Application in asp.net.I know that Windows application can be deployed. Is it possible to deploy Web Applications??. I don't want to keep my .cs files exposed in my root directory.How can i do that??.

You can just remove them from the application folder and store them somewhere else. The application does not need them anymore (when you (re)build your project or solution in VS it reads your .cs files then compiles the .dll for the project and when the application runs over the web it actually is using the .dll files in your bin folder and ignoring the .cs files.:)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...