I have used radcombobox and raddatepicker in my application. Authentication set in my web.config file. So i can not access my application without login. For some reason i have to access a page(test.aspx) without login.
Page is displayed without radcombobox and raddatepicker controls. They are displayed as a text box.
Assume the test page has the rad controls. So i put the following code in the web.config file.
<location path="test.aspx">
<system.web>
<authorization>
<allow users="?" />
</authorization>
</system.web>
</location>
Guide me how to solve this issue.
Page is displayed without radcombobox and raddatepicker controls. They are displayed as a text box.
Assume the test page has the rad controls. So i put the following code in the web.config file.
<location path="test.aspx">
<system.web>
<authorization>
<allow users="?" />
</authorization>
</system.web>
</location>
Guide me how to solve this issue.