a real newbie question

  • Thread starter Thread starter keithb
  • Start date Start date
K

keithb

When I publish my asp.net version 2.0 web site, the published files get
saved to a folder under My Documents. Now that those files exist, how do I
run them? Can I just copy them to the web server?

Thanks,

Keith
 
You could have selected a custom directory for publishing
your website, instead of accepting the default location.

Yes, you can just copy all the directories/files to the web server.
You could have also published them directly to the web server.




Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 
When I publish my asp.net version 2.0 web site, the published files get
saved to a folder under My Documents. Now that those files exist, how do I
run them? Can I just copy them to the web server?

Further to Juan's reply, you should also consider the "Web Deployment
Projects" add-on to Visual Studio.NET 2005, which gives you the flexibility
of the ASP.NET v1.1 publishing options plus a host of extras - IMO, the
greatest ASP.NET v2 add-on so far...
 

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