Thanks for Seth's prompt reply.
Hello CJ,
According to your description, you want to create a web service project.
This web service will return some data from odbc data source. But, you are
not sure which template is appropriate for such requirement, correct? If I
misunderstood anything here, please don't hesitate to correct me.
There are a lot of choices for you.
#1 Create an "ASP.net Web Service Application" project by
(File|New|Project|Visual C#|Web).
#2 Create an "ASP.net Web Service" WebSite project by (File|New|Web Site).
#3 Create an "ASP.net Web Application" project by ((File|New|Project|Visual
C#|Web), delete the default.aspx page and then add your web services.
#4 Create an "ASP.net WebSite" project by ((File|New|Web Site), delete the
default.aspx page and then add your web services.
#5 if you prefer to C++, there is a choice for you to create an "ASP.NET
Web Service" by "(File|New|Project|Visual C++|CLR)" in managed code or "ATL
Server Web Service" project by "(File|New|Project|Visual C++|ATL)" in
unmanaged code.
In my opnion, I'd like use the method #1 or #2 to create an ASP.net Web
Service Application/WebSite.
disco: It is a Microsoft technology for publishing and discovering Web
Services. DISCO can define a document format along with an interrogation
algorithm, making it possible to discover the Web Services exposed on a
given server. DISCO makes it possible to discover the capabilities of each
Web Service (via documentation) and how to interact with it. But, VS IDE
cannot generate this type of file for us. If necessary, we have to write it
by your self.
For detailed information about .disco, you may refer to
http://msdn2.microsoft.com/en-us/library/fxx6cfx2(VS.80).aspx
[XML Web Service Discovery ]
http://msdn.microsoft.com/msdnmag/issues/02/02/xml/
[Publishing and Discovering Web Services with DISCO and UDDI]
Hope this helps. If you have any more concern, please feel free update here
again. We are glad to assist you.
Have a great day,
Best regards,
Wen Yuan
Microsoft Online Community Support
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.