Hello EveryOne...
When I publish my asp web application project, a error appear :
Web deployment task failed.(A value for the ‘setAclUser setting must be specified when the ‘setAcl’ provider is used with a physical path.)
Please provide a solution…
i use Visual Studio 2010

Laxmidhar SahooPosted Jan 2, 2018, 1:52 AM
Sagar Pandurang KapPosted Jan 2, 2018, 12:35 AM
Take the settings in the screenshot as an example, you might want to do the following:
- Go to IIS Manager. Find "Default Web Site" and add an application with Alias="MyApp" and Physical path="C:\Documents and Settings\..."
- Then click on Publish button of your WCF project and set Service URL="http://localhost/MyApp/CustomerService.svc" and Site/application="Default Web Site/MyApp".
This should enable you to successfully publish your service to IIS.