Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsOther Extension...Other Extension...Excluding custom .ASPX page from Forms Authentication (making it public)Excluding custom .ASPX page from Forms Authentication (making it public)
Previous
 
Next
New Post
11/19/2015 7:36 AM
 

Hi there,

I have created a custom .ASPX page and I added it to my DNN website. For example, if the page is called HelloWorld.aspx and my website's URL is http://dnndev.me/, then I can access my page by using the http://dnndev.me/HelloWorld.aspx URL. The problem is that it doesn't work when I am not logged in into the DNN website. When I try to access the page when I am not yet logged into the website, then I am being redirected to the Login.aspx page as follows:

http://dnndev.me/Login.aspx?ReturnUrl...

I need to make that page public so that I can access it without logging into the website. I tried adding an explicit settings for this in web.config as follows (just like in a regular ASP.NET project):

<location path="HelloWorld.aspx">
  <system.web>
   <authorization>
    <allow users="*"/>
   </authorization>
  </system.web>
 </location>

 

But it doesn't work and DNN continues to "secure" that page and prevents it from being loaded unless I am logged into the website. Do you have any ideas how to avoid this behavior?

 

The version of DNN is 7.4.2.

 

Thanks,

Hristo Atanasov

 
New Post
11/19/2015 5:28 PM
 
AFAIR you may exclude it in web.config, but I suggest using a dedidated application (virtual) directory.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsOther Extension...Other Extension...Excluding custom .ASPX page from Forms Authentication (making it public)Excluding custom .ASPX page from Forms Authentication (making it public)


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out