tags:

views:

48

answers:

2

How can I create a cgi url for my asp.net webservice?
client want to access the webservice using following url

[protocol]://servername/webservice/services.cgi

How do I make my asmx webservice avaliable through this url?

A: 

Use a URL rewrite module.

Jeremy Stein