Installation

  • Thread starter Thread starter Jenny
  • Start date Start date
J

Jenny

Hi

I'm developing my asp.net application on my local computer
with IIS. I transfer the project by simply copy/paste to
the server and each time dll's are missing. I do also not
know whether it's necessary to copy all the *.vb or *.sln
etc. files.

How can I make relieable 'minimum files' installation on
the server??

Thanks for each help

Jenny
 
Jenny,

if you use Visual Studio, try to use Setup Projects. They determine the
'minimum files' installation automatically.

Regards,
Ilia
 
If you use a Web Setup project, be sure to include the Primary Built
Output, and the Content Output groups.
 

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