Problem Description:
===================
While trying to publish a ClickOnce application to a website, you might get an error like "Server error: The folder "/xxx/xxx/xxx1_1_0_0_1" is marked executable. You are not allowed to put files into an executable folder on this server."
Troubleshooting Steps:
==================
NA
Resolution:
=========
After mapping the virtual directory to the physical folder ..\Inetpub\wwwroot\xxx, right click on the website and go to properties. In the Virtual directory tab, make the Execute permissions to "Script only" to avoid this error.