473,569 Members | 2,839 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 1005
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
1677
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
4499
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 password would be different than the one the user enters for ASP.NET forms authentication. The ID/password in question is used by the application,...
0
963
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 the simplest and safest method or pattern to have my Desktop client be able to call a web services securely. Assume my webservice proxy has 15...
0
1418
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 is stored in a SQL Database. Depending on the user’s credentials they can be routed to AppB or AppC. I need to securely pass the user’s login...
5
2698
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 achieve this? Regards, Ken
0
7612
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
1
7668
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...
0
7964
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5509
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...
0
5218
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...
0
3653
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...
0
3637
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2111
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
0
936
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...

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.