Click to See Complete Forum and Search --> : where is all the info


gav_will
August 13th, 2002, 10:20 AM
For a long time now I have been scratching my head about this .NET stuff.

I know what I want to do, of course I have tried to start from the beginning and work up but I can not even do that. How do you use a web service in regards to web pages? I have read good examples of creating web services and using them in console applications but I want to display results in a web page.

Also does anybody know the extent of what websevices can return from functions. ie can a web service return a valid pointer to a dataset? (So then you could navigate through the data ie
pDataSource->NextRecord();
)

-------------------------------------------------------------------

Will somebody throw us starters a frikkin bone?

gav_will
August 13th, 2002, 10:28 AM
Another thing I have noticed while I have been looking for information is that VC++.NET seems to be getting left out.

I have found lots of info on C#.NET and VB.NET however there are differences between the environments. In Microsoft's help it says that in VS' 'New Project' you should be able to select MFC ISAPI Extention although it's not in my list! In C# there is Web service and Web App so whats VC++.NET's version of Web App (if I don't have ISAPI Ex)