i am using vb6 dll in c#.net. It is working properly but when i host it on iis then it shows an error S*ystem.Runtime.InteropServices.COMException: Unable to show modal form within this context*
i am using vb6 dll in following way first register it, then add reference in my project and use it
so tell me how can i solve that problem