Hi all,
I have a big big trouble. there is a remote Server in a virtual factory.
Right now I need to move all the applications inhouse... no problem... we copied all the software, we moved the dbs...
and then the surprise!!!
the web application (INDE web) has the IP hardcoded in the source compiled!!! I've found it via reflector.net ... so I need to redirect in some way from the old ip to the new ip.
I cannot manage the source code I haven't it. I cannot do nothing...!!!
What I have to do about it? :-o
I tried with hosts file but it's just an IP not a host name, I've found MICROSOFT DETOUR but I don't know if it is the solution.
Well in few words:
Webapplication code (compiled)...
connectionstring ... "38.23.12.21:2344" .. this is just an example
it has to become
connectionstring ... "78.8.8.222:2344"
in which way I could obtain this?
Thanks in advance to everybody!
Dario