Hi guys.
I have an application that have 2 different file folders in the same drive.
I had set IIS_USRS and Window Authentication with NTLM on top for both folder.
The application in first folder was working fine. But the second one is not.
When I tried to view some pages that inside a subfolders, the IE keep asking me to login. After I did, IE always shows 'The page cannot be found' error message.
The reason I set up an application in two different folders is because the first one is having some hardcoded configuration, so I removed the hardcoded part and need to test it on the testing server.
I had tried to run the updated application on my local, everything was fine, then I built the source code with TFS. I also tried to put the built code into the first folder, but the same behavior occured.
Please advise.