fa_s_r
15-07-2009, 01:33
با سلام به همه دوستان
من یه سایت باasp2005,sqlserver2005 نوشته ام که تا زمانی که روی سیستم خودم است به پایگاه وصل میشه اما زمانی که اونو اپلود میکنم خطای زیرو میده
Format of the initialization string does not conform to specification starting at index 117.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Format of the initialization string does not conform to specification starting at index 117.
البته اولین بارم بوده که به اسکیو ال 2005 وصل شدم و فکر میکنم اشکال از connection stringام باشه گه به صورت زیر است . لطفا منو راهنمایی کنین!
<add name="nasrConnectionString" connectionString="Data Source=sql.nasr.com\sqlexpress;Initial Catalog=nasr; Integrated Security=false; User Id=nasr-office;Password=13"
providerName="System.Data.SqlClient" />
من یه سایت باasp2005,sqlserver2005 نوشته ام که تا زمانی که روی سیستم خودم است به پایگاه وصل میشه اما زمانی که اونو اپلود میکنم خطای زیرو میده
Format of the initialization string does not conform to specification starting at index 117.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Format of the initialization string does not conform to specification starting at index 117.
البته اولین بارم بوده که به اسکیو ال 2005 وصل شدم و فکر میکنم اشکال از connection stringام باشه گه به صورت زیر است . لطفا منو راهنمایی کنین!
<add name="nasrConnectionString" connectionString="Data Source=sql.nasr.com\sqlexpress;Initial Catalog=nasr; Integrated Security=false; User Id=nasr-office;Password=13"
providerName="System.Data.SqlClient" />