Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SiteMap rolebased menu not working on windows 2003 server

Status
Not open for further replies.
Apr 11, 2002
193
IN
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top