Reputation: 9131
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.
Upvotes: 0
Views: 464
Reputation: 9131
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.
Upvotes: 0
Reputation: 2266
The problem seems quite specific, that is why my recommendation is to forward your case to telerik posting in their public forums. They can probably give you more definite answer than the stackoverflow users.
Upvotes: 1
Reputation: 5259
If you allow all users to access a certain page, you may also need to allow access to scripts/images/css files to properly render the page
Upvotes: 0