Our site is using ASP.Net Membership. 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?
I have a feeling that something is going wrong with the Javascript it should be running, but I can’t figure out what or what to do to figure it out.
Our site is using ASP.Net Membership. I have a page which literally has nothing
Share
Turns out there is a known issue with the Telerik Script Manager and a regular ASP.Net Script Manager is the only way to fix this issue.