Have resolved the problem, the Port was different and so the Connection String now reads:

<connectionStrings> 
<add name="IWSR_DataDownloadWizard.My.MySettings.sqlConnection" 
    connectionString="Provider=SQLOLEDB.1;Data Source=SQLServer,2433;Integrated Security=SSPI;Initial Catalog=IWSROL" 
    providerName="System.Data.OleDb" /> 

 

(not the new port number after the DataSource name).

Just WHY it works on my machine and not in deployment though I really have no idea

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-13
  • 2021-07-17
  • 2021-06-03
  • 2021-08-02
  • 2021-09-06
  • 2021-08-24
猜你喜欢
  • 2021-10-14
  • 2022-12-23
  • 2022-12-23
  • 2021-11-10
  • 2021-11-28
相关资源
相似解决方案