开发者

CGI and .net webservice [duplicate]

开发者 https://www.devze.com 2022-12-14 17:27 出处:网络
This question already has answers here: Closed 11 years ago. Possible Duplicate: Call an IIS Web Service without the .asmx extension
This question already has answers here: Closed 11 years ago.

Possible Duplicate:

Call an IIS Web Service without the .asmx extension

开发者_JAVA技巧

We have to recieve an incoming call from client's wbeserver It is looking for url webservice/somethig.cgi in our webserver How can I map this to our .net webservice?


Use the HttpHandlers to handle the .cgi files.

Whenever the .cgi file has been requested. Check its name as you mentioned here the CGI name is "Somethig" so correspondingly call the webserivce or redirect to any other page which calls the webservice u want.

ref.

http://www.c-sharpcorner.com/UploadFile/civa_kumar2000/HTTPHandlersinASP.NET11282005003115AM/HTTPHandlersinASP.NET.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号