473,466 Members | 1,531 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Smart Client that can handle postdata


Hi, there

We have currently a Java Applet based solution that we would like to
rewrite to a .NET solution.

The scenario is the following:
1. Starter Client application opens up a web browser window and
makes a HTTP request with a big raw postdata to a remote server.
2. In this web browser window a Java Applet based application shall
start and he will retrieve the posted data and he will work with it.

Now I want something similar but IIS is throwing back my request if I
am posting data too. I would like that when I do my web request for my
smart client with postdata than IIS would not stop the request and my
application would be able to load the data form the standard input.
I was thinking also to an ASP preload page that would start the smart
client.
ASP solution is not sufficient because we need a "rich" client.
However there might be possible to build with custom controls a "rich"
ASP page.

Here is more concretely what I was able to achieve:
1. Make the request from a standalone program with
System.Windows.Forms.WebBrowser.Navigate(anUrl, "", aPostData, "");
where my anUrl is the published smart client. Something like this:
"http://localhost/SmartClient/ SmartClient.application".
In this case IIS stops the request due to the posted data and displays
a:
"The page cannot be displayed

The page you are looking for cannot be displayed because the page
address is incorrect."

If a aPostData is null than the Smart Client is started, but then the
data is not posted.
Here the question is how should I configure or achieve that IIS
transfers the postdata.

2. Make the request from a standalone program with
System.Windows.Forms.WebBrowser.Navigate(anUrl, "", aPostData, "");
where my anUrl is a an asp page a supposed preloader. I can receive
the data, but I can not redirect the call to the smart client in such
way that the postdata is transferred too.
I can redirect the to the smart client but I can not transfer the data
too.

How should I proceed to find a way or there is a sample application
somewhere?

That is all, best regards
Ekart Laszlo

Jun 14 '07 #1
0 1467

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

Similar topics

9
by: christopher diggins | last post by:
I would like to survey how widespread the usage of smart pointers in C++ code is today. Any anecdotal experience about the frequency of usage of smart pointer for dynamic allocation in your own...
27
by: Susan Baker | last post by:
Hi, I'm just reading about smart pointers.. I have some existing C code that I would like to provide wrapper classes for. Specifically, I would like to provide wrappers for two stucts defined...
5
by: Ola | last post by:
I need to create a web client code in C# that retrieves data from a web site. In VB I do the following Set xmlHttp = WScript.CreateObject("Microsoft.XMLHTTP" Set xmlDom =...
4
by: Matt Frame | last post by:
I am working on a special ASP.Net application that receives files from customers. The connection is made via HTTPS and the client sends the file as a POST to my ASP.Net listener. All of this...
2
by: Srimar | last post by:
Hello, I am trying port a Client/Server application to .Net. This was an offline application and syncs up every day. We have about 300 users that are using Win 98/2000. Original thinking was to...
1
by: Richard K Bethell | last post by:
The Bigger Better Basic tour spoke to us about "smart clients." It seemed intriguing, especially the web-launched executables that downloaded the required assemblies under the hood - that was...
1
by: HM | last post by:
Hi, I have an existing web application in ASP/VB which uses OCX controls. I want to replace them with a Smart client solution, but I do not want to change the whole application at the first go....
10
by: Pieter Coucke | last post by:
Hi, What's in general the most performant for a VB.NET Windows Forms (2.0) application: - a fat client (everything one the client, the server hosts only the database) - a smart client (an...
1
by: Rasheed | last post by:
We are building a smart client application (.NET 2.0) which uses Web Services to access the business objects. Services: The Web Services have been secured by brokered authentication using X509...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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
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
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
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
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 ...

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.