Getting following error "Authentication with server failed" while trying to open connection through K2Rom.dll.
I am using the following command in ASP.NET.
myConn.Open("servername");
I have not specified the connection string because I want to be logged onto server with the credentials of the user opnening the ASP.NET web form.
Please let me know what needs to be done.
Page 1 / 1
Make sure your web app's web.config states: identity impersonate = true; and
make sure the site runs on 'Integrated Windows Authentication' ONLY.
Have a look at your K2Error.txt and ADUMError.txt files in K2.net's Bin directory for any clues as to which user is being authenticated.
Also, it's always a good idea to run K2.net Server in console mode when troubleshooting.
HTH,
Ockert
make sure the site runs on 'Integrated Windows Authentication' ONLY.
Have a look at your K2Error.txt and ADUMError.txt files in K2.net's Bin directory for any clues as to which user is being authenticated.
Also, it's always a good idea to run K2.net Server in console mode when troubleshooting.
HTH,
Ockert
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.