Msxml2.ServerXMLHTTP error '80072ee2' - The operation timed out
외부 http 통신을 위해 Msxml2.ServerXMLHTTP 를 사용했으나
외부 서비스와의 통신은 정상이었으나 로컬에 위치한 서비스 호출시
80072ee2 에러 발생.
30분넘게 구글링해서 이것저것 해보았으나 해결이 안되었고
어찌어찌 찾다가 결국 MS 에서찾아냄.
If is your problem is; While using MSXML2.ServerXMLHTTP
if the url for example MSDN.com its works
but if url is yourdomain.com it does'nt works ( reason is timeout !)
don't listen anothers solutions bla bla bla (update components, make 5 workers, add new users, copy files to another directory, use this script)
solution is = ASP -> Debugging Properties -> Enable Server-side Debugging attribute have to be False
(it is False in default, but many developers set it True for handling errors while programming)
Thats it...
Have a nice day ...