We are running a web application in IIS 6 (IIS 7 for development) using Basic Authentication. Within this application we create a connection to the laserfiche repository using the LFConnection.Create Method. This works fine.
Our application is under a new directive to NOT use basic authentication. When enabling windows authentication and disabling basic authentication, our application will now fail to create a connection to the laserfiche repository. The error message received is “Permission Denied”.
Here are some other pertinent details:
- App pool using network service account (production) or App Pool specific account (development)
- As per LFConnection.Create Method details, we are calling the create without specifying a username or password.
Any thoughts?