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

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -