Developing on a Remote Server

  • Thread starter Thread starter gemel
  • Start date Start date
G

gemel

Can anyone outline the issues regarding developing ASP .NET
applications on a remote server by just using the VS 2003 on the
client?

Regards

John L
 
You will need to install Remote Debugging on the webserver. Are you
sure you want to change your developing instance over to a shared server.
It is much slower to debug, and to build and test. When
one developer is debugging the server no one else will be able to do
anything on the shared webserver.

In my group we have 5 developers. We all develop on our local machine with
a remote Sql2000 server. We also have a dev server. When a developer has
completed a change, we put out the "dev" site to the development machine.

When the "dev" changes have been approved, we will build a "release" version
to be placed on the remote production web server.

HTH,

bill
 

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