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

EXEC sp_dropserver 'Old-PC-Name';
EXEC sp_addserver 'New-PC-Name', 'local';




Comments

Popular posts from this blog

How to Bypass Next in COC in D365 X++

create movement journal through code in d365 FO x++