|
-
March 25th, 2009, 08:08 PM
#1
Senior Member
Hyperlink to Exe file
Hi
I have created a HTML page, which has a link to an exe file.
The code is very small and normal as below:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Welcome ABC</title>
</head>
<body>
WELCOME ABC
<a href="setup.exe" target="_self">Please click to download</a>
</body>
</html>
As you can see that there's a hyperlink to a setup.exe file located in the same folder as the html file. But, when i click on this link, i get an error "Page cannot be found" with the following details:
"HTTP Error 404 - File or directory not found.
Internet Information Services (IIS)"
I am using IIS 6.0 on windows server 2003, after googling I found out that there's some problem because of the MIME types and added the "EXE" Mime type with "application\octet-stream" to the folder containing the exe file (the root folder in my case), as mentioned here "http://support.microsoft.com/default.aspx?scid=kb;en-us;326965"
But, even after doing this, I am still not able to download the exe file using the hyperlink.
Can you please tell me, what I am doing wrong, or if I have missed anything? or what could be done to allow downloading the exe file from the link!
Thanks
Last edited by codenamevirus; March 25th, 2009 at 08:09 PM.
Reason: more information added
CodeNameVirus
Similar Threads
-
By xierox in forum Other Tutorials Forum
Replies: 0
Last Post: March 5th, 2005, 05:34 AM
-
By gore in forum Operating Systems
Replies: 3
Last Post: March 7th, 2004, 08:02 AM
-
By -DaRK-RaiDeR- in forum Newbie Security Questions
Replies: 9
Last Post: December 14th, 2002, 08:38 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|