Re: Slow page loads, possible security issue?

bomlin_at_nnnnoooossssppppaaaaammmverizon.net
Date: 10/22/03


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.