M
m q via .NET 247
Hi,
I am trying to load an exe file through internet explorer from tomcat web server. IE does not recognize this exe as a dotnet and does not spawn ieexec to run it. Instead it is opening a dialog box wether to run,save the file.
This is happening with a perticular version of tomcat. Other versions are working fine.
My question is wether IE looks for any specific information in the http response header to figure out that this file is a dotnet exe or a regular binary file? Is there a special mime format to be used?
Thanks.
I am trying to load an exe file through internet explorer from tomcat web server. IE does not recognize this exe as a dotnet and does not spawn ieexec to run it. Instead it is opening a dialog box wether to run,save the file.
This is happening with a perticular version of tomcat. Other versions are working fine.
My question is wether IE looks for any specific information in the http response header to figure out that this file is a dotnet exe or a regular binary file? Is there a special mime format to be used?
Thanks.