Re: jquery .js file = windows authentication dialogue?
- From: "George Ter-Saakov" <gt-nsp@xxxxxxxxxxx>
- Date: Mon, 12 Nov 2007 08:35:08 -0500
You must change permissions to the file.
IUR_.... and IWAM_..... accounts must have read permissions to that file
George
"Darrel" <notreal@xxxxxxxxxx> wrote in message
news:%23fq0JLNJIHA.1168@xxxxxxxxxxxxxxxxxxxxxxx
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
.
- References:
- jquery .js file = windows authentication dialogue?
- From: Darrel
- jquery .js file = windows authentication dialogue?
- Prev by Date: Re: System.Diagnostics.Process() hangs
- Next by Date: Re: infamous ie message
- Previous by thread: Re: jquery .js file = windows authentication dialogue?
- Next by thread: Asp.Net 2.0 Documentation
- Index(es):
Relevant Pages
|