Create embedded webserver in Windows application
There are many times we need to access the excel, word and other COM component from the web application. But we application runs in IIS scope and thing don’t work properly as they do in a normal windows application code. We can create a windows application that has a API handler that runs in user’s scope and in interactive mode to run VBA automation code properly. Also, the webserver can be used when we need to send data from another application to our application. Some examp