I have a asp.net appl named ORDER in WEB_SERVER(Windows 2003, IIS 6), if I open //localhost/ORDER/, it got data from another server named OrderServer(Windows authentication SQL server), but if I open //WEB_SERVER/ORDER, no data to get. How to fix it? I code: Authentication mode = Windows, Idetity = impsersonate in web.config file.