Link to home
Start Free TrialLog in
Avatar of Eddie Shipman
Eddie ShipmanFlag for United States of America

asked on

What am I missing in this WCF setup?

I have a C# WCF application that I've been working on. It contains 2 sites, an external one and an internal one.

Previously they have both worked perfectly. I have local urls for each app defined in IIS pointing to 2 different AppPools. I am using a defined user and have given this user Full Control for the entire directory structure of the app's code as well as Permissions on each of the apps and set the identity for each AppPool. When I click on the Test Settings button, they both show green checks next to the Authentication and Authorization.

I recently had to delete my local repo and Clone the one from our TFS server. The external one no longer runs saying that Access is Denied. The internal app works perfectly.

Any ideas on what I can check to help figure out why this is happening?
ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial