473,625 Members | 2,658 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Weird problem Asp.net, certain users, code behind

This one has me stumped. I have three web applications running on two
different servers. The first that works fine is hosted by a .Net hosting
company. Everyone that uses it has no problems hitting the site. The other
two applications are running on my personal server which has Windows 2003,
IIS 6, and .Net 1.1

Most of my users can use the sites. Two have come up with a very strange
problem. They try to go to either application and the browser seems to get
hung up. With one of the users I did several tests including turning on
tracing but nothing worked. The trace indicated that everything was
rendered correctly.

I then created a test application in which I threw two labels on a web form.
He could see the test form fine. Then I added one line on c# code, in the
page load event, that changed the text of one of the labels and he started
getting the same problems as the two other applications. If I take the line
of code out and recompile, he can again see the web form fine. He can see
the webform if there is no code in code behind, but adding one line of code
and there browser acts like it trying to download the page. The progress
bar shows on the bottom and the status say opening
www.address.com/default.aspx. The progress bar gets to about half way
across and then doesn't go any further. No error message or anything else.
I even had them look at the source at this point, but the source is from the
referring page.

My question is, is there something in IIS that somehow is being affected by
some internet option they may have set on there machines that could be
causing this. Like I said it's only two out of maybe thirty users that are
having this problem. Everyone else can see and use the applications as they
were intended.

Any help would be a tremendous help. Thank you.


Nov 18 '05 #1
10 1828
More likely, it's their browser. What browser(s) are they using?

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

"Don Munroe" <dm*****@cdhsys tems.com> wrote in message
news:#E******** ******@TK2MSFTN GP11.phx.gbl...
This one has me stumped. I have three web applications running on two
different servers. The first that works fine is hosted by a .Net hosting
company. Everyone that uses it has no problems hitting the site. The other two applications are running on my personal server which has Windows 2003,
IIS 6, and .Net 1.1

Most of my users can use the sites. Two have come up with a very strange
problem. They try to go to either application and the browser seems to get hung up. With one of the users I did several tests including turning on
tracing but nothing worked. The trace indicated that everything was
rendered correctly.

I then created a test application in which I threw two labels on a web form. He could see the test form fine. Then I added one line on c# code, in the
page load event, that changed the text of one of the labels and he started
getting the same problems as the two other applications. If I take the line of code out and recompile, he can again see the web form fine. He can see
the webform if there is no code in code behind, but adding one line of code and there browser acts like it trying to download the page. The progress
bar shows on the bottom and the status say opening
www.address.com/default.aspx. The progress bar gets to about half way
across and then doesn't go any further. No error message or anything else. I even had them look at the source at this point, but the source is from the referring page.

My question is, is there something in IIS that somehow is being affected by some internet option they may have set on there machines that could be
causing this. Like I said it's only two out of maybe thirty users that are having this problem. Everyone else can see and use the applications as they were intended.

Any help would be a tremendous help. Thank you.

Nov 18 '05 #2
Internet Explorer 6.0.2800

"Kevin Spencer" <ks******@takem pis.com> wrote in message
news:eN******** ******@tk2msftn gp13.phx.gbl...
More likely, it's their browser. What browser(s) are they using?

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

"Don Munroe" <dm*****@cdhsys tems.com> wrote in message
news:#E******** ******@TK2MSFTN GP11.phx.gbl...
This one has me stumped. I have three web applications running on two
different servers. The first that works fine is hosted by a .Net hosting company. Everyone that uses it has no problems hitting the site. The

other
two applications are running on my personal server which has Windows 2003, IIS 6, and .Net 1.1

Most of my users can use the sites. Two have come up with a very strange problem. They try to go to either application and the browser seems to

get
hung up. With one of the users I did several tests including turning on
tracing but nothing worked. The trace indicated that everything was
rendered correctly.

I then created a test application in which I threw two labels on a web

form.
He could see the test form fine. Then I added one line on c# code, in the page load event, that changed the text of one of the labels and he started getting the same problems as the two other applications. If I take the

line
of code out and recompile, he can again see the web form fine. He can see the webform if there is no code in code behind, but adding one line of

code
and there browser acts like it trying to download the page. The progress bar shows on the bottom and the status say opening
www.address.com/default.aspx. The progress bar gets to about half way
across and then doesn't go any further. No error message or anything

else.
I even had them look at the source at this point, but the source is from

the
referring page.

My question is, is there something in IIS that somehow is being affected

by
some internet option they may have set on there machines that could be
causing this. Like I said it's only two out of maybe thirty users that

are
having this problem. Everyone else can see and use the applications as

they
were intended.

Any help would be a tremendous help. Thank you.


Nov 18 '05 #3
Well, that eliminates the browser, unless it's a caching issue on the client
side. Have you tried refreshing the page when the odd data comes up?

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

"Don Munroe" <dm*****@cdhsys tems.com> wrote in message
news:ON******** ******@TK2MSFTN GP09.phx.gbl...
Internet Explorer 6.0.2800

"Kevin Spencer" <ks******@takem pis.com> wrote in message
news:eN******** ******@tk2msftn gp13.phx.gbl...
More likely, it's their browser. What browser(s) are they using?

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

"Don Munroe" <dm*****@cdhsys tems.com> wrote in message
news:#E******** ******@TK2MSFTN GP11.phx.gbl...
This one has me stumped. I have three web applications running on two
different servers. The first that works fine is hosted by a .Net hosting company. Everyone that uses it has no problems hitting the site. The

other
two applications are running on my personal server which has Windows 2003, IIS 6, and .Net 1.1

Most of my users can use the sites. Two have come up with a very strange problem. They try to go to either application and the browser seems to
get
hung up. With one of the users I did several tests including turning
on tracing but nothing worked. The trace indicated that everything was
rendered correctly.

I then created a test application in which I threw two labels on a web

form.
He could see the test form fine. Then I added one line on c# code, in the page load event, that changed the text of one of the labels and he started getting the same problems as the two other applications. If I take
the line
of code out and recompile, he can again see the web form fine. He can see the webform if there is no code in code behind, but adding one line of

code
and there browser acts like it trying to download the page. The progress bar shows on the bottom and the status say opening
www.address.com/default.aspx. The progress bar gets to about half way
across and then doesn't go any further. No error message or anything

else.
I even had them look at the source at this point, but the source is

from the
referring page.

My question is, is there something in IIS that somehow is being
affected by
some internet option they may have set on there machines that could be
causing this. Like I said it's only two out of maybe thirty users
that are
having this problem. Everyone else can see and use the applications
as they
were intended.

Any help would be a tremendous help. Thank you.



Nov 18 '05 #4
I eliminated all caching on the server side and removed all client side
internet files and cahing.

"Kevin Spencer" <ks******@takem pis.com> wrote in message
news:eQ******** ******@TK2MSFTN GP12.phx.gbl...
Well, that eliminates the browser, unless it's a caching issue on the client side. Have you tried refreshing the page when the odd data comes up?

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

"Don Munroe" <dm*****@cdhsys tems.com> wrote in message
news:ON******** ******@TK2MSFTN GP09.phx.gbl...
Internet Explorer 6.0.2800

"Kevin Spencer" <ks******@takem pis.com> wrote in message
news:eN******** ******@tk2msftn gp13.phx.gbl...
More likely, it's their browser. What browser(s) are they using?

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

"Don Munroe" <dm*****@cdhsys tems.com> wrote in message
news:#E******** ******@TK2MSFTN GP11.phx.gbl...
> This one has me stumped. I have three web applications running on two > different servers. The first that works fine is hosted by a .Net hosting
> company. Everyone that uses it has no problems hitting the site. The other
> two applications are running on my personal server which has Windows

2003,
> IIS 6, and .Net 1.1
>
> Most of my users can use the sites. Two have come up with a very

strange
> problem. They try to go to either application and the browser seems to get
> hung up. With one of the users I did several tests including turning on
> tracing but nothing worked. The trace indicated that everything was
> rendered correctly.
>
> I then created a test application in which I threw two labels on a
web form.
> He could see the test form fine. Then I added one line on c# code, in
the
> page load event, that changed the text of one of the labels and he

started
> getting the same problems as the two other applications. If I take the line
> of code out and recompile, he can again see the web form fine. He
can see
> the webform if there is no code in code behind, but adding one line

of code
> and there browser acts like it trying to download the page. The

progress
> bar shows on the bottom and the status say opening
> www.address.com/default.aspx. The progress bar gets to about half way > across and then doesn't go any further. No error message or anything else.
> I even had them look at the source at this point, but the source is

from the
> referring page.
>
> My question is, is there something in IIS that somehow is being affected by
> some internet option they may have set on there machines that could be > causing this. Like I said it's only two out of maybe thirty users that are
> having this problem. Everyone else can see and use the applications as they
> were intended.
>
> Any help would be a tremendous help. Thank you.
>
>
>
>



Nov 18 '05 #5
Don, I hate to tell you this, but I'm out of ideas, unless you want to
publicize the URL of the offending page.

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

"Don Munroe" <dm*****@cdhsys tems.com> wrote in message
news:eB******** ******@TK2MSFTN GP09.phx.gbl...
I eliminated all caching on the server side and removed all client side
internet files and cahing.

"Kevin Spencer" <ks******@takem pis.com> wrote in message
news:eQ******** ******@TK2MSFTN GP12.phx.gbl...
Well, that eliminates the browser, unless it's a caching issue on the client
side. Have you tried refreshing the page when the odd data comes up?

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

"Don Munroe" <dm*****@cdhsys tems.com> wrote in message
news:ON******** ******@TK2MSFTN GP09.phx.gbl...
Internet Explorer 6.0.2800

"Kevin Spencer" <ks******@takem pis.com> wrote in message
news:eN******** ******@tk2msftn gp13.phx.gbl...
> More likely, it's their browser. What browser(s) are they using?
>
> --
> HTH,
> Kevin Spencer
> .Net Developer
> Microsoft MVP
> Big things are made up
> of lots of little things.
>
> "Don Munroe" <dm*****@cdhsys tems.com> wrote in message
> news:#E******** ******@TK2MSFTN GP11.phx.gbl...
> > This one has me stumped. I have three web applications running on two > > different servers. The first that works fine is hosted by a .Net
hosting
> > company. Everyone that uses it has no problems hitting the site. The > other
> > two applications are running on my personal server which has Windows 2003,
> > IIS 6, and .Net 1.1
> >
> > Most of my users can use the sites. Two have come up with a very
strange
> > problem. They try to go to either application and the browser seems
to
> get
> > hung up. With one of the users I did several tests including turning
on
> > tracing but nothing worked. The trace indicated that everything
was > > rendered correctly.
> >
> > I then created a test application in which I threw two labels on a

web > form.
> > He could see the test form fine. Then I added one line on c#
code, in the
> > page load event, that changed the text of one of the labels and he
started
> > getting the same problems as the two other applications. If I
take the
> line
> > of code out and recompile, he can again see the web form fine. He can see
> > the webform if there is no code in code behind, but adding one
line
of > code
> > and there browser acts like it trying to download the page. The
progress
> > bar shows on the bottom and the status say opening
> > www.address.com/default.aspx. The progress bar gets to about half way > > across and then doesn't go any further. No error message or anything > else.
> > I even had them look at the source at this point, but the source
is from
> the
> > referring page.
> >
> > My question is, is there something in IIS that somehow is being affected
> by
> > some internet option they may have set on there machines that
could be > > causing this. Like I said it's only two out of maybe thirty users

that
> are
> > having this problem. Everyone else can see and use the

applications as
> they
> > were intended.
> >
> > Any help would be a tremendous help. Thank you.
> >
> >
> >
> >
>
>



Nov 18 '05 #6
Ok. The "working" site is at www.intldocuments.com. This site is hosted by a
..net hosting company. The other site that is having the problems is at
www.cdhdemos.com When you go here, you will see three links. This is just an
html page and both users can see it fine. The first two links are the
offending applications. The third is the test I talked about. There are only
two labels, but the code behind changes the text of the second label.

"Kevin Spencer" <ks******@takem pis.com> wrote in message
news:eN******** ******@TK2MSFTN GP09.phx.gbl...
Don, I hate to tell you this, but I'm out of ideas, unless you want to
publicize the URL of the offending page.

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

"Don Munroe" <dm*****@cdhsys tems.com> wrote in message
news:eB******** ******@TK2MSFTN GP09.phx.gbl...
I eliminated all caching on the server side and removed all client side
internet files and cahing.

"Kevin Spencer" <ks******@takem pis.com> wrote in message
news:eQ******** ******@TK2MSFTN GP12.phx.gbl...
Well, that eliminates the browser, unless it's a caching issue on the

client
side. Have you tried refreshing the page when the odd data comes up?

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

"Don Munroe" <dm*****@cdhsys tems.com> wrote in message
news:ON******** ******@TK2MSFTN GP09.phx.gbl...
> Internet Explorer 6.0.2800
>
> "Kevin Spencer" <ks******@takem pis.com> wrote in message
> news:eN******** ******@tk2msftn gp13.phx.gbl...
> > More likely, it's their browser. What browser(s) are they using?
> >
> > --
> > HTH,
> > Kevin Spencer
> > .Net Developer
> > Microsoft MVP
> > Big things are made up
> > of lots of little things.
> >
> > "Don Munroe" <dm*****@cdhsys tems.com> wrote in message
> > news:#E******** ******@TK2MSFTN GP11.phx.gbl...
> > > This one has me stumped. I have three web applications running on
two
> > > different servers. The first that works fine is hosted by a
..Net > hosting
> > > company. Everyone that uses it has no problems hitting the site.
The
> > other
> > > two applications are running on my personal server which has Windows > 2003,
> > > IIS 6, and .Net 1.1
> > >
> > > Most of my users can use the sites. Two have come up with a
very > strange
> > > problem. They try to go to either application and the browser

seems to
> > get
> > > hung up. With one of the users I did several tests including

turning
on
> > > tracing but nothing worked. The trace indicated that everything was > > > rendered correctly.
> > >
> > > I then created a test application in which I threw two labels on a web
> > form.
> > > He could see the test form fine. Then I added one line on c# code,
in
> the
> > > page load event, that changed the text of one of the labels and
he > started
> > > getting the same problems as the two other applications. If I

take the
> > line
> > > of code out and recompile, he can again see the web form fine. He can
> see
> > > the webform if there is no code in code behind, but adding one line
of
> > code
> > > and there browser acts like it trying to download the page. The
> progress
> > > bar shows on the bottom and the status say opening
> > > www.address.com/default.aspx. The progress bar gets to about
half way
> > > across and then doesn't go any further. No error message or

anything
> > else.
> > > I even had them look at the source at this point, but the source

is from
> > the
> > > referring page.
> > >
> > > My question is, is there something in IIS that somehow is being
affected
> > by
> > > some internet option they may have set on there machines that could
be
> > > causing this. Like I said it's only two out of maybe thirty

users that
> > are
> > > having this problem. Everyone else can see and use the

applications as
> > they
> > > were intended.
> > >
> > > Any help would be a tremendous help. Thank you.
> > >
> > >
> > >
> > >
> >
> >
>
>



Nov 18 '05 #7
works fine for me

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"Don Munroe" <dm*****@cdhsys tems.com> wrote in message
news:uJ******** ********@tk2msf tngp13.phx.gbl. ..
Ok. The "working" site is at www.intldocuments.com. This site is hosted by
a
.net hosting company. The other site that is having the problems is at
www.cdhdemos.com When you go here, you will see three links. This is just
an
html page and both users can see it fine. The first two links are the
offending applications. The third is the test I talked about. There are
only
two labels, but the code behind changes the text of the second label.

"Kevin Spencer" <ks******@takem pis.com> wrote in message
news:eN******** ******@TK2MSFTN GP09.phx.gbl...
Don, I hate to tell you this, but I'm out of ideas, unless you want to
publicize the URL of the offending page.

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

"Don Munroe" <dm*****@cdhsys tems.com> wrote in message
news:eB******** ******@TK2MSFTN GP09.phx.gbl...
> I eliminated all caching on the server side and removed all client side
> internet files and cahing.
>
> "Kevin Spencer" <ks******@takem pis.com> wrote in message
> news:eQ******** ******@TK2MSFTN GP12.phx.gbl...
> > Well, that eliminates the browser, unless it's a caching issue on the
> client
> > side. Have you tried refreshing the page when the odd data comes up?
> >
> > --
> > HTH,
> > Kevin Spencer
> > .Net Developer
> > Microsoft MVP
> > Big things are made up
> > of lots of little things.
> >
> > "Don Munroe" <dm*****@cdhsys tems.com> wrote in message
> > news:ON******** ******@TK2MSFTN GP09.phx.gbl...
> > > Internet Explorer 6.0.2800
> > >
> > > "Kevin Spencer" <ks******@takem pis.com> wrote in message
> > > news:eN******** ******@tk2msftn gp13.phx.gbl...
> > > > More likely, it's their browser. What browser(s) are they using?
> > > >
> > > > --
> > > > HTH,
> > > > Kevin Spencer
> > > > .Net Developer
> > > > Microsoft MVP
> > > > Big things are made up
> > > > of lots of little things.
> > > >
> > > > "Don Munroe" <dm*****@cdhsys tems.com> wrote in message
> > > > news:#E******** ******@TK2MSFTN GP11.phx.gbl...
> > > > > This one has me stumped. I have three web applications running on > two
> > > > > different servers. The first that works fine is hosted by a .Net > > > hosting
> > > > > company. Everyone that uses it has no problems hitting the site. > The
> > > > other
> > > > > two applications are running on my personal server which has

Windows
> > > 2003,
> > > > > IIS 6, and .Net 1.1
> > > > >
> > > > > Most of my users can use the sites. Two have come up with a very > > > strange
> > > > > problem. They try to go to either application and the browser

seems
> > to
> > > > get
> > > > > hung up. With one of the users I did several tests including
> turning
> > on
> > > > > tracing but nothing worked. The trace indicated that
> > > > > everything

was
> > > > > rendered correctly.
> > > > >
> > > > > I then created a test application in which I threw two labels
> > > > > on a > web
> > > > form.
> > > > > He could see the test form fine. Then I added one line on c#

code,
> in
> > > the
> > > > > page load event, that changed the text of one of the labels and he > > > started
> > > > > getting the same problems as the two other applications. If I

take
> > the
> > > > line
> > > > > of code out and recompile, he can again see the web form fine. He > can
> > > see
> > > > > the webform if there is no code in code behind, but adding one

line
> of
> > > > code
> > > > > and there browser acts like it trying to download the page.
> > > > > The
> > > progress
> > > > > bar shows on the bottom and the status say opening
> > > > > www.address.com/default.aspx. The progress bar gets to about half > way
> > > > > across and then doesn't go any further. No error message or
> anything
> > > > else.
> > > > > I even had them look at the source at this point, but the
> > > > > source

is
> > from
> > > > the
> > > > > referring page.
> > > > >
> > > > > My question is, is there something in IIS that somehow is being
> > affected
> > > > by
> > > > > some internet option they may have set on there machines that

could
> be
> > > > > causing this. Like I said it's only two out of maybe thirty users > > that
> > > > are
> > > > > having this problem. Everyone else can see and use the

applications
> > as
> > > > they
> > > > > were intended.
> > > > >
> > > > > Any help would be a tremendous help. Thank you.
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Nov 18 '05 #8
That's the problem. It works for some many people, it's hard to track down
when it only one or two and there is no error returned.

"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:Ow******** ******@TK2MSFTN GP09.phx.gbl...
works fine for me

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"Don Munroe" <dm*****@cdhsys tems.com> wrote in message
news:uJ******** ********@tk2msf tngp13.phx.gbl. ..
Ok. The "working" site is at www.intldocuments.com. This site is hosted by a
.net hosting company. The other site that is having the problems is at
www.cdhdemos.com When you go here, you will see three links. This is just an
html page and both users can see it fine. The first two links are the
offending applications. The third is the test I talked about. There are
only
two labels, but the code behind changes the text of the second label.

"Kevin Spencer" <ks******@takem pis.com> wrote in message
news:eN******** ******@TK2MSFTN GP09.phx.gbl...
Don, I hate to tell you this, but I'm out of ideas, unless you want to
publicize the URL of the offending page.

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

"Don Munroe" <dm*****@cdhsys tems.com> wrote in message
news:eB******** ******@TK2MSFTN GP09.phx.gbl...
> I eliminated all caching on the server side and removed all client side > internet files and cahing.
>
> "Kevin Spencer" <ks******@takem pis.com> wrote in message
> news:eQ******** ******@TK2MSFTN GP12.phx.gbl...
> > Well, that eliminates the browser, unless it's a caching issue on the > client
> > side. Have you tried refreshing the page when the odd data comes up? > >
> > --
> > HTH,
> > Kevin Spencer
> > .Net Developer
> > Microsoft MVP
> > Big things are made up
> > of lots of little things.
> >
> > "Don Munroe" <dm*****@cdhsys tems.com> wrote in message
> > news:ON******** ******@TK2MSFTN GP09.phx.gbl...
> > > Internet Explorer 6.0.2800
> > >
> > > "Kevin Spencer" <ks******@takem pis.com> wrote in message
> > > news:eN******** ******@tk2msftn gp13.phx.gbl...
> > > > More likely, it's their browser. What browser(s) are they using? > > > >
> > > > --
> > > > HTH,
> > > > Kevin Spencer
> > > > .Net Developer
> > > > Microsoft MVP
> > > > Big things are made up
> > > > of lots of little things.
> > > >
> > > > "Don Munroe" <dm*****@cdhsys tems.com> wrote in message
> > > > news:#E******** ******@TK2MSFTN GP11.phx.gbl...
> > > > > This one has me stumped. I have three web applications running
on
> two
> > > > > different servers. The first that works fine is hosted by a

.Net
> > > hosting
> > > > > company. Everyone that uses it has no problems hitting the

site.
> The
> > > > other
> > > > > two applications are running on my personal server which has
Windows
> > > 2003,
> > > > > IIS 6, and .Net 1.1
> > > > >
> > > > > Most of my users can use the sites. Two have come up with a

very
> > > strange
> > > > > problem. They try to go to either application and the
browser seems
> > to
> > > > get
> > > > > hung up. With one of the users I did several tests including
> turning
> > on
> > > > > tracing but nothing worked. The trace indicated that
> > > > > everything
was
> > > > > rendered correctly.
> > > > >
> > > > > I then created a test application in which I threw two labels
> > > > > on

a
> web
> > > > form.
> > > > > He could see the test form fine. Then I added one line on c#
code,
> in
> > > the
> > > > > page load event, that changed the text of one of the labels and he
> > > started
> > > > > getting the same problems as the two other applications. If
I take
> > the
> > > > line
> > > > > of code out and recompile, he can again see the web form fine. He
> can
> > > see
> > > > > the webform if there is no code in code behind, but adding

one line
> of
> > > > code
> > > > > and there browser acts like it trying to download the page.
> > > > > The
> > > progress
> > > > > bar shows on the bottom and the status say opening
> > > > > www.address.com/default.aspx. The progress bar gets to about

half
> way
> > > > > across and then doesn't go any further. No error message or
> anything
> > > > else.
> > > > > I even had them look at the source at this point, but the
> > > > > source
is
> > from
> > > > the
> > > > > referring page.
> > > > >
> > > > > My question is, is there something in IIS that somehow is being > > affected
> > > > by
> > > > > some internet option they may have set on there machines that
could
> be
> > > > > causing this. Like I said it's only two out of maybe thirty

users
> > that
> > > > are
> > > > > having this problem. Everyone else can see and use the
applications
> > as
> > > > they
> > > > > were intended.
> > > > >
> > > > > Any help would be a tremendous help. Thank you.
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Nov 18 '05 #9
Hi Don,

I took a look at your site on 3 different machines, and 3 different
browsers:

1. Windows Server 2003/IE 6: None of the links would show up.
2. Windows XP Pro./IE 6: None of the links would show up
3. Windows XP Pro/Netscape 7: First 2 links would not show up. 3rd link did.
4. Mac/IE 6: None of the links would show up.
5. Mac/Safari: First 2 links would not show up. 3rd link did.

All of the links did not include a file name, only a directory name. On the
Mac, in IE, the status bar indicated that the first 2 links were redirecting
to "Login.aspx " - so your problem most likely lies in that page. As for the
3rd link, which apparently led to a page with 2 labels on it, it didn't seem
to redirect. Interestingly, it would not show up in IE 6 on any machine. I
have to wonder what the code is on that page. It seems like something is
browser-aware on the server side, and sending something IE6 can't parse, or
reacting to the browser in such a way that it doesn't send a response.

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

"Don Munroe" <dm*****@cdhsys tems.com> wrote in message
news:uJ******** ******@tk2msftn gp13.phx.gbl...
Ok. The "working" site is at www.intldocuments.com. This site is hosted by a .net hosting company. The other site that is having the problems is at
www.cdhdemos.com When you go here, you will see three links. This is just an html page and both users can see it fine. The first two links are the
offending applications. The third is the test I talked about. There are only two labels, but the code behind changes the text of the second label.

"Kevin Spencer" <ks******@takem pis.com> wrote in message
news:eN******** ******@TK2MSFTN GP09.phx.gbl...
Don, I hate to tell you this, but I'm out of ideas, unless you want to
publicize the URL of the offending page.

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

"Don Munroe" <dm*****@cdhsys tems.com> wrote in message
news:eB******** ******@TK2MSFTN GP09.phx.gbl...
I eliminated all caching on the server side and removed all client side internet files and cahing.

"Kevin Spencer" <ks******@takem pis.com> wrote in message
news:eQ******** ******@TK2MSFTN GP12.phx.gbl...
> Well, that eliminates the browser, unless it's a caching issue on the client
> side. Have you tried refreshing the page when the odd data comes up?
>
> --
> HTH,
> Kevin Spencer
> .Net Developer
> Microsoft MVP
> Big things are made up
> of lots of little things.
>
> "Don Munroe" <dm*****@cdhsys tems.com> wrote in message
> news:ON******** ******@TK2MSFTN GP09.phx.gbl...
> > Internet Explorer 6.0.2800
> >
> > "Kevin Spencer" <ks******@takem pis.com> wrote in message
> > news:eN******** ******@tk2msftn gp13.phx.gbl...
> > > More likely, it's their browser. What browser(s) are they using?
> > >
> > > --
> > > HTH,
> > > Kevin Spencer
> > > .Net Developer
> > > Microsoft MVP
> > > Big things are made up
> > > of lots of little things.
> > >
> > > "Don Munroe" <dm*****@cdhsys tems.com> wrote in message
> > > news:#E******** ******@TK2MSFTN GP11.phx.gbl...
> > > > This one has me stumped. I have three web applications running
on
two
> > > > different servers. The first that works fine is hosted by a .Net > > hosting
> > > > company. Everyone that uses it has no problems hitting the site. The
> > > other
> > > > two applications are running on my personal server which has Windows
> > 2003,
> > > > IIS 6, and .Net 1.1
> > > >
> > > > Most of my users can use the sites. Two have come up with a very > > strange
> > > > problem. They try to go to either application and the browser

seems
> to
> > > get
> > > > hung up. With one of the users I did several tests including
turning
> on
> > > > tracing but nothing worked. The trace indicated that
everything
was
> > > > rendered correctly.
> > > >
> > > > I then created a test application in which I threw two labels
on a web
> > > form.
> > > > He could see the test form fine. Then I added one line on c# code,
in
> > the
> > > > page load event, that changed the text of one of the labels
and he > > started
> > > > getting the same problems as the two other applications. If I

take
> the
> > > line
> > > > of code out and recompile, he can again see the web form fine. He can
> > see
> > > > the webform if there is no code in code behind, but adding one

line
of
> > > code
> > > > and there browser acts like it trying to download the page.
The > > progress
> > > > bar shows on the bottom and the status say opening
> > > > www.address.com/default.aspx. The progress bar gets to about

half way
> > > > across and then doesn't go any further. No error message or
anything
> > > else.
> > > > I even had them look at the source at this point, but the source is
> from
> > > the
> > > > referring page.
> > > >
> > > > My question is, is there something in IIS that somehow is
being > affected
> > > by
> > > > some internet option they may have set on there machines that

could
be
> > > > causing this. Like I said it's only two out of maybe thirty

users > that
> > > are
> > > > having this problem. Everyone else can see and use the

applications
> as
> > > they
> > > > were intended.
> > > >
> > > > Any help would be a tremendous help. Thank you.
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Nov 18 '05 #10

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

Similar topics

3
1813
by: Christer | last post by:
Hi all! We're creating an administration for a web application. This includes severeal aspx pages. Our key entity in the web application is "Profile", which can have a certain type. Based on the profile type, the administration pages will have some small changes, such as displaying a few extra tabs, or maybe change the available choices in a dropdown.
2
1448
by: Don Munroe | last post by:
This one has me stumped. I have three web applications running on two different servers. The first that works fine is hosted by a .Net hosting company. Everyone that uses it has no problems hitting the site. The other two applications are running on my personal server which has Windows 2003, IIS 6, and .Net 1.1 Most of my users can use the sites. Two have come up with a very strange problem. They try to go to either application and...
171
7688
by: tshad | last post by:
I am just trying to decide whether to split my code and uses code behind. I did it with one of my pages and found it was quite a bit of trouble. I know that most people (and books and articles) like it because you can split the code from the design. That is logical. But if you are the only one working on the code, it seem a little overkill. I use Dreamweaver to do my design and find it a bit of a hassle to have multiple files open...
17
2692
by: tshad | last post by:
Many (if not most) have said that code-behind is best if working in teams - which does seem logical. How do you deal with the flow of the work? I have someone who is good at designing, but know nothing about ASP. He can build the design of the pages in HTML with tables, labels, textboxes etc. But then I would need to change them to ASP.net objects and write the code to make the page work (normally I do this as I go - can't do this...
2
3541
by: mikepolitowski | last post by:
Hi folks, I am have been trying to solve this problem for quite some time now and would appreciate any advice. I have been trying to call a code-behind function that is defined in my aspx.cs from within a DataList <ItemTemplate> block using the <%# %> syntax. I would not have written here if I had not spent over 6 hours trying to find a solution to this problem again any advice is greatly appreciated. I have included a code snippet...
5
12818
by: jason.gyetko | last post by:
I'm using JavaScript to capture a keypress in my web form. Right now all it does is post an alert message box. Is there a way to have it call a function in my VB code behind? All I really want to do is open another web form when a certain key is pressed. I guess I'd also like to be able to give focus to a specific textbox on the page when a key is pressed. In case you're wondering why... I am scanning in most of my values and each...
8
6325
by: Brett | last post by:
I wrote an ASP.NET application that queries a SQL Server database (on a different box from the web server) and displays the result in a GridView. The datasource for the GridView is a SQLDataSource. Just to get it to work, I hard-coded the username and password of a SQL Server account in the connectionstring in web.config. Once I confirmed that this worked on the web server, I wanted to remove the hard-coded password from web.config, so I...
0
8251
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...
1
8352
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,...
1
6115
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5570
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4085
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
4188
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2614
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
1
1800
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1496
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.