added support for MSSQL default intances with windows authentication#58
added support for MSSQL default intances with windows authentication#58lennartfranke wants to merge 3 commits intoSitecore:developfrom lennartfranke:develop
Conversation
using the service name instead of the service display name to get the IIS service
removed the "IntegratedSecurity = false" property, so Integrated Secutiy will not be disabled on a new instance when using connection strings like 'Data Source=.;Integrated Security=True'
|
Generally |
|
I should have split this into two separate pull requests but i saw you already implemented the fix for non-English locales with 1248c5a. Regarding the IntegratedSecurity: |
Removed the "IntegratedSecurity = false" property, so Integrated Secutiy will not be disabled on a new instance when using connection strings like 'Data Source=.;Integrated Security=True'.
Fixed also an issue on non-english windows version where the 'IIS Check' does not work.