ASP.Net Receive HTTP-POST Messages

G

Guest

Hi
I have problem to port my old ASP page to ASP.Net
the ASP file codes goes below

<
Dim ob
Dim xmldo
Dim strRs

Set xmldoc = Server.CreateObject("Microsoft.FreeThreadedXMLDOM"
call xmldoc.Load(Request
Set obj = Server.CreateObject("AppServer.Dispatcher"
Call obj.DispatchAndExecute(xmldoc.xml,strRsp
Response.ContentType = "text/xml;charset=big5
Response.Write(strRsp
%

as you can see,this file simply receive requests then pass to custom components for further processing
my question is,is there any way to port those codes to new ASP.Net,but not simply rename this file(from .ASP to .ASPX)

in other word
is ASP.Net provides a script-like way,like ASP,to receive HTTP-POST messages and still we can modify its function using notepad without re-compile

my english is quite poor,so i hope you can understand :-
thanks very much
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top