Funky error Situation

  • Thread starter Thread starter Diogenes Dilone
  • Start date Start date
D

Diogenes Dilone

Folks

Our company has been having a lil problem. We have written a web application
using .net. One problem we've been having is that we need to log on as a
admin before regular users logon each morning. If we do not they get an
error saying that "Acess is denied: 'ASPnetMenu' " Does anyone have any
suggestions?

Thank
D
 
Since we know nothing about how your program works, I would suggest that you
ask someone that does.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
is this aspnetmenu module a custom assembly? what does logging in have to do
with the problem? are you using some sort of authentication? to help you, we
will need to know more than the stingy bit of information you gave.
 
This aspmenu comes from cyberakt Inc. www.aspnetmenu.com
Our ASP.NET application uses Windows authentication so that only those users
in our ActiveDirectory can access and use it.
 
Back
Top