The ISAPI is not necessarily being loaded more than once. ISAPIs must be
re-entrant and any function should assume that multiple threads
(representing multiple requests) may be in any given code path at any time.
For ISAPI dev help, you can ping the ISAPI newsgroup.
Pat
"ozzy" <ozimki.RemoveThis@gmail.com> wrote in message
news:1149252531.418483.299970@u72g2000cwu.googlegroups.com...
> Hi,
> Im currently writting an application using ATL server. I have the
> problem with dll loading.
> The isapi dll is apparenly loaded more than once. When user requests
> the file (srf) validateandExchange function is called. Before it
> finishes executing ValidateAndEchange funcion is called once more what
> causes error in inetinfo.exe .
> I also tried server application on the other server and it worked
> without any problems so i assumed the problem is in IIS configuration.
> I'll be greatefull for help.
>
>> Stay informed about: multiple loading of dll