Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What need to setup for Windows server?

Status
Not open for further replies.

adonet

MIS
May 4, 2004
312
US
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?
 
what do you mean by failed? does your app throw any errors?
did you make sure your site on the 2003 server is configured properly to use windows authentication?



Note:Copying and Pasting is NoT Creativity.
What would you attempt to accomplish if you knew you would not fail?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top