J
Jeff
Hey
asp.net 2.0
I have a webpage which get it's layout data from a theme. Using the theme
works without problem until I added these settings to the web.config file:
<authorization>
<deny users="?"/>
</authorization>
With this new settings in web.config the theme isn't applied to the page!
I've only tested this for unauthenticated users
Top-most script in Default.aspx file:
<%@ Page Language="C#" MasterPageFile="~/MainMaster.master"
AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default"
Title="Untitled Page" Theme="Standard" %>
What should I do make the theme work with the newly applied web.config
settings?
Jeff
asp.net 2.0
I have a webpage which get it's layout data from a theme. Using the theme
works without problem until I added these settings to the web.config file:
<authorization>
<deny users="?"/>
</authorization>
With this new settings in web.config the theme isn't applied to the page!
I've only tested this for unauthenticated users
Top-most script in Default.aspx file:
<%@ Page Language="C#" MasterPageFile="~/MainMaster.master"
AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default"
Title="Untitled Page" Theme="Standard" %>
What should I do make the theme work with the newly applied web.config
settings?
Jeff