manishsawant
MIS
Hi,
I have created role-based sitemap menus where in the roles are coming from the database. For each menu page i have created a folder along with the page it has a web.config file. The web.config file has authorization as
<authorization>
<allow roles="EDIT"/>
<deny users="*"/>
</authorization>
This works perfectly on windows 2000 server and windows XP. But when i published it on windows 2003 server none of the menus are displayed when i try to access the site remotely. But menus work perfectly on localhost of windows 2003 server.
Has anyone come across this type of problem.
Thanks,
Manish
I have created role-based sitemap menus where in the roles are coming from the database. For each menu page i have created a folder along with the page it has a web.config file. The web.config file has authorization as
<authorization>
<allow roles="EDIT"/>
<deny users="*"/>
</authorization>
This works perfectly on windows 2000 server and windows XP. But when i published it on windows 2003 server none of the menus are displayed when i try to access the site remotely. But menus work perfectly on localhost of windows 2003 server.
Has anyone come across this type of problem.
Thanks,
Manish