Publish File List

  • Thread starter Thread starter tascien
  • Start date Start date
T

tascien

Is there anyway i can find out the list of files that are needed to run
an ASP.NET project? The reason I am asking, is because my web provider
does not have FrontPage extensions, nor do i want them really!

I need to copy the files myself to the ftp site. I have a program that
will automatically upload to ftp, but I need to know which files are
really needed to run the app. in the project folder...

Tascien
 
honestly, the easiest way I have found to make sure I get this right is to
create a deploy package and then deploy it to my local PC. Then copy the
files from the deployed directory to my target server.

Works like a charm.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
 
Back
Top