Change the D365 FO Dev VM Name But visual studio is not wokring
First Open the Web.config file in notepad and search the old VM name in it than replce it with new one
than open the sql server configration manager and enabled these all three protocol.
than open ssms
and run this
and run this
EXEC sp_dropserver 'Old-PC-Name';
EXEC sp_addserver 'New-PC-Name', 'local';
Comments
Post a Comment