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 !
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.

Signature
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!
************************************************
> Where I work at, we have a development machine with Vista.
> We have a project we must develop in ASP.NET 1
[quoted text clipped - 5 lines]
>
> Thanks !
Mike Gleason jr Couturier - 09 Aug 2007 17:04 GMT
> You might still be able to debug by attaching to the IE instance, but I do
> not guarantee it.
[quoted text clipped - 13 lines]
>>
>> Thanks !
Thanks !!