Posted on: 8/30/2014 4:56:52 PM | Views : 627

I have SQLServer 2014 Developer Installed I am trying to connect to it from a .aspx page. I get error 26 "server was not found or was not accessible............".  Thus is all being done on a local machine using IIS 8.5.
 <add key="ConnectionString" value="server=DONSR\sqlserverexpress;Trusted_Connection=False;database=PLF;UID=sa;PWD=cool4309" />
In the SGL 2014 configuration module. Everything is enabled including TCP/IP,  EXCEPT  the SQL Browser. When I try to enable it I get "This service cannot be stated, either, because it is disabledor because it has no enable devices with it [ox80070422]"

Go to the complete details ...