M
Mark Olbert
I'm getting the following exception from a website that uses a custom MembershipProvider that I've written. What's bizarre is that
the exception is thrown outside my code, >>after<< the user is properly validated.
Anyone have any idea what's going on?
- Mark
System.IndexOutOfRangeException occurred
Message="Index was outside the bounds of the array."
Source="System.Web"
StackTrace:
at System.Web.Configuration.MachineKeySection.HexStringToByteArray(String str)
the exception is thrown outside my code, >>after<< the user is properly validated.
Anyone have any idea what's going on?
- Mark
System.IndexOutOfRangeException occurred
Message="Index was outside the bounds of the array."
Source="System.Web"
StackTrace:
at System.Web.Configuration.MachineKeySection.HexStringToByteArray(String str)