Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/264.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/scala/19.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 浏览器中未显示Web服务_C#_Web Services - Fatal编程技术网

C# 浏览器中未显示Web服务

C# 浏览器中未显示Web服务,c#,web-services,C#,Web Services,我想在VisualStudio2010中创建和使用Web服务 所以,我所做的就是: 文件->新项目->(.NETFramework3.5)Asp.NETWebService应用程序 1.dont setup startup page. 2.run your webservice using green icon . 3.directory will be listed in browser. 4.select .svc file. 5.Your service is ready to execu

我想在VisualStudio2010中创建和使用Web服务

所以,我所做的就是:

文件->新项目->(.NETFramework3.5)Asp.NETWebService应用程序

1.dont setup startup page.
2.run your webservice using green icon .
3.directory will be listed in browser.
4.select .svc file.
5.Your service is ready to execute.
打开HelloWorld源代码页,我从属性设置VisualStudioDevelopmentServer和所需的端口,然后点击run。问题是它没有打开的页面。这是一个连接问题或什么的

你能告诉我我该怎么做才能让这个网络服务运行吗

visual或其他任何程序中都没有错误报告。只是没有显示。

文件->新项目->(.NETFramework3.5)Asp.NETWebService应用程序

1.dont setup startup page.
2.run your webservice using green icon .
3.directory will be listed in browser.
4.select .svc file.
5.Your service is ready to execute.
你查过了吗。这将是正确的开始来源。