I appreciate your quick comment.
I have seen this page before and quickly tried to recreate the sample. However it isn't as simple as ASP cut-paste. It requires setting up a virtual directory (even though it didn't say that, I figured that much out), code-behind pages (which I don't have), and passing in a variable to a code-behind page (is it as simple as hitting the Request object?). I don't know the proper way in asp .net, hence my request for help!
That's why I was asking for a step by step:
1. Create directory
2. Create virtual directory in IIS manager
3. Create project
4. Add 'new file' index.aspx
5. Create web service by right clicking References and selecting 'web reference'
etc.
Main Topics
Browse All Topics





by: amit_gPosted on 2003-07-23 at 12:28:40ID: 8989402
Consuming a web service is very simple in ASP.NET. Add a reference to the service and the .NET framework creates a proxy class. From then onwards you can use that class as if it was your own class in your own project. Details here
la.com/art icles/0626 02-1.2.asp x
http://aspnet.4guysfromrol