C
chaz
Hi -
What's the difference between a website, a project, and a solution when it
comes to pure ASP.NET programming?
I have a "solution." I can migrate this to my production web server just by
dragging a folder to a network connection. Presumably some JIT magic occurs
on the server machine to compile the project and place the code into
\windows\microsoft.net\framework\v2... This happens invisibly from my
perspective, minus a thirty second pause or so for the first page request.
Am I okay to copy a website this way? Are there any disadvantages?
What is publishing? Is this for people who can only push a new website
using ftp or something?
Thanks!
What's the difference between a website, a project, and a solution when it
comes to pure ASP.NET programming?
I have a "solution." I can migrate this to my production web server just by
dragging a folder to a network connection. Presumably some JIT magic occurs
on the server machine to compile the project and place the code into
\windows\microsoft.net\framework\v2... This happens invisibly from my
perspective, minus a thirty second pause or so for the first page request.
Am I okay to copy a website this way? Are there any disadvantages?
What is publishing? Is this for people who can only push a new website
using ftp or something?
Thanks!