I remember I read an article saying that wild card ISAPI extension can check the request and then pass the request to its original extension. However, I tried it and found that wild card ISAPI extension can pass the request to its original extension. Any trick there? FYI, I build the extension using MFC and VS 2003. Any help is appreciated. Thanks! -Alan
FYI: MFC ISAPI is a Visual C++ framework, and it is not supported in this newsgroup. 1. Please read documentation: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iissdk/html/e59ce2c0-7c3b-4971-9229-3b4e4eed7de9.asp 2. See sample source code in IIS Platform SDK: http://www.microsoft.com/downloads/details.aspx?FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en 3. Check out my blog for other information and code samples -- //David IIS http://blogs.msdn.com/David.Wang This posting is provided "AS IS" with no warranties, and confers no rights. // "Alan Wu" wrote in message news:OF7nj6gSGHA.792@TK2MSFTNGP10.phx.gbl... >I remember I read an article saying that wild card ISAPI extension can >check > the request and then pass the request to its original extension. > However, I tried it and found that wild card ISAPI extension can pass the > request to its original extension. Any trick there? > FYI, I build the extension using MFC and VS 2003. > Any help is appreciated. > Thanks! > > -Alan > >