|
 |
asp_databases thread: MS Word Problem
Message #1 by "Lyons, Robert" <Robert.Lyons@c...> on Wed, 13 Feb 2002 13:37:46 -0500
|
|
Hello All,
I have an urgent problem...I have a database that contains the file names of
some word documents that I must display on my web site. Each time that I
click on the link to display the documents, I'm asked for my network user
name and password. This is good security, but I don't want the user to see
this dialogue each time. IIS is trying to prevent people from saving a
changed file to the web server.
Do any of you have a better solution for my task, or can anybody tell me how
to force the download of a word file, where the dialogue box would not come
up...
Message #2 by "Jeffrey Lee" <leech74@s...> on Thu, 14 Feb 2002 03:28:03 +0800
|
|
It has to do with the web server security setting and also the file
directory security setting.
Make sure that the user and password that your web server authenticate your
user has access right to the files indicated by your file directory
security.
----- Original Message -----
From: "Lyons, Robert" <Robert.Lyons@c...>
To: "ASP Databases" <asp_databases@p...>
Sent: Thursday, February 14, 2002 2:37 AM
Subject: [asp_databases] MS Word Problem
>
>
> Hello All,
>
> I have an urgent problem...I have a database that contains the file names
of
> some word documents that I must display on my web site. Each time that I
> click on the link to display the documents, I'm asked for my network user
> name and password. This is good security, but I don't want the user to see
> this dialogue each time. IIS is trying to prevent people from saving a
> changed file to the web server.
>
> Do any of you have a better solution for my task, or can anybody tell me
how
> to force the download of a word file, where the dialogue box would not
come
> up...
>
$subst('Email.Unsub').
Message #3 by "Lyons, Robert" <Robert.Lyons@c...> on Wed, 13 Feb 2002 14:23:50 -0500
|
|
If I allowed everybody access to this directory, would this not allow for
them to change the MS word files that are contained there?
-----Original Message-----
From: Jeffrey Lee [mailto:leech74@s...]
Sent: Wednesday, February 13, 2002 2:28 PM
To: ASP Databases
Subject: [asp_databases] Re: MS Word Problem
It has to do with the web server security setting and also the file
directory security setting.
Make sure that the user and password that your web server authenticate your
user has access right to the files indicated by your file directory
security.
----- Original Message -----
From: "Lyons, Robert" <Robert.Lyons@c...>
To: "ASP Databases" <asp_databases@p...>
Sent: Thursday, February 14, 2002 2:37 AM
Subject: [asp_databases] MS Word Problem
>
>
> Hello All,
>
> I have an urgent problem...I have a database that contains the file names
of
> some word documents that I must display on my web site. Each time that I
> click on the link to display the documents, I'm asked for my network user
> name and password. This is good security, but I don't want the user to see
> this dialogue each time. IIS is trying to prevent people from saving a
> changed file to the web server.
>
> Do any of you have a better solution for my task, or can anybody tell me
how
> to force the download of a word file, where the dialogue box would not
come
> up...
>
$subst('Email.Unsub').
$subst('Email.Unsub').
Message #4 by "Jeffrey Lee" <leech74@s...> on Thu, 14 Feb 2002 03:39:11 +0800
|
|
Yes, it will.
----- Original Message -----
From: "Lyons, Robert" <Robert.Lyons@c...>
To: "ASP Databases" <asp_databases@p...>
Sent: Thursday, February 14, 2002 3:23 AM
Subject: [asp_databases] Re: MS Word Problem
> If I allowed everybody access to this directory, would this not allow for
> them to change the MS word files that are contained there?
>
> -----Original Message-----
> From: Jeffrey Lee [mailto:leech74@s...]
> Sent: Wednesday, February 13, 2002 2:28 PM
> To: ASP Databases
> Subject: [asp_databases] Re: MS Word Problem
>
> It has to do with the web server security setting and also the file
> directory security setting.
> Make sure that the user and password that your web server authenticate
your
> user has access right to the files indicated by your file directory
> security.
> ----- Original Message -----
> From: "Lyons, Robert" <Robert.Lyons@c...>
> To: "ASP Databases" <asp_databases@p...>
> Sent: Thursday, February 14, 2002 2:37 AM
> Subject: [asp_databases] MS Word Problem
>
>
> >
> >
> > Hello All,
> >
> > I have an urgent problem...I have a database that contains the file
names
> of
> > some word documents that I must display on my web site. Each time that I
> > click on the link to display the documents, I'm asked for my network
user
> > name and password. This is good security, but I don't want the user to
see
> > this dialogue each time. IIS is trying to prevent people from saving a
> > changed file to the web server.
> >
> > Do any of you have a better solution for my task, or can anybody tell me
> how
> > to force the download of a word file, where the dialogue box would not
> come
> > up...
> >
> $subst('Email.Unsub').
>
>
> $subst('Email.Unsub').
>
$subst('Email.Unsub').
Message #5 by "Craig Flannigan" <ckf@k...> on Thu, 14 Feb 2002 08:12:14 -0000
|
|
Just make sure that your IUSR_MachineName account has READ/LIST permissions.
Remove "Write"
This will allow the user to open the file, but any attempts when saving will
be prevented.
-----Original Message-----
From: Lyons, Robert [mailto:Robert.Lyons@c...]
Sent: 13 February 2002 18:38
To: ASP Databases
Subject: [asp_databases] MS Word Problem
Hello All,
I have an urgent problem...I have a database that contains the file names of
some word documents that I must display on my web site. Each time that I
click on the link to display the documents, I'm asked for my network user
name and password. This is good security, but I don't want the user to see
this dialogue each time. IIS is trying to prevent people from saving a
changed file to the web server.
Do any of you have a better solution for my task, or can anybody tell me how
to force the download of a word file, where the dialogue box would not come
up...
$subst('Email.Unsub').
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service on behalf of
Kingfield Heath Ltd. For further information visit
http://www.star.net.uk/stats.asp
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service on behalf of Kingfield Heath Ltd. For further information visit
http://www.star.net.uk/stats.asp
|
|
 |