473,725 Members | 2,254 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Frames / dll issue

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
Nov 18 '05 #1
2 1324
Perhaps you should forget about this 3rd party vendor, as the answer they
gave you is pure bulls**t. Why? First, there are no frames on an IIS server;
the frames exist in the client browser. And there are no DLLs inside any
frames in the client browser; they exist only on the server. In addition,
I'm not sure what the support person meant by "known issue" but I would
suspect very strongly that this would translate to "bug in the DLL." Any
issue that has something to do with an error occurring inside a frame set is
likely to be caused by improper use of Session State. Framesets are highly
problematic when it comes to using Session State, for a number of reasons.
IIS is not capable of determining anything about Framesets on the client; it
simply handles HTTP requests. If your vendor created a DLL that has this
bug, and is blaming it on IIS, they are not professional.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"K.C. Brown" <an*******@disc ussions.microso ft.com> wrote in message
news:0a******** *************** *****@phx.gbl.. .
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

Nov 18 '05 #2
Pretty much my thoughts exactly. Its really
disappointing since I've had good luck with them up to
this point. I'll keep pushing up the chain and see if
they can figure out what the problem is.

KC
-----Original Message-----
Perhaps you should forget about this 3rd party vendor, as the answer theygave you is pure bulls**t. Why? First, there are no frames on an IIS server;the frames exist in the client browser. And there are no DLLs inside anyframes in the client browser; they exist only on the server. In addition,I'm not sure what the support person meant by "known issue" but I wouldsuspect very strongly that this would translate to "bug in the DLL." Anyissue that has something to do with an error occurring inside a frame set islikely to be caused by improper use of Session State. Framesets are highlyproblematic when it comes to using Session State, for a number of reasons.IIS is not capable of determining anything about Framesets on the client; itsimply handles HTTP requests. If your vendor created a DLL that has thisbug, and is blaming it on IIS, they are not professional.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"K.C. Brown" <an*******@disc ussions.microso ft.com> wrote in messagenews:0a******* *************** ******@phx.gbl. ..
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

.

Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
2015
by: Richard | last post by:
I have been working with PHP now for a few months and would like some knowledgeable advice on laying out PHP based web pages. I have noticed that some web pages that use PHP also use frames...like phpMyAdmin for instance. This gives the page easier readability when refreshing (do to PHP code) as the entries page does not update. But I was told many years ago by an elder that frames were not to be used...so what is the preferred layout for...
40
2937
by: JohnnyCJohnny | last post by:
Is it pretty safe to say that almost all web surfers now use browsers that are Frames compatible? What are most people using these days? IE? Thanks
34
4128
by: s c o t t | last post by:
I know Jakob Neilsen and a bunch of other usability advocates and critics usually frown on usage frames. However, most people probably seem to have at least version 5 of IE or newer and I am toying with the idea of just using a small topframe in my site design. Do any of you have strong opinions either for or against frames? I personally don't mind sites with them if the borders are hidden and they are well-designed... Thanks,
7
2329
by: David Hayes | last post by:
I tried finding an answer on http://www.quirksmode.org/ without success. I am attempting a complicated Frames structure. I have made it work in IE, but not Netscape. I begin with three frames, where the two lower ones are within a Frameset within the master Frameset: 1111111111111111111
95
5760
by: Neal | last post by:
Of course, every frame site I've ever seen has reduced usability and all. We've been through this before. But as frameset is still a part of HTML, there must be some legitimate use for it, hmm? For most markup I know when it's useful and when it's not, but regarding table markup I sure know when it isn't good, but can't really come up with a way it would be good. As you all are among the sharpest pencils in the bag, let me ask: Do you...
7
1408
by: Melinda | last post by:
Do i go ahead using frames? I've heard in the past that frames were not supported in some browsers & its not a good idea to use them. I suppose there are two sides to this & this would be a top with certain disputes. But in ASP.NET & teh new trends, should i use Frames? Also, can a frame be center aligned in the browser?
4
1070
by: matthias s. | last post by:
Hi there, I'm currently trying to make a decision about whether to use a frameset or not on the webapp I'm building. Most of the pages have a (more or less) static menu on the left side. The right part of the pages is dynamic content fetched from a db and forms... Using a frameset (menu/content seperation) I'm afraid of not being able to provide direct links (for
1
1703
by: Etayki | last post by:
Hi! I am building a website that has two frames with a vertical divide. Each frame displays a page from a different websites (such that the site visitor can view two websites on my one web page). Of course, this results in the nasty issue of horizontal scrolling.
56
3847
by: Deepan HTML | last post by:
Hi All, Currently i am working in a framed environment where i have divided the window as 20% and 80% and the 20% is used for navigation purpose and right frame for displaying the orignal content. Now i want to Disable ad Enable the menu items which are placed in the left frame for navigation purpose. Can any of you input me with any idea as how to proceed? If you need any other information then please let me know.
0
8889
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8752
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9257
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9179
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9116
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8099
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4519
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4784
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3228
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.