I'm having an asp.net application which uses Forms Authentication.
I've got a master page with some javascript that works fine, but whenever I directed to the LoginUrl, my javascript is blocked. I thought this was authorization issue, but this dose not happen with the CSS of the master page, and even the following directives doesn't help:
<location path="Scripts">
<system.web>
<authorization>
<allow users="*"/>
</authorization>
</system.web>
</location>
Has anyone got a clue?? Plz Plz, I'm at a loss here...
Thanx