> right, it is an asp.net website, it is a known problem with VS2005
> that didn't exist in 2003. and there is a "workaround" which is
> configuring host headers and such, i just don't know what to set in
> the host header section to do this. thanks again..
If it's an ASP.NET site, why do you need to add it as an "external
website"? Why can't you just add it as a normal project?
Ah, the penny's dropping - do you not have access to the site as a -
local file system? I've only ever developed on my local box, which
makes life rather simpler...

Signature
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
World class .NET training in the UK: http://iterativetraining.co.uk
simon - 05 Mar 2008 18:28 GMT
exactly, the server is on my local network, but not a "mapped" drive,
so it is not a local resource, hence the external website.
>If it's an ASP.NET site, why do you need to add it as an "external
>website"? Why can't you just add it as a normal project?
>
>Ah, the penny's dropping - do you not have access to the site as a -
>local file system? I've only ever developed on my local box, which
>makes life rather simpler...
Jon Skeet [C# MVP] - 05 Mar 2008 18:33 GMT
> exactly, the server is on my local network, but not a "mapped" drive,
> so it is not a local resource, hence the external website.
Any reason *not* to develop it on a local box (with source control, of
course)? Sounds like it would make your life a lot simpler.

Signature
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
World class .NET training in the UK: http://iterativetraining.co.uk
simon - 05 Mar 2008 22:19 GMT
there are a few reasons i have to do it this way, to combersome to get
into all the details. trust me, if i didn't have to, i would be the
first to give up on this quest
:)
>Any reason *not* to develop it on a local box (with source control, of
>course)? Sounds like it would make your life a lot simpler.