Posted
on Mar 9, 2011
(permalink)
Our site is using ASP.Net Membership / Security. I have a page which literally has nothing on it but a Form, a RadScriptManager and a RadUpload control.
My Web.Config has this page listed as allowed to all users of the site.
When you are logged in to the site, the page appears fine. All controls show great.
When you are not logged in to the site and navigate to this page, you get 2 buttons. "Add" and "Delete". Nothing else. The functionality in them doesn't do a thing.
Is this a common occurance? Any idea what I should do to fix this?