473,770 Members | 1,778 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 1118
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*********@REM OVETHISTEXTmetr omilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/


"Amy Snyder" <am**@yahoo.com > wrote in message
news:eA******** ******@TK2MSFTN GP10.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*********@RE MOVETHISTEXTmet romilwaukee.com > wrote in message
news:%2******** *******@TK2MSFT NGP10.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*********@REM OVETHISTEXTmetr omilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/


"Amy Snyder" <am**@yahoo.com > wrote in message
news:eA******** ******@TK2MSFTN GP10.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*********@REM OVETHISTEXTmetr omilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/


"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:e%******** ********@TK2MSF TNGP09.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*********@RE MOVETHISTEXTmet romilwaukee.com > wrote in message
news:%2******** *******@TK2MSFT NGP10.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*********@REM OVETHISTEXTmetr omilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/


"Amy Snyder" <am**@yahoo.com > wrote in message
news:eA******** ******@TK2MSFTN GP10.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*********@RE MOVETHISTEXTmet romilwaukee.com > wrote in message
news:u6******** ******@TK2MSFTN GP10.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*********@REM OVETHISTEXTmetr omilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/


"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:e%******** ********@TK2MSF TNGP09.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*********@RE MOVETHISTEXTmet romilwaukee.com > wrote in
message
news:%2******** *******@TK2MSFT NGP10.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*********@REM OVETHISTEXTmetr omilwaukee.com
> URL http://www.metromilwaukee.com/clintongallagher/
>
>
>
>
> "Amy Snyder" <am**@yahoo.com > wrote in message
> news:eA******** ******@TK2MSFTN GP10.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*********@REM OVETHISTEXTmetr omilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/
"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:OH******** *****@TK2MSFTNG P12.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*********@RE MOVETHISTEXTmet romilwaukee.com > wrote in message
news:u6******** ******@TK2MSFTN GP10.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*********@REM OVETHISTEXTmetr omilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/


"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:e%******** ********@TK2MSF TNGP09.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*********@RE MOVETHISTEXTmet romilwaukee.com > wrote in
message
news:%2******** *******@TK2MSFT NGP10.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*********@REM OVETHISTEXTmetr omilwaukee.com
> URL http://www.metromilwaukee.com/clintongallagher/
>
>
>
>
> "Amy Snyder" <am**@yahoo.com > wrote in message
> news:eA******** ******@TK2MSFTN GP10.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*********@RE MOVETHISTEXTmet romilwaukee.com > wrote in message
news:e4******** *****@TK2MSFTNG P09.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*********@REM OVETHISTEXTmetr omilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/
"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
news:OH******** *****@TK2MSFTNG P12.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*********@RE MOVETHISTEXTmet romilwaukee.com > wrote in
message
news:u6******** ******@TK2MSFTN GP10.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*********@REM OVETHISTEXTmetr omilwaukee.com
> URL http://www.metromilwaukee.com/clintongallagher/
>
>
>
>
> "Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
> news:e%******** ********@TK2MSF TNGP09.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*********@RE MOVETHISTEXTmet romilwaukee.com > wrote in
>> message
>> news:%2******** *******@TK2MSFT NGP10.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*********@REM OVETHISTEXTmetr omilwaukee.com
>> > URL http://www.metromilwaukee.com/clintongallagher/
>> >
>> >
>> >
>> >
>> > "Amy Snyder" <am**@yahoo.com > wrote in message
>> > news:eA******** ******@TK2MSFTN GP10.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
2146
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 Process code starts here**************/ System.Diagnostics.Process proc = new System.Diagnostics.Process(); proc.EnableRaisingEvents=false;
9
7272
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 stopping. Please advise how to stop the service. Thanks, SP
3
57003
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 want to test this service on a Windows Server 2003 box that doesn't have the Visual Studio Command prompt. How do I go about installing the service on the Windows Server 2003 box? Thanks!
6
3990
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 string UID; public string PWD; }
3
6625
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
9617
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10099
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10037
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 most users, this new feature is actually very convenient. If you want to control the update process,...
0
9904
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 choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8931
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6710
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 into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3609
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2849
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 effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.