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

Home Posts Topics Members FAQ

Web Service in ASP Application

I have a classic ASP application and don't plan on converting to .NET.
But, I would like to create a web service using the .NET Framework to
include in this application. Is this possible? If so, how do I go
about doing it?

Thanks!

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 18 '05 #1
6 1109
Both types of applications can run in the same web but they
can not run in the same page nor can they share session state
without work-arounds such as a database that is used to
exchange data between the two types of applications.

Google: "asp"+"asp.net"+"session state"

--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/


"Amy Snyder" <am**@yahoo.com> wrote in message
news:eA**************@TK2MSFTNGP10.phx.gbl...
I have a classic ASP application and don't plan on converting to .NET.
But, I would like to create a web service using the .NET Framework to
include in this application. Is this possible? If so, how do I go
about doing it?

Thanks!

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 18 '05 #2
that's not true at all. you can build a webservice which integrates into a
..net engine and talks to your asp client using behaviors. The only
requirement is that the webserver support soap and WSDL. here's a link:
http://msdn.microsoft.com/library/de...e/overview.asp

additionally, you can use XMLHTTP activeX technology to tie client-side
script to .net server-side functionality.

please note that both approaches assume an IE client. Non IE clients do not
support behaviors and some require a plugin for the activeX control.

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:%2***************@TK2MSFTNGP10.phx.gbl...
Both types of applications can run in the same web but they
can not run in the same page nor can they share session state
without work-arounds such as a database that is used to
exchange data between the two types of applications.

Google: "asp"+"asp.net"+"session state"

--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/


"Amy Snyder" <am**@yahoo.com> wrote in message
news:eA**************@TK2MSFTNGP10.phx.gbl...
I have a classic ASP application and don't plan on converting to .NET.
But, I would like to create a web service using the .NET Framework to
include in this application. Is this possible? If so, how do I go
about doing it?

Thanks!

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!


Nov 18 '05 #3
I think you have misunderstood my reply. Which part(s) of my
comments do you consider to be incorrect?
--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/


"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:e%****************@TK2MSFTNGP09.phx.gbl...
that's not true at all. you can build a webservice which integrates into a
.net engine and talks to your asp client using behaviors. The only
requirement is that the webserver support soap and WSDL. here's a link:
http://msdn.microsoft.com/library/de...e/overview.asp
additionally, you can use XMLHTTP activeX technology to tie client-side
script to .net server-side functionality.

please note that both approaches assume an IE client. Non IE clients do not support behaviors and some require a plugin for the activeX control.

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:%2***************@TK2MSFTNGP10.phx.gbl...
Both types of applications can run in the same web but they
can not run in the same page nor can they share session state
without work-arounds such as a database that is used to
exchange data between the two types of applications.

Google: "asp"+"asp.net"+"session state"

--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/


"Amy Snyder" <am**@yahoo.com> wrote in message
news:eA**************@TK2MSFTNGP10.phx.gbl...
I have a classic ASP application and don't plan on converting to .NET.
But, I would like to create a web service using the .NET Framework to
include in this application. Is this possible? If so, how do I go
about doing it?

Thanks!

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



Nov 18 '05 #4
I re-read your post and I apparently did misunderstand your reply. I offer
an apology.

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:u6**************@TK2MSFTNGP10.phx.gbl...
I think you have misunderstood my reply. Which part(s) of my
comments do you consider to be incorrect?
--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/


"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:e%****************@TK2MSFTNGP09.phx.gbl...
that's not true at all. you can build a webservice which integrates into
a
.net engine and talks to your asp client using behaviors. The only
requirement is that the webserver support soap and WSDL. here's a link:

http://msdn.microsoft.com/library/de...e/overview.asp

additionally, you can use XMLHTTP activeX technology to tie client-side
script to .net server-side functionality.

please note that both approaches assume an IE client. Non IE clients do

not
support behaviors and some require a plugin for the activeX control.

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in
message
news:%2***************@TK2MSFTNGP10.phx.gbl...
> Both types of applications can run in the same web but they
> can not run in the same page nor can they share session state
> without work-arounds such as a database that is used to
> exchange data between the two types of applications.
>
> Google: "asp"+"asp.net"+"session state"
>
> --
> <%= Clinton Gallagher, "Twice the Results -- Half the Cost"
> Architectural & e-Business Consulting -- Software Development
> NET cs*********@REMOVETHISTEXTmetromilwaukee.com
> URL http://www.metromilwaukee.com/clintongallagher/
>
>
>
>
> "Amy Snyder" <am**@yahoo.com> wrote in message
> news:eA**************@TK2MSFTNGP10.phx.gbl...
>> I have a classic ASP application and don't plan on converting to .NET.
>> But, I would like to create a web service using the .NET Framework to
>> include in this application. Is this possible? If so, how do I go
>> about doing it?
>>
>> Thanks!
>>
>>
>>
>> *** Sent via Developersdex http://www.developersdex.com ***
>> Don't just participate in USENET...get rewarded for it!
>
>



Nov 18 '05 #5
Dinner is served.
Would you like any salt or pepper with your crow? :-)

--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/
"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:OH*************@TK2MSFTNGP12.phx.gbl...
I re-read your post and I apparently did misunderstand your reply. I offer
an apology.

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:u6**************@TK2MSFTNGP10.phx.gbl...
I think you have misunderstood my reply. Which part(s) of my
comments do you consider to be incorrect?
--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/


"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:e%****************@TK2MSFTNGP09.phx.gbl...
that's not true at all. you can build a webservice which integrates into a
.net engine and talks to your asp client using behaviors. The only
requirement is that the webserver support soap and WSDL. here's a link:

http://msdn.microsoft.com/library/de...e/overview.asp

additionally, you can use XMLHTTP activeX technology to tie client-side
script to .net server-side functionality.

please note that both approaches assume an IE client. Non IE clients do

not
support behaviors and some require a plugin for the activeX control.

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in
message
news:%2***************@TK2MSFTNGP10.phx.gbl...
> Both types of applications can run in the same web but they
> can not run in the same page nor can they share session state
> without work-arounds such as a database that is used to
> exchange data between the two types of applications.
>
> Google: "asp"+"asp.net"+"session state"
>
> --
> <%= Clinton Gallagher, "Twice the Results -- Half the Cost"
> Architectural & e-Business Consulting -- Software Development
> NET cs*********@REMOVETHISTEXTmetromilwaukee.com
> URL http://www.metromilwaukee.com/clintongallagher/
>
>
>
>
> "Amy Snyder" <am**@yahoo.com> wrote in message
> news:eA**************@TK2MSFTNGP10.phx.gbl...
>> I have a classic ASP application and don't plan on converting to ..NET. >> But, I would like to create a web service using the .NET Framework to >> include in this application. Is this possible? If so, how do I go
>> about doing it?
>>
>> Thanks!
>>
>>
>>
>> *** Sent via Developersdex http://www.developersdex.com ***
>> Don't just participate in USENET...get rewarded for it!
>
>



Nov 18 '05 #6
rub it in!

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:e4*************@TK2MSFTNGP09.phx.gbl...
Dinner is served.
Would you like any salt or pepper with your crow? :-)

--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/
"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:OH*************@TK2MSFTNGP12.phx.gbl...
I re-read your post and I apparently did misunderstand your reply. I
offer
an apology.

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in
message
news:u6**************@TK2MSFTNGP10.phx.gbl...
>I think you have misunderstood my reply. Which part(s) of my
> comments do you consider to be incorrect?
>
>
> --
> <%= Clinton Gallagher, "Twice the Results -- Half the Cost"
> Architectural & e-Business Consulting -- Software Development
> NET cs*********@REMOVETHISTEXTmetromilwaukee.com
> URL http://www.metromilwaukee.com/clintongallagher/
>
>
>
>
> "Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
> news:e%****************@TK2MSFTNGP09.phx.gbl...
>> that's not true at all. you can build a webservice which integrates into >> a
>> .net engine and talks to your asp client using behaviors. The only
>> requirement is that the webserver support soap and WSDL. here's a
>> link:
>>
> http://msdn.microsoft.com/library/de...e/overview.asp >>
>> additionally, you can use XMLHTTP activeX technology to tie
>> client-side
>> script to .net server-side functionality.
>>
>> please note that both approaches assume an IE client. Non IE clients
>> do
> not
>> support behaviors and some require a plugin for the activeX control.
>>
>> --
>> Regards,
>> Alvin Bruney
>> [ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
>> Got tidbits? Get it here... http://tinyurl.com/27cok
>> "clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in
>> message
>> news:%2***************@TK2MSFTNGP10.phx.gbl...
>> > Both types of applications can run in the same web but they
>> > can not run in the same page nor can they share session state
>> > without work-arounds such as a database that is used to
>> > exchange data between the two types of applications.
>> >
>> > Google: "asp"+"asp.net"+"session state"
>> >
>> > --
>> > <%= Clinton Gallagher, "Twice the Results -- Half the Cost"
>> > Architectural & e-Business Consulting -- Software
>> > Development
>> > NET cs*********@REMOVETHISTEXTmetromilwaukee.com
>> > URL http://www.metromilwaukee.com/clintongallagher/
>> >
>> >
>> >
>> >
>> > "Amy Snyder" <am**@yahoo.com> wrote in message
>> > news:eA**************@TK2MSFTNGP10.phx.gbl...
>> >> I have a classic ASP application and don't plan on converting to .NET. >> >> But, I would like to create a web service using the .NET Framework to >> >> include in this application. Is this possible? If so, how do I go
>> >> about doing it?
>> >>
>> >> Thanks!
>> >>
>> >>
>> >>
>> >> *** Sent via Developersdex http://www.developersdex.com ***
>> >> Don't just participate in USENET...get rewarded for it!
>> >
>> >
>>
>>
>
>



Nov 18 '05 #7

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

Similar topics

15
2118
by: Chakkaradeep | last post by:
Hi all, i have written a Service,now i want to execute another application (for eg;calc.exe) in the service....how will i perform it??... i tried using this.... /**************Executing a...
9
7229
by: SP | last post by:
Hi All, I wrote a windows service which is supposed to stop after specified amount of time. I am calling OnStop() after specified time. OnStop() methods executed but I dont see the service...
3
56921
by: Jeremy S. | last post by:
On my dev machine (XP/Pro with VS.NET 2003) I have been developing a Windows Service and installing it on the local machine by opening the Visual Studio Command Prompt and then executing . Now I...
6
3960
by: Joseph Geretz | last post by:
I have the following class which I am serializing and passing back and forth between my Web Service application and the client. public class Token : SoapHeader { public string SID; public...
3
6598
dmjpro
by: dmjpro | last post by:
plz send me a good link which can clearify me how the J2EE framework works i want the details information .... plz help thanx
0
7328
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...
1
6991
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
7458
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...
0
5578
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
5013
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
3167
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
1512
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
736
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
380
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.