Hi Expert,
I have App= Entity framework & Integrated security = True and Server=Dev1.
If I migrate IIS instance from Server A to Server B where there is no connectivity and domain trust between these server
1) I have to set up a trusted connection between new server B to database
An other condition? for Entity framework
how about local db . I checked in the source server there is no local db as such and contact catalog
centralConfigConnectionString="Server=DEV1;Database=Dev_DB Confirguration;Trusted_Connection=True;MultipleActiveResultSets=True;App=EntityFramework" />
mainConnectionString="data source=(localdb)\v12;initial catalog=Contact; integrated security=True;MultipleActiveResultSets=True;App=EntityFramework" />