HELP!!! Upgrading to windows 2008 R2 server has caused major issue with screen scraping remote serve
Posted
by bobsov534
on Stack Overflow
See other posts from Stack Overflow
or by bobsov534
Published on 2010-04-13T17:42:26Z
Indexed on
2010/04/13
21:33 UTC
Read the original article
Hit count: 407
I have three servers. One is Windows 2003(A) and another is Windows 2008(B) and third one is also Windows 2008 (C). All of them are web servers. A and B contains classic asp pages and they are 32 bit servers and C contains asp.net pages and is 64 bit server. The asp pages of A and B use the screen scraping technology to render the asp.net pages from C. When A is ran, the asp.net page is rendered fine, meaning there are no broken images or file not found error. When B is ran, the images appears to be broken because its looking for those images in Server B instead of Server C itself.
I believe this issue is caused by IIS 7 or 7.5 since IIS 6 has no problem scraping the remote server pages.
Can you please help me with solution to this problem?
This is sort of urgent since upgrading to windows server 2008 R2 now has been a major show stopper for us at the moment.
Thanks in advance.
© Stack Overflow or respective owner