Does anyone know if there is an issue with using ASP.NET 2.0, nested Master Pages, CSS Friendly Adapters, and CSS external files when setting authentication = Forms in web.config?
When I change this setting (authentication = Forms), and then modify an element ID in the external CSS file and set the element ID to the same modification in the nested Master Page, the browser renders the web page as if it does not recognize the CSS in
the external CSS file for that element. When I set authentication back to equal Windows and change the element IDs back to the original ID, the browser properly renders the web page.
After further testing, this issue occurs even without Master Pages and CSS Friendly Adapters. I am going to close this post and repost under Web Forms to reflect my new findings.
bbg
Member
89 Points
158 Posts
Issue with an element ID not being recognized in the CSS external file
Jun 08, 2008 08:07 PM|LINK
Hello,
Does anyone know if there is an issue with using ASP.NET 2.0, nested Master Pages, CSS Friendly Adapters, and CSS external files when setting authentication = Forms in web.config?
When I change this setting (authentication = Forms), and then modify an element ID in the external CSS file and set the element ID to the same modification in the nested Master Page, the browser renders the web page as if it does not recognize the CSS in the external CSS file for that element. When I set authentication back to equal Windows and change the element IDs back to the original ID, the browser properly renders the web page.
I would appreciate any input regarding my issue.
Thank you,
ron
bbg
Member
89 Points
158 Posts
Re: Issue with an element ID not being recognized in the CSS external file
Jun 11, 2008 04:35 PM|LINK
Hello All,
After further testing, this issue occurs even without Master Pages and CSS Friendly Adapters. I am going to close this post and repost under Web Forms to reflect my new findings.
Thanks,
ron
bbg
Member
89 Points
158 Posts
Re: Issue with an element ID not being recognized in the CSS external file
Jun 22, 2008 01:19 AM|LINK
Hello,
This issue was resolved by deleting the browser temporary files when the browser is started up.
Thanks,
ron