473,396 Members | 1,942 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Can BackImageUrl cause a double hop?

We have a BigIP F5 switch as the load balancer for two servers.
I'm using Windows Authentication on an intranet.

When I'm in the application and refresh the screen, I get prompted for a
network login (this is the only time this happens).

I believe that the offending
code is an ASP.NET panel control which includes a BackImageUrl element
which renders like this:

<div id="Panel1" style="background-image:url(Image/blue155.jpg);">

Could the use of a url here cause a double hop situation?

BTW, I don't get the problem when I connect directly to one of the
servers.

TIA,
Jim

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 18 '05 #1
2 1097
Jim Corey <jc****@nospamcharter.net> wrote in news:OWYQWx#cEHA.3792
@TK2MSFTNGP09.phx.gbl:
I believe that the offending
code is an ASP.NET panel control which includes a BackImageUrl element
which renders like this:
<div id="Panel1" style="background-image:url(Image/blue155.jpg);">
Could the use of a url here cause a double hop situation?


Rather unlikely, but surely you can test that easily by removing the url
reference. I've played with a similar configuration quite a bit; the usual
reason for double login requirements comes from accidental references to
https resources or any operation where IIS might actually use the real name
for the computer (instead of the dns name pointed at the load balancer).
--
Jouni Heikniemi, jo********@heikniemi.net
http://www.heikniemi.net/hc/ (blog)
Nov 18 '05 #2
Thanks,

But neither of those situations apply here.

It's really quite maddening. I was able to recreate the
problem with a test application and then by removing
the url reference the problem went away.

But in the actual app I have other href references which
(I guess) also cause the problem.

I don't have access to the F5 switch myself so I'm unaware
if it has any configuration options.


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 18 '05 #3

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

Similar topics

6
by: Lionel B | last post by:
Running VC++ 6 under Win2K on i386. I would like to assign a (compile-time) constant that resolves to a quiet NaN (of type double) I can assign a quiet NaN to a *variable* (of type const...
6
by: sandwich_eater | last post by:
using g++ in cygwin... sv.cpp:13: warning: passing `double' for converting 1 of `int abs(int)' extract... #include <stdlib.h> #include <Math.h> double pythag(double a, double b)
2
by: Jason | last post by:
I have created a 2d isometric game map using tiles and now I'm trying to move around my map..when i go near the edge of the map I want to redraw the map to show new parts of the map however the...
12
by: Brett Hofer | last post by:
I must be missing something - Im a veteran C++ programmer now working with C# overall I like the language but find many weird changes... Anyway Im writing code behind an aspx. In this one C#...
7
by: Rain | last post by:
Hello Gurus! I really need this one to finish a module in my thesis. PLease please help me. I need a double buffer class so i can call it and use it anytime i want, the problem is everything ive...
14
by: cj | last post by:
VB2003. I need a large positive integer. Which is larger int64 or double? I see int64 also apparently is known as long and will hold -9,223,372,036,854,775,808 through...
17
by: arindam.mukerjee | last post by:
I was running code like: #include <stdio.h> int main() { printf("%f\n", 9/5); return 0; }
3
by: weidongtom | last post by:
Hi, I was trying to implement a higher order function in C, summation over a range with a given function. And the summation function is then used to define sum_cubes. The program works fine when...
7
by: =?Utf-8?B?TWlrZSBMb2dhbg==?= | last post by:
My environment. .Net 2.0 VS2k5 SP1, IE6 (6.0.2900.2180) I have a web content page. The page will post back twice if I am running in debug mode. However if I run through the breakpoints fast...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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...
0
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...

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.