Authenticating using forms & user impersonation
Hi
I am using Forms authentication and my Web.config has the following
"identity impersonate=true"
<authentication mode="Forms">
<forms name="VERSLO.FJARNAM" loginUrl="/LMSS/access/login.aspx" protection="All" timeout="160">
<credentials passwordFormat="Clear">
<user name="username" password="mypassword." />
</credentials>
</forms>
</authentication>
I have unchecked anonymous access in IIS. When I enter my web, the page first asks me to login using Windows authentication popup. After I login using my windows username and password my app works fine and my forms authentication is doing its job.
The only thing not right here is the windows login (meaning I am not allowed access myweb). I have tried setting rights for my web config credentials user above but no luck.
Any Idea what I am doing wrong?
ps. everything Is working fine on my desktop/IIS.
reg.
Axel
Axel Gunnlaugsson
|