Working on a server other than localhost

  • Thread starter Mike Gleason jr Couturier
  • Start date
M

Mike Gleason jr Couturier

Where I work at, we have a development machine with Vista.
We have a project we must develop in ASP.NET 1

We can't debug the application due to an issue with IIS in Vista with MSDEV
2003
Is it possible to create/edit/build the project remotely on another machine
running XP on our local network ?


Thanks !
 
C

Cowboy \(Gregory A. Beamer\)

You might still be able to debug by attaching to the IE instance, but I do
not guarantee it.

Try setting up a VPC image and develop there, as you do not have to set up a
separate machine and end up with the problems associated with remote
debugging. If you were ASP.NET 2.0, you could easily develop as the websites
are projectless.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com
Co-author: Microsoft Expression Web Bible (upcoming)

************************************************
Think outside the box!
************************************************
 
M

Mike Gleason jr Couturier

Cowboy (Gregory A. Beamer) said:
You might still be able to debug by attaching to the IE instance, but I do
not guarantee it.

Try setting up a VPC image and develop there, as you do not have to set up
a separate machine and end up with the problems associated with remote
debugging. If you were ASP.NET 2.0, you could easily develop as the
websites are projectless.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com
Co-author: Microsoft Expression Web Bible (upcoming)

************************************************
Think outside the box!
************************************************


Thanks !!
 

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

Top