COM Object
I'm using Visual Studio .NET and I want to create a COM component DLL in Visual C++ which's functions could be accessed via ASP's Server.CreateObject. But I DON'T want to use MFC, ATL, etc. I also dont want to use .NET. I just want to use Win32 Generic C++. Is it possible? Could you please tell me how or send a code?
Thanks!

