12/22/2005
用向导生成ASP.NET所产生的文件s
| Global (in global.asax) |
Derived from HttpApplication. This file is the ASP.NET equivalent of a standard ASP global.asa file. |
| WebService1 (in WebService1.cs) |
Derived from System.Web.Services.WebService. This is your WebService class that allows you to expose methods that can be called as WebServices. |
| AssemblyInfo.cs |
Contains version and configuration information for your assembly. |
| web.config |
Defines how your application will run (debug options, the use of cookies etc). |
| MyService.disco |
Discovery information for your service. |
| WebService1.asmx |
Your WebService URL. Navigate to this file in a browser and you will get back a user-friendly page showing the methods available, the parameters required and the return values. Forms are even provided allowing you to test the services through the web page. |
| bin\MyService.dll |
The actual WebService component. This is created when you build the service. |
Copy from: http://www.codeproject.com/cs/webservices/myservice.asp
Find from: http://wdxinren.cnblogs.com/archive/2005/12/21/302021.html