Im trying to invoke a k2 blackpearl process from a aspx page, but my authentication with the k2 blackpearl server fails and i keep getting the following error
24408 K2:NT AUTHORITYANONYMOUS LOGON from 172.21.40.211:10383 does not have rights to Start Process
I have set the following configuration
<
authentication mode="Windows"/><
identity impersonate="true"/>In the iis i have disabled allow anonymous access and enabled Integrated windows authentication.
