I have an ASP.NET application which deals with the SAP server to exchange information. There is a need of opening the relevant SAP screens in several occasions. I have managed to do it in IIS express (in VS 2012) but when I hosted in the IIS, an exception occurs, ("Start 'sapgui' failed").
Is there a workaround to achieve this in IIS?
I'm using SAP connector 3.0 (NCo.net 3.0.) to connect to SAP. Thanks in advance.