My ASP application uses the COM component but my client is not providing me the dll or the source code of the COM. I need to make the ASP site responsive using the bootstrap. Please suggest me that how I can run the application without integrating with the COM library.
Also I have the server path where they have deployed there existing site. When I run the site it runs properly. My question is that how that server path is interacting with the COM. I do not find any dll deployed there like usually it happens with ASP.Net or MVC.
Please suggest me.