Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ISAPI filter C++ does not work on IIS after migrating to .net

Status
Not open for further replies.

bereza

Technical User
Jun 14, 2006
105
EU
Hi,

I have a little isapi filter för saving session in database which is developed in C++. and I had a com component VB6 which was being used by the ISAPI. Now I have migrate the the Com component to COM+ (.net component) and everything seems work good, becase I call the Com+ component directly from my asp application and I can use its functions. but the problem is the isapi filter.
As soon as I add the isapi filter to IIS, it makes iis to stop working. IIS does not work att all when I add the isapi filter (which worked correctly in 4 years).
I have not touched the isapi filter, I just migrate the component to .net.

thanks for your help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top