Can we have a ASP.NET Webservice on WordPress Site?
I want to use ASP.NET webservice on a WordPress Site.
So, if the site is www.abc.com, can I access the 开发者_运维百科service at www.abc.com/WS/serv.asmx?
If it is not possible to do so, what can be a workaround for this, as I MUST use that asp.net webservice at all cost.
Please guide me.
Thanks!
If you're running IIS with both PHP and ASP.NET installed, there's no reason why you shouldn't be able to run both within the same site.
精彩评论