Does anyone know how to run a web page(asp/asp.net) that can use or control another ie browser. I have done it via a PC application using ie automation but can you do this via a web app, such asp or asp.net.
I'm not sure what you mean by "control another browser". ASP runs on the server, and yes it could open an application and interact with it, but it will still only send a static web page to the server.
Comment