Click here to Skip to main content
16,013,730 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I dont know why my application is not suddenly running now...I didnt touch the web.config file only...But its giving the above error...The DB is in Windows Authentication in server...
but they have declared as...
XML
<dataConfiguration defaultDatabase="DSN" />
 <connectionStrings>

<add name="DSN" connectionString="Server=MANAGE;Database=Orthopedics;UID=sa;PWD=sa12345" providerName="System.Data.SqlClient"/>

   <add name="YPODOCTORSConnectionString1" connectionString="Data Source=MANAGE;Initial Catalog=YPODOCTORS;Integrated Security=True;MultipleActiveResultSets=False;Packet Size=4096;Application Name=" />
   <add name="YPODOCTORSConnectionString2" connectionString="Data Source=MANAGE;Initial Catalog=YPODOCTORS;Integrated Security=True" />
 </connectionStrings

>

It was wrkng fine previously...Now application not running......
Posted

Problem occured might be you recently change the Windows Authentication

Thanks,
Ambesha
 
Share this answer
 
Comments
PRASHANT KUMAR LAL 19-Oct-12 5:42am    
I am also getting the same issue of win autho. when i change my password of win login
In the DSN connection string I can see UID as SA. Add Integrated Security=True in the first connection string.

Not sure, why it was working previously and not now.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900