S
Stimp
I have an ASP.NET application that I'm ready to upload onto a webserver
in a release format.
I just want to be sure of a few things first:
- I take it that I only need to upload the aspx files, the bin directory
files, stylesheets, global.asax and web.config onto the server?
(i.e. I don't need to upload the .vb source files and assemblynfo.vb,
etc?)
- Also, to prepare the application for release mode, do I just need to
set the <compilation> tag to debug="false" ?
Anything else I should know about?
Thanks,
Peter
in a release format.
I just want to be sure of a few things first:
- I take it that I only need to upload the aspx files, the bin directory
files, stylesheets, global.asax and web.config onto the server?
(i.e. I don't need to upload the .vb source files and assemblynfo.vb,
etc?)
- Also, to prepare the application for release mode, do I just need to
set the <compilation> tag to debug="false" ?
Anything else I should know about?
Thanks,
Peter