Can you ping the site for the machine, i'd check that first. VS writes an
error log out to disk that you can examine. Another option is to debug the
publish process. Open another copy of visual studio and attach it to the
first copy of visual studio, set it to break on all exceptions. Run the
publish process from the first copy and see what exceptions are thrown in
the second copy when the debug breakpoint catches.
--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon and
www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley
"Jason" <> wrote in message
news:...
> Hi all,
>
> I am no longer able to publish a web site project using Visual Studio 2005
> Professional.
>
> I am publishing it to an FTP url, and this used to work just fine.
>
> I enter the username and password and select "passive mode" when
> publishing the site, like I have always done. Visual Studio deletes the
> existing files, but then doesn't write the new ones, though it tells me
> the operation was successful:
>
>
> ------ Build started: Project: C:\WebDev\WebNet\, Configuration: Debug
> .NET ------
> Pre-compiling Web Site
>
> Building directory '/WebNet/admin/'.
>
> Building directory '/WebNet/UserControls/'.
>
> Pre-compilation Complete
>
> ------ Publish started: Project: C:\WebDev\WebNet\, Configuration: Debug
> .NET ------
>
> ========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped
> ==========
>
> ========== Publish: 1 succeeded, 0 failed, 0 skipped ==========
>
>
>
> I have tried resetting the permissions on the web folder, and also deleted
> an re-created the Server Extensions 2002 Web, but to no avail.
>
> Any ideas?
>
> Thanks very much
>