Associate
- Joined
- 6 Oct 2008
- Posts
- 41
I need some help with an unauthorisation error:
Some Background Info
I'm developing an intranet based site and I have an xml based navigation bar with the help of an asp.net control.
Problem is that it keeps bombing out when getting the data from the xml file with the above error.
Obviously a permissions issue but I don't want anonymous access set, as the navigation bar also hides/shows certain menus depending on the users windows role.
So what is the best way to allow access, I've tried the logical NETWORK SERVICE group permission on both folder and file, but this didn't work.
The remote server returned an error: (401) Unauthorized.
Some Background Info
I'm developing an intranet based site and I have an xml based navigation bar with the help of an asp.net control.
Problem is that it keeps bombing out when getting the data from the xml file with the above error.
Obviously a permissions issue but I don't want anonymous access set, as the navigation bar also hides/shows certain menus depending on the users windows role.
So what is the best way to allow access, I've tried the logical NETWORK SERVICE group permission on both folder and file, but this didn't work.
