Packaging and App?

  • Thread starter Thread starter Tmuld
  • Start date Start date
T

Tmuld

Hello,

Thanks to the help of many here - my app is finished.

It is running locally on my machine (connecting remotely to the DB).

Now, how to I migrate it to different machines for use?

I know I can copy the .dll and .aspx files over to a directory
(webconfig not needed, there is an existing one).

But is there a package manager to do this automatically?

Anyone have a run down of how to do this?

What other info do I need to provide.

Using Visual Studio 2003.

Thanks,

Tmuld.
 
My mistake. I do not need to package this app.

What I need to do is provide it to another developer. What is the best
way of providing my code from Visual Studio 2003 to another developer?

Is it OK to just go to c:/inetput/wwwroot/<Project>

Zip up that directory and send it off to the other developer? This
would allow to access all the source code and make changes, right?

Thanks,

Tmuld.
 

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