Hi,
I created a simple ASP page with the following hyperlink:
<A HREF="ABC.rdp">Custom Remote Desktop Connection</A>
where "ABC.rdp" is a remote desktop connection config file which i
have created.
If I were to run the ASP page from the Default Web Site
(non-secured) under IIS, I am only prompted at the very first time to
save, then open the ABC.rdp file (I checked the option to
auto-save-open).
But if I were to place the hyperlink in a page found in Web User
Interface for Windows Server 2003 (this is a web application found in
Windows 2003 Server Appliance Kit for administering the server over
the web), I am ALWAYS prompted to save, then open the ABC.rdp file. I
am not given the option to auto-save and auto-open the file.
The only diff that I can see is that the Web User Interface web
application is a secured web application (ie.
httpS://localhost:..blah
blah). Is this is the reason why i am always prompted to save then
open the file? Any way to overcome it?
thnks a lot!!