|
Prev: simple adodb calling stored procedures code please?
Next: repeating dialog box problem - "Do you want to open or save th
From: Shalom on 28 May 2008 23:08 I have installed iis 7 on my win vista home premium Sony Vaio laptop, and then tried executing downloaded sample working asp scripts in the wwwroot directory to try out. The first asp script opened fine. When I tried to click the link from the first asp script calling a second asp script, it just goes into a repeating dialog box, asking "Do you want to open or save this file", but without opening or executing the script, even though I kept clicking on "OPEN".
From: s_m_b on 29 May 2008 09:59
=?Utf-8?B?U2hhbG9t?= <Shalom(a)discussions.microsoft.com> wrote in news:F35A1CAA-67C9-4492-80B7-5DCA1B4BC748(a)microsoft.com: > I have installed iis 7 on my win vista home premium Sony Vaio laptop, > and then tried executing downloaded sample working asp scripts in the > wwwroot directory to try out. > > The first asp script opened fine. When I tried to click the link from > the first asp script calling a second asp script, it just goes into a > repeating dialog box, asking "Do you want to open or save this file", > but without opening or executing the script, even though I kept > clicking on "OPEN". Usually means you haven't set the web server up to run asp or .net (aspx) as scripts. You have to check that there is a listed association between the file extension and asp/.net |