asp.net - Sudden Named Pipes Provider Error 40 -
i'm trying deploy new build of asp.net site iis 6. current build of site works fine. however, whenever deploy new build, named pipes error. there few code(logic) changes, nothing data connections, , web.config files in 2 builds identical. idea why might happening?
as mentioned, turns out new deploy connecting internally(hosted locally) (diff ip, same db instance), while the current deploy reaching out externally since it's not hosted locally(data center). exact same server, hit different ips.
Comments
Post a Comment