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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top