I tried using WebSvcExtRestrictionList, however the list contains no data. Any idea My target is to add a php5isapi.dll into application configuration mapping of IIS4 server with a extension of ".php".
C#:
DirectoryEntry site = new DirectoryEntry("IIS://localhost/W3SVC"); PropertyValueCollection ext = site.Properties["WebSvcExtRestrictionList"];
-XZ

How can one add executable extension into IIS application Conf mapping programmatically
gchafee
Hi!
I posted my question @ http://forums.asp.net/1154667/ShowPost.aspx, however no one answer the question yet, do you know the solution of this question
Happy new year!
XZ
Ryan Darby
Hi!
Thanks for asking! I'm a member of the ASP.NET team, and was just popping over here to see what was going on. The best place to ask ASP.NET questions is over on the ASP.NET forums at http://www.asp.net/welcome.aspx tabindex=1&tabid=39
There is an IIS specific forum on the ASP.NET forums at http://forums.asp.net/default.aspx GroupID=30 that would be the best place to ask this.
HTH,
PEte