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".

Re: repeating dialog box problem - "Do you want to open or save this f by s_m_b

s_m_b
Thu May 29 08:59:25 CDT 2008

=?Utf-8?B?U2hhbG9t?= <Shalom@discussions.microsoft.com> wrote in
news:F35A1CAA-67C9-4492-80B7-5DCA1B4BC748@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

Re: repeating dialog box problem - "Do you want to open or save th by Shalom

Shalom
Thu May 29 10:04:00 CDT 2008

Thank you for the info. Could you enlighten how to go about that?

"s_m_b" wrote:

> =?Utf-8?B?U2hhbG9t?= <Shalom@discussions.microsoft.com> wrote in
> news:F35A1CAA-67C9-4492-80B7-5DCA1B4BC748@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
>

Re: repeating dialog box problem - "Do you want to open or save th by s_m_b

s_m_b
Thu May 29 12:08:11 CDT 2008

=?Utf-8?B?U2hhbG9t?= <Shalom@discussions.microsoft.com> wrote in
news:82968839-C494-4BE9-8885-1194D4B5C110@microsoft.com:

> Thank you for the info. Could you enlighten how to go about that?
>
> "s_m_b" wrote:
>
>> =?Utf-8?B?U2hhbG9t?= <Shalom@discussions.microsoft.com> wrote in
>> news:F35A1CAA-67C9-4492-80B7-5DCA1B4BC748@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
>>
>

This is based on XP - if IIS7 has moved bits around it may not be as
helpful as it should.

Open ISM
expand default web site
right clikc to open properties
home directory
application
configure
make sure there are entries for asp, aspx etc
If you've parked other files in subfolders, make sure these are marked
with execute rights for scripts.