Hi, I have configured Container managed security for my web app. When I hit port 8080 the security layer works, present the login page, etc. However if I use IIS on port 80 it returns : HTTP Status 403 - Access to the requested resource has been denied
--The isapi_redirector.dll works. --If I remove the security constaint, the application works (on both port 80 and 8080). --I have tried BASIC and FORM based. Same result. I've seen similar post, but no answer. Help please! Thanks in advance,
