This question is locked. New answers and comments are not allowed.
Hi,
When I'm using Authorization to limit access to the site to authenticated users,
I have a problem, in the logon screen.
http://localhost:6105/asset.axd?id=<some giberish> is not found.
as I'm using:
<authorization>
<deny users="?" />
</authorization>
and
<location path="Content">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
What am I missing ? if I remove the deny (or use allow instead) everything works ok.
(my only problem actually is that my app is RTL and the logon screen becomes ltr b/c missing assets)
Thanks,
Dani
When I'm using Authorization to limit access to the site to authenticated users,
I have a problem, in the logon screen.
http://localhost:6105/asset.axd?id=<some giberish> is not found.
as I'm using:
<authorization>
<deny users="?" />
</authorization>
and
<location path="Content">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
What am I missing ? if I remove the deny (or use allow instead) everything works ok.
(my only problem actually is that my app is RTL and the logon screen becomes ltr b/c missing assets)
Thanks,
Dani