What is the file is virtual like Telerik.Web.UI.WebResource.axd

 

From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com]
On Behalf Of Grant Maw
Sent: Thursday, 15 July 2010 4:07 PM
To: ozDotNet
Subject: Re: Web Permissions...

 

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 <http://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 <http://www.intellixperience.com/signup.aspx>  website being
IntelliXperienced?
regards
Anthony (*12QWERNB*)

Is your website being IntelliXperienced?

 

 

 

Reply via email to