473,395 Members | 1,938 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,395 software developers and data experts.

Unable to view ASP .NET page due to proxy server and firewall

Hi,

Some of my clients site is unable to view the ASP .NET page due to the
proxy server and firewall or perhaps IE setting etc, I m not sure what is the
actual cause of the problem, it display "Page Not found" or "Action Canceled"
error msg on IE. They are using IE6

In some of my aspx.vb I have written response.redirect and some
response.write some javascript to be execute during runtime, will this
causing the problem?

Really appreciate anyone could this because I need to solve this problem
urgently.
Nov 19 '05 #1
2 2233
I'm not exactly sure how your code works but the problem could
like be that they are running their outgoing traffic through
their own proxy server farms. This would cause intermittent
lose of session even if you are using session affinity.

If you route to certain pages based on session, this may
be the issue.

Read more about this problem:

http://www.eggheadcafe.com/articles/scaleout_server.asp

--
2004 and 2005 Microsoft MVP C#
Robbe Morris
http://www.masterado.net

Earn $$$ money answering .NET Framework
messageboard posts at EggHeadCafe.com.
http://www.eggheadcafe.com/forums/merit.asp

"NG WEI CHUNG" <NG********@discussions.microsoft.com> wrote in message
news:3B**********************************@microsof t.com...
Hi,

Some of my clients site is unable to view the ASP .NET page due to the
proxy server and firewall or perhaps IE setting etc, I m not sure what is
the
actual cause of the problem, it display "Page Not found" or "Action
Canceled"
error msg on IE. They are using IE6

In some of my aspx.vb I have written response.redirect and some
response.write some javascript to be execute during runtime, will this
causing the problem?

Really appreciate anyone could this because I need to solve this problem
urgently.

Nov 19 '05 #2
Hi Robbe,

Thank you for your reply. I have written the code in my aspx.vb where I
have a group of menu buttons, when they click the button the system will goto
page load events and the page load event will has below code and then goto
other page:
If Request.QueryString("ImageID") <> "" Then
Dim ImageID As String = Request.QueryString("ImageID")
Dim str As String = "<script language=""javascript"">" & vbCrLf
If SessionInfo.Culture = "en-GB" Or SessionInfo.Culture = "" Then
str = str & "var tPath = ""../Images/tab_button/"";" & vbCrLf
Else
str = str & "var tPath = """ & "../Images/tab_button/" &
SessionInfo.Culture & "/"";" & vbCrLf
End If
str = str & "var toActivate = tPath + """ & ImageID & """+
""_active.gif"";" & vbCrLf
str = str & "var source = document.getElementById(""" & ImageID
& """);" & vbCrLf
str = str & "source.src = toActivate ;" & vbCrLf
str = str & "</Script>"
ltrImageChange.Text = str
End If
'Added By Deb
If Not Request.Form("href") = "" Then
Dim ImageID = Request.Form("ImageID")
If Save_Click() = True Then
Response.Write("<script language=""javascript"">" & vbCrLf)
Response.Write("window.open(""" & Trim(Request.Form("href"))
& "?ImageID=" & ImageID & """,'main')")
Response.Write("</Script>")
End If
End If
Session("EstPage") = "Own"
I m not sure what you mean of route to certain page based on session?
Anyway,I do have session object to keep some common information.

"Robbe Morris [C# MVP]" wrote:
I'm not exactly sure how your code works but the problem could
like be that they are running their outgoing traffic through
their own proxy server farms. This would cause intermittent
lose of session even if you are using session affinity.

If you route to certain pages based on session, this may
be the issue.

Read more about this problem:

http://www.eggheadcafe.com/articles/scaleout_server.asp

--
2004 and 2005 Microsoft MVP C#
Robbe Morris
http://www.masterado.net

Earn $$$ money answering .NET Framework
messageboard posts at EggHeadCafe.com.
http://www.eggheadcafe.com/forums/merit.asp

"NG WEI CHUNG" <NG********@discussions.microsoft.com> wrote in message
news:3B**********************************@microsof t.com...
Hi,

Some of my clients site is unable to view the ASP .NET page due to the
proxy server and firewall or perhaps IE setting etc, I m not sure what is
the
actual cause of the problem, it display "Page Not found" or "Action
Canceled"
error msg on IE. They are using IE6

In some of my aspx.vb I have written response.redirect and some
response.write some javascript to be execute during runtime, will this
causing the problem?

Really appreciate anyone could this because I need to solve this problem
urgently.


Nov 19 '05 #3

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

Similar topics

2
by: Carlos G Benevides | last post by:
I have a ASP.Net web application that has two assemblies that run under com+. Under Windows 2000 the two assemblies are added to com+ automatically when instantiated from the web site. For this...
0
by: Greg | last post by:
I'm trying to use the ReadXmlSchema method of the DataSet class from behind a firewall/proxy server and can't get it to work. I can run the code on a machine not behind the firewall and it works...
2
by: Mahesh Devjibhai Dhola | last post by:
Can you please help me in my problem? I have a socket prog. application like http://www.codeproject.com/dotnet/csharpwhiteboard.asp My application is chat application like above architecture....
16
by: Serdar Kalaycý | last post by:
Hi everybody, My problem seems a bit clichè but I could not work around. Well I read lots of MSDN papers and discussions, but my problem is a bit different from them. When I tried to run the...
4
by: Mike Fellows | last post by:
running IIS on a single server, hosting pages on an intranet basis, one single user out of 50 is having an unable to validate data issue how do i fix this (the microsoft KB is a little...
5
by: Arno | last post by:
reposted with the right microsoft managed newsgroup ID: Sorry for the inconvinience Hi, I've written a class for client-socket connection, but I get a lot of times the error message "Unable...
2
by: Radek | last post by:
Hi, I have been trying several days to get the html page of www.python.org when behind the corporate MS isa proxy. I have tried setting http_proxy environment, played with proxy openers, use...
7
by: Jay Balapa | last post by:
Hello, We have a Pocket PC client application which just connects to our webservice. When a client connects his Pocket PC through his WIFI he gets the following- Unable to read data from the...
0
by: ll | last post by:
I'm working with 'pure ASP upload' script which is designed to redirect to an alert/error message, should a file larger than the set limit be attempted to be uploaded. The problem is that, while...
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
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,...

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.