本文介绍了WebService还是WCF WebService?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

首先:
我的项目将:
-托管一些功能,可在Internet上访问.
-并非所有互联网用户都可以使用这些功能.
-其中一些功能应仅用于管理员(用于配置或其他功能)
-这些功能将使用数据库,发送数据等.我尚不确定.当然,我想通过互联网从许多应用程序中使用它们.

就像Google的doGoogleSearch()服务一样(但不是对每个人都适用),而且..我不想要最简单的方法..我想创建一个好的并且可能是MODERN项目..

我从Internet上了解到,ASP.NET中的Web服务只是一个简单的Web服务(在VS中-"ASP.NET Web服务应用程序").但是,在WCF中,我可以编写许多薄文件,其中包括- Web服务(在VS中-"WCF服务应用程序")

为了避免任何误解..在Visual Studio中:
"ASP.NET Web服务应用程序"或"WCF服务应用程序"?

我的问题是,编写那种项目应该选择什么?

感谢您的回答,

First of all:
my project will:
- host some function, accessible in the internet.
- those functions should not be accessible for all internet user.
- and some of those function should be only for admin (for configuration or sth)
- those functions will use databases, send data etc etc.. I don''t exectly know yet. For sure, I want use them, from many applications via internet.

Sth like doGoogleSearch() service from Google (but not for everyone), and.. I don''t want the easiest way.. I would like to create good and possibly MODERN project..

What I learnt from internet, is that Web service in ASP.NET, is just a simple web serive (in VS - "ASP.NET Web Service Application").. however in WCF I can write many many thinigs, among other things - web service (in VS - "WCF Service Application")

To avoid any misunderstanding.. in Visual studio:
"ASP.NET Web Service Application" or "WCF Service Application" ?

My question is, what should I choose, writing that kind of project ?

Thanks for your answers,

推荐答案



这篇关于WebService还是WCF WebService?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-22 14:56
查看更多