authentcation = "window"
-
i compiled my asp.net site and it work so good when i put in any place in my computer but when i put it at the custmer computer it give a authentcation = "window" error , the error is at mine not at him because another aspx sites is working good at the custmer computer so what can i do to fix this up note:i compile as release compilation plz i wanna help in that thankx
-
i compiled my asp.net site and it work so good when i put in any place in my computer but when i put it at the custmer computer it give a authentcation = "window" error , the error is at mine not at him because another aspx sites is working good at the custmer computer so what can i do to fix this up note:i compile as release compilation plz i wanna help in that thankx
Is this the setting on the web.config ? Cause if it is, the
<authentcation />
section should read:<authentication mode="Windows" />
~Javier Lozano (blog)