You need to allow "*" to all the resources required by the page. If you have
a directory called CSS, you need
<location path="css">
    <system.web>
        <authorization><allow users="*"/></authorization>
    </system.web>
</location>
or similar.

HTH

Grnat
On 15 July 2010 16:02, Anthony <asale...@tpg.com.au> wrote:

>  I have asp.net website using forms authentication which works fine.
>
>
>
>  I have one page(helpme.aspx)  i wish public access to without
> username/password.  I do this by
>
>
>
> Adding this to web.config
>
>                 <location path=" helpme.aspx">
>
>                                 <system.web>
>
>                                                 <authorization>
>
>                                                                 <allow
> users="*"/>
>
>                                                 </authorization>
>
>                                 </system.web>
>
>                 </location>
>
>
>
>
>
> Question....this page relies on  css files and telerik controls which
> produce their own  links like      Telerik.Web.UI.WebResource.axd...do i
> have to allow each individual reference file or is there an easier way?
>
>
>
> Is your website being 
> IntelliXperienced?<http://www.intellixperience.com/signup.aspx>
> regards
> Anthony (*12QWERNB*)
>
> Is your website being IntelliXperienced?
>
>
>
>
>

Reply via email to