473,492 Members | 4,301 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

asp.net 2.0 - ajax toolkit not perform using proxy

We have developed a website using ajax toolkit in asp.net 2.0
During web development everything work fine.

When we deploy at live environment, the client is using proxy server. We
found out the ajax screen is not able
load probably and it return error.
We have un check the proxy, the website able run without any error.

May i know what should i need to take consider when using ajax and client
environment is using proxy.

Sep 21 '08 #1
1 1435
the ajax toolkit uses XmlHttpRequest to access the server to pass form
posts, and gets data back. proxy servers can do all kind of things to
the request and response (strip data, check for headers, popup a form
and ask additional info, etc). some proxies will strip all javascript
and applets from the html.

to know what the proxy is doing, you will need to run a network trace
(see fiddler). if this is not doable, write a debug page, that uses
xmlhttprequest, and log the result/response. (have the server return a
know response string that include "|" and urlencoded strings.
-- bruce (sqlwork.com)

richard wrote:
We have developed a website using ajax toolkit in asp.net 2.0
During web development everything work fine.

When we deploy at live environment, the client is using proxy server. We
found out the ajax screen is not able
load probably and it return error.
We have un check the proxy, the website able run without any error.

May i know what should i need to take consider when using ajax and
client environment is using proxy.
Sep 22 '08 #2

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

Similar topics

0
1805
by: melledge | last post by:
Ajax Developers' Day to Kick Off XTech 2006 Conference Industry experts offer insight into next generation of the Web ALEXANDRIA, VIRGINIA, USA - April 25, 2006 - In response to the rapidly...
1
1742
by: mark4asp | last post by:
Which should I use: 1. "ASP.NET AJAX-Enabled Web Site" or 2. "AJAX Control Toolkit Web Site"? In the first, controls from the control toolkit start as: <cc1:SomeControl></cc1> In the 2nd,...
1
1321
by: Mike | last post by:
Hi, I have a component that resides on the server side (distributed). This component will trigger some events that I need to catch in an ASP.NET form.
2
1268
by: Greg Smith | last post by:
I have just installed vs2008. The ToolBox has a Ajax tab but only ScriptManager, ScriptManager Proxy, Timer, UpDatePanel and Update Progress are in there. How do I add all the toolkit controls?...
2
3323
by: =?Utf-8?B?Q2hyaXMgRmluaw==?= | last post by:
I have a general question regarding VS2008 and Ajax Toolkit 3.5. Currently I have a dropdownlist populated from the database. When the user selects and item, the OnSelectedIndexChanged event...
1
1102
by: richard | last post by:
We have created a web portal using ajax toolkit in asp.net 2.0. We have deploy into the live server at client working environment. They are using proxy server (Internet setting and setup the...
11
3009
by: =?Utf-8?B?R2VyaGFyZA==?= | last post by:
I have run into a situation that if a page/tab that uses the Ajax toolkit (using .net version 3.5) is closed before the Ajax enable controls complete loading, then IE locks up. Does it in both IE7...
1
3257
by: nehalsmistry | last post by:
Hello.. I am using visual studio 2005. So there is framework 2.0 Now I m using ajax toolkit for 2.0 and installed it. But there is no option like Asp.net ajax enable website. But there is 1...
0
6980
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...
1
6862
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...
0
5452
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,...
1
4886
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...
0
3087
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...
0
3078
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1397
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 ...
1
637
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
282
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...

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.