ReadMe.txt
上传用户:sz0451
上传日期:2022-07-29
资源大小:256k
文件大小:2k
源码类别:

.net编程

开发平台:

Visual C++

  1. ========================================================================
  2.     WEB SERVICE : Converter Project Overview
  3. ========================================================================
  4. AppWizard has created this Converter project for you.  
  5. This file contains a summary of what you will find in each of the files that
  6. make up your Converter application.
  7. Converter.vcproj
  8.     This is the main project file for VC++ projects generated using an Application Wizard. 
  9.     It contains information about the version of Visual C++ that generated the file, and 
  10.     information about the platforms, configurations, and project features selected with the
  11.     Application Wizard.
  12. Converter.cpp
  13.     This is the main web source file.
  14. Converter.h
  15.     This header file contains the declarations of the Web Service.
  16. AssemblyInfo.cpp
  17. Contains custom attributes for modifying assembly metadata.
  18. Converter.vsdisco
  19.     This is the discovery file for your web service.
  20.     Web Service discovery is the process of locating and interrogating Web Service descriptions, 
  21.     which is a preliminary step for accessing a Web Service. It is through the discovery process 
  22.     that Web Service clients learn that a Web Service exists, what its capabilities are, and 
  23.     how to properly interact with it. 
  24.     Programmatic discovery can be enabled when a Web Service publishes a .disco file, which is 
  25.     an XML document that contains links to other resources that describe the Web Service. 
  26. Web.Config
  27.     This file allows you to override the default configuration settings for your service. 
  28.     Web Services use the configuration file to allow customization and extensibility of the system. 
  29.     You might supply a Web Service specific Web.Config file, for instance, if your Web Service 
  30.     requires authentication and other Web Applications on the system do not.
  31. /////////////////////////////////////////////////////////////////////////////
  32. Other notes:
  33. A deployment project named ConverterDeploy will be created alongside the Web Service 
  34. Application project generated by the AppWizard.  The deployment project is responsible for 
  35. distributing your web service DLL and related files to the target web server.
  36. AppWizard uses "TODO:" to indicate parts of the source code you
  37. should add to or customize.
  38. /////////////////////////////////////////////////////////////////////////////