My computer's OS is Windows 2000, IIS 5. I created a MYAPP, it connected to a Windows authentication SQL server(OrderServer) which is in a Windows 2000 server. In web.config file, I code: Authentication mode = Windows, Idetity = impsersonate. It works fine.
Today, when I moved MYAPP to WEB SERVER which is Windows 2003, IIS 6, connection to OrderServer was failed.
How to fix it?
Today, when I moved MYAPP to WEB SERVER which is Windows 2003, IIS 6, connection to OrderServer was failed.
How to fix it?