简体   繁体   中英

How to create an ISAPI Filter in VS 2005/2008

In VS 6.0 we had a option for selecting a project type as MFC ISAPI Extension Dll under VC++ and then configuring it as a Filter object. How do we achieve this in VS 2005/2008?

The ISAPI project template is removed in 2005 and class library support is removed in 2008.

You can create the project in VC6 then upgrade the project to 2005, but this method won't work in 2008 unless you copy the 2005 ISAPI MFC files to 2008.

Note ISAPI filter is being deprecated . IIS7 has ISAPI Filter support but not as a default install option.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM