0

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

所以,我所做的只是:

文件->新建项目->(.Net Framework3.5)Asp.NET WebService 应用程序。

打开 hello world 源页面,我从属性中设置了 Visual Studio 开发服务器和所需的端口,然后点击运行。问题是它没有打开的页面。是连接问题什么的。

你能告诉我我需要做什么才能让这个网络服务运行吗?

视觉或任何东西都没有错误报告。只是没有显示。

4

1 回答 1

0

文件->新建项目->(.Net Framework3.5)Asp.NET WebService 应用程序。

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.
于 2013-09-11T12:03:54.763 回答