Deployment

  • Thread starter Thread starter T.B.
  • Start date Start date
T

T.B.

What's the best way in ASP .Net to deploy an app from a
development machine to a production machine? Also, do all
files (.vbproj, etc) need to be copied, or just the .aspx
and related files?

Todd
 
hi

you just publish all the aspx file and .dll file under
bin directory. all you code which you written in aspx.vb
will be complied into projectname.dll under bin folder.
no need to publish aspx.vb files.

regards

G.Venkat
 
Is there a way other than FTPing the files over and using
Terminal Services to get these files out there?

Todd
 
Back
Top