Hi,
I have written a ASP.NET program in which a SAV file can be run by a user click. That is the ENVI idl run-time (virtual machine) is invoked to run the SAV in the aspx page. While the application is ok when I run it through Visual Studio debugging environment, It can not be run after publishing the website in local host (i.e.
http://localhost/myWeb ).
I don't know what the reason is and I will be appreciate if anybody could help me.