jquery .js file = windows authentication dialogue?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I'd like to use the jquery datepicker.

I have a asp.net 1.1 application set up with forms authentication protecting
an admin directory:

<location path="admin">
<system.web>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</location>

All works just fine.

I'm now trying to add the jquery.js file:

<script src="jquery-ui.min.js"></script>

as soon as I do that, when I try and run my application, I get the windows
authentication pop-up dialog box.

Why?

I thought maybe it was because I was accessing the .js file in my admin
folder (though that's odd, as I'm using TinyMCE, which also has .js files in
my admin folder) so I tried moving it outside my admin folder:

<script src="../js/jquery-ui.min.js"></script>

Still, same problem. Anyone know why this is happening? I thought ASP.net
1.1 ignored authentication on any non-.aspx files.

-Darrel


.



Relevant Pages

  • RE: Separating authentication and authorization for admins was: RE: AD across both DMZ & LAN
    ... Subject: Separating authentication and authorization for admins was: RE: ... administrators and/or admin actions on the ... > internet from their PC's. ... so that we only have one set of user accounts to ...
    (Security-Basics)
  • Re: Dynamic page security authorization?
    ... Craig you could have a folder called Admin and under the Admin folder add ... And later apply the neccesary Authorization. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • RE: Remote Control through Vista Workstation
    ... You are prompted for authentication when you try starting remote tools (not ... account is SMS computer account. ... When you tried using local admin account on that pc, ...
    (microsoft.public.sms.admin)
  • Re: jquery .js file = windows authentication dialogue?
    ... I have a asp.net 1.1 application set up with forms authentication protecting an admin directory: ... folder (though that's odd, as I'm using TinyMCE, which also has .js files in my admin folder) so I tried moving it outside my admin folder: ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Remote Control through Vista Workstation
    ... And when authenticating using local admin credentials it was put in the ... When you tried using local admin account on that pc, ... Prompts for authentication. ...
    (microsoft.public.sms.admin)