Hello,
i have this problem where i can't get my site to work.
the environment i'm using is: IIS 7 on Win7, sqlserver 2008 r2, DNN 04.05.01 Framework 2
i get this message :
Error while processing Windows Authentication
Check your IIS settings. Admin/Security/WindowsSignin.aspx should NOT allow anonymous access.
this is my url: http://localhost/appName/Admin/Security/WindowsSignin.aspx?tabid=37
in the web config i declare: <authentication mode="Forms">
<forms name=".DOTNETNUKE" protection="All" timeout="60" cookieless="UseCookies" />
</authentication>
in the IIS everything is enabled but the windows authentication on the appName website, admin\security
when i remove the "/Admin/Security/WindowsSignin.aspx?tabid=37" from the url, it work's just fine for a couple of minutes then (probably after a session refresh) it come's back.
i've read a prior post on: http://www.dotnetnuke.com/Resources/F... but it wasn't helpful for me.
i need help with this please :)
Thank's
Eyal