Answered by:
asp deployweb site

Question
-
User-1599356091 posted
i'm getting this error while plubish website, what should i do Error 2 Web deployment task failed. (A value for the 'setAclUser' setting must be specified when the 'setAcl' provider is used with a physical path.)
Monday, February 4, 2013 11:43 AM
Answers
-
User311508580 posted
Hi troika,
Please try to change Data Source=mycomputer to Data Source=localhost.
Hope it help
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, February 5, 2013 11:47 PM
All replies
-
User-1599356091 posted
ok its solved but now i have attached a databsase on appdata and when i publish it says no databse found!.....do i need frist to put connection string on webconfig?
Monday, February 4, 2013 2:23 PM -
User311508580 posted
Hi troika,
Could you please explain more details about your issue? Do you have your own server or host it with hosting provider?
Monday, February 4, 2013 10:22 PM -
User-1599356091 posted
its on localhost and i have added the db to appdata folder because i make it on sql server (not express) then i went to publish and it says no database found, may i have to enter the connection string on web.config because i'm just testing it
edit: i have create a sqldatasource and conect it to my sqlserver on localhost then it creates this conectionstring
<add name="mydbConnectionStringLocalHost" connectionString="Data Source=mycomputer;Initial Catalog=novaonda_db;Persist Security Info=True;User ID=myuser;Password=mypwd" providerName="System.Data.SqlClient" /> however when try publishing it i click on previw databse it says preview database requires a destination connection string
Tuesday, February 5, 2013 6:06 AM -
User311508580 posted
Hi troika,
Please try to change Data Source=mycomputer to Data Source=localhost.
Hope it help
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, February 5, 2013 11:47 PM