K
K.C. Brown
I'm trying to finish up an app that uses a left and right
frame extensively. The left frame contains a dynamically
built menu and the right is used as the target for links
selected from the left.
Everything runs pretty well except for a 3rd party dll
that is called when certain restricted aspx pages are
loaded to perform a 2 factor authentication that throws a
runtime error on line 105 'x' is not defined every time
it is enabled when their dll is accessed. Support from
the vendor informed me this looks like a known issue with
running dll files inside a frame on an IIS server.
So I'm attempting to determine if they are correct, but
have no idea where to begin to test to see if it just
them or if this is actually an IIS issue. If anybody has
ideas or direction on how to get started troubleshooting
this I would greatly appreciate it.
KC Brown
frame extensively. The left frame contains a dynamically
built menu and the right is used as the target for links
selected from the left.
Everything runs pretty well except for a 3rd party dll
that is called when certain restricted aspx pages are
loaded to perform a 2 factor authentication that throws a
runtime error on line 105 'x' is not defined every time
it is enabled when their dll is accessed. Support from
the vendor informed me this looks like a known issue with
running dll files inside a frame on an IIS server.
So I'm attempting to determine if they are correct, but
have no idea where to begin to test to see if it just
them or if this is actually an IIS issue. If anybody has
ideas or direction on how to get started troubleshooting
this I would greatly appreciate it.
KC Brown