iis 7 - Anonymous and Forms Authentication IIS 7 -


first of, sorry not posting actual code, want pointed in direction. might post code later if needed.

so, have 3 applications running in iis

1 - application 2 - authentication , access management 3 - ntlm

all use application pool framework 2.0 classic mode.

1 , 2 uses annonymous , form authentication, 3 uses windows authentication.

the flow is, when access 1 or 2, redirects ntlm auth , returns authentication.

if access first 1 good, goes ntlm , if dont have valid windows account returns app login page.

when try access second 1 redirect loop ntlm login page ntlm , on...

both have same configuration.

i know might not explicit, going insane on , don't more look.

weird may sound, when setting machinekey on web.config, put decryption="auto", totally normal... because it's same setting in iis console. causing error in event viewer saying invalid ticket.

still can't figure out why... anyway if come across same weird issue, here have have done. took out "decryption" setting web.config


Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -