views:

27

answers:

1

I'm using Windows Server, IIS 6.0 and VS 2008 Professional. When I click "Publish WPF application" I get "the server unexpectedly closed the connection". Any ideas?

+1  A: 

You've got rights to write to the IIS app folder?

As an alternative you could publish using the filesystem \\server\c$\inetpub\etc

rdkleine