Not going well :(

Not going well :(

Post by Bill Shoemake » Wed, 28 Oct 1998 04:00:00



I have published an Access 97 DB to a local web site before putting it up on
the web.  I put the db in a folder in the site root and gave it
read/write/run permissions.  I published this db to the folder using the
Wizard in Access (choosing ASP option). In FrontPage 98 I opened the db
folder and opened the form (Customers_1alx.asp).  This seems to be a
standalone form yet when I try to do anything, enter data etc I get this
error:
HTTP/1.0 403 Access Forbidden (Execute Access Denied - This Virtual
Directory does not allow objects to be executed.)
Could one of you please tell me what I am missing?  Be gentle..this is my
first time  :)
 
 
 

Not going well :(

Post by Thomas A. Row » Wed, 28 Oct 1998 04:00:00


You need to contact your hosting service and have them create a DSN file for your database. Then you
may need to access your live site and set folder permissions. Setting permission on your local PWS
does not affect the online site.

--
====================================
Thomas Rowe
Microsoft MVP - FrontPage
Your Community On-Line Network
FrontPage98 Resources
http://www.ycoln.net/design/fp98/

The HTML Writers Guild Member
International Webmaster Association Member
Site Builder Network Level 2 Member
MSDN Universal Subscriber


>I have published an Access 97 DB to a local web site before putting it up on
>the web.  I put the db in a folder in the site root and gave it
>read/write/run permissions.  I published this db to the folder using the
>Wizard in Access (choosing ASP option). In FrontPage 98 I opened the db
>folder and opened the form (Customers_1alx.asp).  This seems to be a
>standalone form yet when I try to do anything, enter data etc I get this
>error:
>HTTP/1.0 403 Access Forbidden (Execute Access Denied - This Virtual
>Directory does not allow objects to be executed.)
>Could one of you please tell me what I am missing?  Be gentle..this is my
>first time  :)


 
 
 

Not going well :(

Post by Bill Shoemake » Wed, 28 Oct 1998 04:00:00


Yes I know that setting the access permissions on a local machinc can not
effect the perms on the server.  At least I dont think that this is
tranesfered with other web changes.  But as I stated in my post I am doing
the testing on my local using a local copy of the website.  I waanted to
test the db out locally before I published.  It's faster this way to make
edits.  I have a local DSN that defines the db I am using. access publishes
the forms/querys/tables to asp for me. aAll looks good untill you try to
preform a function and then I get this error:
HTTP/1.0 403 Access Forbidden (Execute Access Denied - This Virtual
Directory does not allow objects to be executed.)


>You need to contact your hosting service and have them create a DSN file

for your database. Then you
Quote:>may need to access your live site and set folder permissions. Setting

permission on your local PWS
Quote:>does not affect the online site.

 
 
 

Not going well :(

Post by Thomas A. Row » Wed, 28 Oct 1998 04:00:00


Make sure that the database has been imported into FPExplorer/PWS.

--
====================================
Thomas Rowe
Microsoft MVP - FrontPage
Your Community On-Line Network
FrontPage98 Resources
http://www.ycoln.net/design/fp98/

The HTML Writers Guild Member
International Webmaster Association Member
Site Builder Network Level 2 Member
MSDN Universal Subscriber


>Yes I know that setting the access permissions on a local machinc can not
>effect the perms on the server.  At least I dont think that this is
>tranesfered with other web changes.  But as I stated in my post I am doing
>the testing on my local using a local copy of the website.  I waanted to
>test the db out locally before I published.  It's faster this way to make
>edits.  I have a local DSN that defines the db I am using. access publishes
>the forms/querys/tables to asp for me. aAll looks good untill you try to
>preform a function and then I get this error:
>HTTP/1.0 403 Access Forbidden (Execute Access Denied - This Virtual
>Directory does not allow objects to be executed.)


>>You need to contact your hosting service and have them create a DSN file
>for your database. Then you
>>may need to access your live site and set folder permissions. Setting
>permission on your local PWS
>>does not affect the online site.

 
 
 

Not going well :(

Post by Ky Luon » Wed, 28 Oct 1998 04:00:00


Are you using the Preview tab to test your result? Test your db on your
browser instead of the Preview Tab...
Make sure you set your premissions on PWS...

-Ky Luong
----------------------------------------------------------------------------
------------------
http://209.57.111.4/
FrontPage 98 Tutorial
CSS Tutorial
Complete Might and Magic VI Walkthrough


>Yes I know that setting the access permissions on a local machinc can not
>effect the perms on the server.  At least I dont think that this is
>tranesfered with other web changes.  But as I stated in my post I am doing
>the testing on my local using a local copy of the website.  I waanted to
>test the db out locally before I published.  It's faster this way to make
>edits.  I have a local DSN that defines the db I am using. access publishes
>the forms/querys/tables to asp for me. aAll looks good untill you try to
>preform a function and then I get this error:
>HTTP/1.0 403 Access Forbidden (Execute Access Denied - This Virtual
>Directory does not allow objects to be executed.)


>>You need to contact your hosting service and have them create a DSN file
>for your database. Then you
>>may need to access your live site and set folder permissions. Setting
>permission on your local PWS
>>does not affect the online site.

 
 
 

Not going well :(

Post by Richard Weert » Wed, 28 Oct 1998 04:00:00


Bill -

If you are running MSPWS 1.0 (the one that comes with FP98), have your
run the asp.exe found on the FP CD that installs the asp engine on the
PWS?

Also, is the .asp page in the same directory as the db?  If not, it is
the properties of the folder (or root directory of that web) in which
the asp resides, not the db's folder, that must be set to "allow
programs and scripts to run".

Quite frankly, I tried the asp export from Access and found the
resulting asp code to be far more complicated than it needed to be to
accomplish the task and I had no hope of safely editing it, so I have
been writing all of my own.

Hope these ideas help!

R


> Yes I know that setting the access permissions on a local machinc can not
> effect the perms on the server.  At least I dont think that this is
> tranesfered with other web changes.  But as I stated in my post I am doing
> the testing on my local using a local copy of the website.  I waanted to
> test the db out locally before I published.  It's faster this way to make
> edits.  I have a local DSN that defines the db I am using. access publishes
> the forms/querys/tables to asp for me. aAll looks good untill you try to
> preform a function and then I get this error:
> HTTP/1.0 403 Access Forbidden (Execute Access Denied - This Virtual
> Directory does not allow objects to be executed.)


> >You need to contact your hosting service and have them create a DSN file
> for your database. Then you
> >may need to access your live site and set folder permissions. Setting
> permission on your local PWS
> >does not affect the online site.

 
 
 

Not going well :(

Post by R. W. Gerlin » Thu, 29 Oct 1998 04:00:00


http://www.takempis.com/
This site should be able to help. Good Luck rg

--
R. W. Gerling   FP-MVP

http://www.rgerling.com


>I have published an Access 97 DB to a local web site before putting it up
on
>the web.  I put the db in a folder in the site root and gave it
>read/write/run permissions.  I published this db to the folder using the
>Wizard in Access (choosing ASP option). In FrontPage 98 I opened the db
>folder and opened the form (Customers_1alx.asp).  This seems to be a
>standalone form yet when I try to do anything, enter data etc I get this
>error:
>HTTP/1.0 403 Access Forbidden (Execute Access Denied - This Virtual
>Directory does not allow objects to be executed.)
>Could one of you please tell me what I am missing?  Be gentle..this is my
>first time  :)

 
 
 

1. What I see in Netscapte Navigator - formatting gone gone gone

I'm sure many of you have had the shock of seeing what your FP98 creations
look like in Navigator.  All my borders have disappeared - what gives!  Is
there any way to get them back - so people who use Netscapes browser can see
them as we do in IE?

Any help appreciated.

Vian Andrews

2. Unable to install Qlogic 1080 on a 540

3. Database queries did not work :(

4. Mail on Mac?

5. RealPlayer Plug-in for FP on Windows98 not installing :(

6. Address for Bigelow and Holmes and for Microsoft

7. Custom hit counter not working :(

8. Mac / Palm III Problems......Help!!!!

9. My page banner will not work :( Please help me somebody...

10. Installing FP 98 on WIn98 not working ! :(

11. Shared Borders Not Publishing :(

12. 8 hours later still not working :(

13. where I want it go go