473,503 Members | 1,656 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to integrate securely?

I'm building an ASP.NET based web application. I have a need to deliver
content to another web site which is developed by another company using the
old ASP programming model. My content is not freely available. The other web
site would have to provide username / password in order to get the content
returned. I'm not sure if they are able to call a web service to get at the
content from my ASP.NET site.

What other alternative techniques can be used to implement this as easy as
possible while still secure?

Olav
Nov 18 '05 #1
1 1000
Hi Olav:

If you are worried about transmitting your content in plaintext, the
first step would be to install an SSL certificate on your server for
SSL.

One way the ASP site could get to your content is the XMLHttp
component which can do simple GET and POST operations. If you do a
search, you'll also see examples where people are using XMLHttp to
login to sites that require forms authentication, so this should work.

I'd lean toward using the Microsoft SOAP Toolkit from ASP, and writing
a web service in ASP.NET. The toolkit supports authentication and SSL,
and there are plenty of examples around.

http://msdn.microsoft.com/webservice...k/default.aspx

--
Scott
http://www.OdeToCode.com/

On Tue, 12 Oct 2004 14:22:57 +0200, "Olav Tollefsen" <x@y.com> wrote:
I'm building an ASP.NET based web application. I have a need to deliver
content to another web site which is developed by another company using the
old ASP programming model. My content is not freely available. The other web
site would have to provide username / password in order to get the content
returned. I'm not sure if they are able to call a web service to get at the
content from my ASP.NET site.

What other alternative techniques can be used to implement this as easy as
possible while still secure?

Olav


Nov 18 '05 #2

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

Similar topics

2
1671
by: jake | last post by:
How can I copy a file securely (encryption) from remote computers easily (Mac and Linux) to my Win 2000 Server once a day?
5
4489
by: Guadala Harry | last post by:
What are my options for *securely* storing/retrieving the ID and password used by an ASP.NET application for accessing a SQL Server (using SQL Server authentication)? Please note that this ID and...
0
955
by: va | last post by:
I love Web Apps in ASP.NET 2.0 because you can easily deny users access to pages by role or user. But for desktop client to webservice methods, I am not sure what to do.... I am looking for...
0
1412
by: Daniel Di Vita | last post by:
I have three separate applications setup on an IIS server. Let’s call them AppA, AppB, and AppC. On AppA (the Default application) the user is presented with a login window. The login information...
5
2690
by: xkenneth | last post by:
Hi All, I'll shortly be distributing a number of python applications that use proprietary. The software is part of a much larger system and it will need to be distributed securely. How can i...
0
7072
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
7271
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
5570
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
4998
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
4666
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...
0
3149
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1498
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
730
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
373
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.