Win 2008 Server & IIS7: ASP installed but displays 'FILE DOWNLOAD - SECURITY WARNING"
Posted
by AzC
on Server Fault
See other posts from Server Fault
or by AzC
Published on 2010-05-15T10:55:18Z
Indexed on
2010/05/15
11:04 UTC
Read the original article
Hit count: 276
asp-classic
Hi Dudes,
Installed Win 2008 server and IIS7. Enabled ASP Classic and ASP.NET on it. Can't get any ASP scripts to run
e.g. desperate.asp containing following line:
<% Response.Write "Hello Love, Fancy a Date?" %>
It just comes up with a "FILE DOWNLOAD - SECURITY WARNING" panel asking em to download. When I select anything it keeps looping. Found lots fo stuff on internet but nothing working.
Also same for other ASP scripts
HTML works no problem e.g. a file called reply.html containing:
Get lost little boy. We only serve French Fries in Macdonalds
Any ideas?
© Server Fault or respective owner