Re: Slow page loads, possible security issue?
bomlin_at_nnnnoooossssppppaaaaammmverizon.net
Date: 10/22/03
- Next message: Andrea D'Onofrio: "Re: Can't connect to DB"
- Previous message: Morten V. Pedersen: "NTFS permissions for ASP.NET user"
- In reply to: Scott F. Brown: "Slow page loads, possible security issue?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 22 Oct 2003 06:32:02 -0700
Answering my own post here....
The problem was a call to IsInRole. The code checks the local machine to see if the authorized user is a member of a particular users group. That group was not on the local box and it seems like rather than causing an exception, it just timed out. There may also be a problem with connecting to the RPC server that I'm not going to worry about at this time. So, what I did to get around the problem was to put in precompiler #if/else to return true on the security check if in debug mode. For my situation, this is an acceptable work around to get me back up and running.
- Next message: Andrea D'Onofrio: "Re: Can't connect to DB"
- Previous message: Morten V. Pedersen: "NTFS permissions for ASP.NET user"
- In reply to: Scott F. Brown: "Slow page loads, possible security issue?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]