In have com project developed in atl.
user interface I have in vc++ 7.0 it reads from form some
data and interracts to sql server (msde 2000)
so this com classes works fine.
costommer now wants thet I made same in web.
I desided make atl web services and call all
functionality from there.
I also have wbe forms where from I am calling web
services problem is thet hr = CreateInnstance returns
hr = 0x8007005 error.(Access is deneeded )
what I must set to iis thet enable particullar library
files to called.