Hello all!
I experience some problems with an application recently.
Basically, IWA works half the time. That is, some users are able to access the VB.net application without any problem. Some others can, but if they refresh , they will get a 401. Finally, some people just can't access the application (I mean, the authetication box popup and even if they enter their username / password, it doesn't authorize them).
I have already disabled Anonymous Access for the application in IIS (V6.0).
Also, I have noticed that every users can acces some "simple" pages / files. For exemple, everyone can access every images in the /images directory. So I guess it's not a NTFS problem.
My "not simple" pages sometimes use System.Web.Http Context.Current .User or have linked .js and .css files.
With Fiddler, for every page I request I see three "session". One 401, another 401 and finally a 200.
Seriously, I don't know where to look, and this is getting urgent.
I would really appreciate if anyone could help me a little... !!
I experience some problems with an application recently.
Basically, IWA works half the time. That is, some users are able to access the VB.net application without any problem. Some others can, but if they refresh , they will get a 401. Finally, some people just can't access the application (I mean, the authetication box popup and even if they enter their username / password, it doesn't authorize them).
I have already disabled Anonymous Access for the application in IIS (V6.0).
Also, I have noticed that every users can acces some "simple" pages / files. For exemple, everyone can access every images in the /images directory. So I guess it's not a NTFS problem.
My "not simple" pages sometimes use System.Web.Http Context.Current .User or have linked .js and .css files.
With Fiddler, for every page I request I see three "session". One 401, another 401 and finally a 200.
Seriously, I don't know where to look, and this is getting urgent.
I would really appreciate if anyone could help me a little... !!
Comment