Confused with my settings for the forms to work.

R

Roopa

Hi

I am having a windows xp professional version 2002 service pack 2.

I ahve installed the IIS from the control panel and also installed the
Frontpage 2000 server extensions along with it. I want to know what else I
would have to install in order for my forms and asp pages to work.
 
M

Mark Fitzpatrick

Forms should work, and definitely asp pages. If ASP pages don't work, then
something went wrong during the install process. One big thing to keep in
mind is where your forms will store data. If they are storing it to an
access database or a file, you'll need to have the correct permissions on
those files or the folders they are in. Specifically, the anonymous internet
user account (IUSR) will need write access to the file in order to store
data to it.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
R

Roopa

Where do I have to set the IUSR permission ? I have a file to which I am
trying to write the data.. Is it on the windows explorer properties ?

I also tried to put it into an access database but it did not work as well..
 
T

Thomas A. Rowe

If you let FP create the database or you imported the database into your current open FP web and let
FP move the database to the fpdb folder, then the permissions have already been set by FP.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
A

Andrew Murray

Forms *won't* work for sending email from http://localhost unless you set up
the mail transport setting. If you just want to get the forms working
(since I consider localhost a test platform only) then set them to send the
data to a text file or database; then you can change it back to email later
when you publish live.
 
R

Roopa

Hi

I tried it with the txt file as well.. it does not work. How do you check
for the permission settings that are needed on the files ?

Roopa
 
T

Thomas A. Rowe

Run a Server Health Check and let FP correct the permissions.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 

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