"But all admin folder pages are not working. "
Could u please specify what is the error u are getting..
If the ajax controls are only in the Admin pages then make sure u have ajax dll in your bin forder, but if ajax is also in the other pages and they work fine than Ajax is not the issue.
The web.config in the parent folder should be normal and in authorization section it should have <authorization>
<allow users="*"/>
</authorization>
and the web.config in your admin folder should have only the following
<authorization>
<deny users="?"/>
</authorization>
Hope this helps.. if it dosent please mention the error u are getting .. a screenshot is always helpful..:)
Remember to click "
Mark as Answer" on the post, if it helps you.
Regards,
Sachin UchilWebsite |
Blog