Guest User

Untitled

a guest
Mar 12th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. 1 The 'Connection String' argument cannot be null or empty
  2. 2 Web deployment task failed.((20/07/2012 14:19:16) An error occurred when the request was processed on the remote computer.)
  3.  
  4. (20/07/2012 14:19:16) An error occurred when the request was processed on the remote computer. Could not find a part of the path 'C:UsersMeDocumentsVisual Studio 2010ProjectsMySiteMySiteClientobjReleaseAutoScriptsEFDbContext-Deployment_SchemaOnly.sql'. 0 0 MySiteClient
  5.  
  6. <connectionStrings>
  7. <add name="db" providerName="MySql.Data" connectionString="server=mysql.gko.local;user=maindk;database=gavekortet;port=3306;password=123456" />
  8. <add name="dbLog" providerName="MySql.Data" connectionString="server=mysql.gko.local;user=maindk;database=logs;port=3306;password=123456" />
  9. <add name="dbAudit" providerName="MySql.Data" connectionString="server=mysql.gko.local;user=maindk;database=audit;port=3306;password=123456;pooling=false" />
  10. </connectionStrings>
  11.  
  12. <ItemGroup>
  13. <MSDeployParameterValue Include="$(DeployParameterPrefix)db-Web.config Connection String" />
  14. <MSDeployParameterValue Include="$(DeployParameterPrefix)dbAudit-Web.config Connection String" />
  15. <MSDeployParameterValue Include="$(DeployParameterPrefix)dbLog-Web.config Connection String" />
  16. </ItemGroup>
  17.  
  18. <ItemGroup>
  19. <MSDeployParameterValue Include="$(DeployParameterPrefix)db-Web.config Connection String">
  20. <UpdateDestWebConfig>False</UpdateDestWebConfig>
  21. </MSDeployParameterValue>
  22. <MSDeployParameterValue Include="$(DeployParameterPrefix)dbAudit-Web.config Connection String">
  23. <UpdateDestWebConfig>False</UpdateDestWebConfig>
  24. </MSDeployParameterValue>
  25. <MSDeployParameterValue Include="$(DeployParameterPrefix)dbLog-Web.config Connection String">
  26. <UpdateDestWebConfig>False</UpdateDestWebConfig>
  27. </MSDeployParameterValue>
  28. </ItemGroup>
Add Comment
Please, Sign In to add comment