How to create ISAPI Filter in visual studio 2012 onwards

Mukesh Dutt 1 Reputation point
2020-10-07T15:34:21.47+00:00

Hi Team,

We are using MSMD Pump for our analysis services. where, it is hosted on IIS and shared URL to users those are accessing our cubes without having explicit access on our cube server.

But now we have a requirement to track all the request and check for which many cubes users are interested on. As we know that MSMD pump is an ISAPI extension and written in VC++ and I plan to create a ISAPI filters but I did not get any appropriate solution, someone suggested we can use MFC framework. However, I found that MFC approach is deprecated for visual studio 2008 onwards and got something else is IIS Web Development SDK but I did not get any fruitful result.

And code section is blank in MSDN site:

https://video2.skills-academy.com/en-us/previous-versions/iis/6.0-sdk/ms525035(v=vs.90)

So, I need some suggestion on this problem that what is the best approach to creating the ISAPI filter in visual studio 2013 and is there any alternative available for MSMD Pump with the latest IIS 10.0 supportable.

Best Regards,

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,054 questions
SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,282 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Lukas Yu -MSFT 5,821 Reputation points
    2020-10-08T02:09:42.327+00:00

    Hi,

    It seems the official doc only describe the msmdpump working with IIS 8.0 . Configure HTTP Access to Analysis Services on IIS 8.0

    As for ISAPI Filter, it seems more related to IIS, we can not actually provide much support from SSAS side. Better ask at : IIS.NET Forums

    Regards,
    Lukas


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.