This is a migrated thread and some comments may be shown as answers.

Adding domain to web.config breaks the site

1 Answer 52 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Alejandro
Top achievements
Rank 1
Alejandro asked on 13 May 2014, 06:36 PM
I have recently tried to change the forms authentication tag on my
web.config and i noticed that all the radmenus now have disappeared, i then
change back the web config and remove the domain attribute and they
work now normal.
Do anyone knows why this happens?


    <authentication mode="Forms">
      <forms name="appname" loginUrl="login.aspx" timeout="480" domain="domain.com" />
    </authentication>

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 16 May 2014, 08:54 AM
Hello,

Several possible reason for the issue are described in this help topic- and  more specific in adding a <location> section to the application configuration file to allow access to Telerik.Web.UI.WebResource.axd to all users. 

Hope this will help you solve the issue.

Regards,
Plamen
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
Alejandro
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or