My current employer has an ASP .NET web app that is accessed by several Mac users. The app was tailored to (barely) work on IE5 Mac, but they have finally decided to switch to Safari (thank God) to allow further development.
The problem is that this app uses Windows domain authentication, and I haven't been able to make Safari work with IIS's current configuration. When I try to access the page I get a prompt for me to type my credentials (which are required by the app) and then I get this error (which is totally false btw):
HTTP 403.9 - Access Forbidden: Too many users are connected
Internet Information Services
On my Powerbook, the web app works fine on Firefox, Netscape, Camino and IE5, but not on Safari . Does anyone have experience with this? Does Safari even support Windows authentication? thanks
The problem is that this app uses Windows domain authentication, and I haven't been able to make Safari work with IIS's current configuration. When I try to access the page I get a prompt for me to type my credentials (which are required by the app) and then I get this error (which is totally false btw):
HTTP 403.9 - Access Forbidden: Too many users are connected
Internet Information Services
On my Powerbook, the web app works fine on Firefox, Netscape, Camino and IE5, but not on Safari . Does anyone have experience with this? Does Safari even support Windows authentication? thanks