odd one.

C

chris leeds

in fp 2003 on a windows server if I set a web to have read, write, and
execute I get an error about "can't create "filename"" when I try to save
the page on the local server (editing on the server web with fp-03), not so
with fp 2002 on the same os/ server xp with iis 5.1
probably wouldn't bug more than on in 500,000 but odd.

--
The email address on this posting is a "black hole". I got tired of all the
spam.
Please feel free to contact me here:
http://nedp.net/contact/
--
 
T

Thomas A. Rowe

Chris,

Why are you setting the web to have execute permissions, as this can create a security issue.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
T

Thomas A. Rowe

Actually, the only permission setting you really need is Read in that section. Also those setting
are for users browsing your web site. For more info, click on the ? then drag over the section.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
C

chris leeds

testing out a script for my upcoming creation! to create a file in the
directory with the script through a browser it seems to require read, write,
and execute.
It's no big deal but strange that 02 wouldn't balk and 03 does.
 
T

Thomas A. Rowe

The IUSER_Machinename account needs create permissions on the specific folder.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
C

chris leeds

the only thing bad about learning serverside scripting is having to know how
to deal with the local server. ;-)
 
T

Thomas A. Rowe

Functions that require the server to have specific settings, I was setup and test on the actual
server that will host the site.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
T

Thomas A. Rowe

Still best to do this directly on the actual server, even if you have installed the same application
on your local machine, you may not be able to match your host's server's configuration in terms of
path statement.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top