Emailing Error 405

O

Oscar Martinez

Good Evening;

I'm trying to send an Email thru Frontpage 2002 and I'm getting the
following error when the user click on the submit button to submit the email



The page cannot be displayed
The page you are looking for cannot be displayed because the page address is
incorrect.

--------------------------------------------------------------------------------

Please try the following:

If you typed the page address in the Address bar, check that it is entered
correctly.

Open the www.andreaelectronics.com home page and then look for links to the
information you want.
HTTP 405 - Resource not allowed
Internet Information Services

--------------------------------------------------------------------------------

Technical Information (for support personnel)

More information:
Microsoft Support



The Browser has the following Text

http://www.andreaelectronics.com/_vti_bin/shtml.dll/automotive_contact.htm


I have checked the Email address and it's correct. What could cause this
error??


Thanks in advance.
 
R

Ronx

Error 405

From http://support.microsoft.com/?id=238461
The _vti_bin folder is not marked as executable. This is a FrontPage
extensions installation error, which may require the assistance of
your host to fix the permissions on the _vti_bin folder. Note that
the _vti_bin folder is not contained within your web site.
 
R

Ronx

PS Running Server Health in the FrontPage extensions administration
may fix the problem.
If you can, open the site in FrontPage, then
Tools->Server->Administration Home
Scroll down to Server Health and click Check Server Health.

Some hosts do not allow access to this.
 
R

Ronx

On a Windows server:
Usually - C:\program files\common files\Microsoft Shared\Web Server
Extensions\_vti_bin
However, to set the permissions use the FP2002 extensions
administration:
Control Panel->Administrative Tools->Microsoft Sharepoint
Administrator
Click on the Administration link for your web site
Click on Go to Site administration for websitename
Log in
Scroll down to Server Health and click Check server Health
Check all the Repair boxes and click OK

If this fails,
then use IIS Manager:
Control Panel->Administrative Tools->Internet Information Services
Manager
Open the tree and right click on the _vti_bin folder for your web
site.
Click Properties, and on the Virtual Directory tab change the setting
for Execute permissions to Scripts and Executables.

If there is a problem here, you may have to remove, then re-install
the extensions.

If you are on a Unix server - I have no idea where anything is, and
Server Health should be tried first.
 
R

Ronx

Correction:
Usually - C:\program files\common files\Microsoft Shared\Web Server
Extensions\_vti_bin
should be
Usually - C:\program files\common files\Microsoft Shared\Web Server
Extensions\50\_vti_bin
 
O

Oscar Martinez

Good Morning, Ronx

My hosting service provider is telling me being that I publish the Web
page under a New version of Microsoft Frontpage I could of currupted some
files on the web page. Is this true??

How could i fix this??
 
R

Ronx

Most unlikely. Later versions of FrontPage are much less likely to
change/corrupt code than earlier versions and I have not seen any
evidence of that since FP98. Your problem is a permissions error on a
file that FrontPage only reads, not writes to. FrontPage is not the
villain here - the extensions are not installed correctly.
 
O

Oscar Martinez

Thanks for your reply Ronx. I have gotten one page to work. Which is the
following

http://www.andreaelectronics.com/automotive_contact.htm

I'm able fill the form and when I click on the submit button it send the
email. Now I'm using the same email address and some codes on the following
page

http://www.andreaelectronics.com/customer_general.htm

and for some reason I get the following error

FrontPage Run-Time Component Page

You have submitted a form or followed a link to a page that requires a web
server and the FrontPage Server Extensions to function properly.

This form or other FrontPage component will work correctly if you publish
this web to a web server that has the FrontPage Server Extensions installed.
Click the <Back> arrow to return to the previous page.


Now if it's a permission thew first page shouldn't work correct?? I'm using
FP 2003 to upload the web pages. Thanks once again
 
S

Stefan B Rusynko

Neither one works
Remove your
onSubmit="location.href='_derived/nortbots.htm';return false;"
and apply FP form field validation

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Thanks for your reply Ronx. I have gotten one page to work. Which is the
| following
|
| http://www.andreaelectronics.com/automotive_contact.htm
|
| I'm able fill the form and when I click on the submit button it send the
| email. Now I'm using the same email address and some codes on the following
| page
|
| http://www.andreaelectronics.com/customer_general.htm
|
| and for some reason I get the following error
|
| FrontPage Run-Time Component Page
|
| You have submitted a form or followed a link to a page that requires a web
| server and the FrontPage Server Extensions to function properly.
|
| This form or other FrontPage component will work correctly if you publish
| this web to a web server that has the FrontPage Server Extensions installed.
| Click the <Back> arrow to return to the previous page.
|
|
| Now if it's a permission thew first page shouldn't work correct?? I'm using
| FP 2003 to upload the web pages. Thanks once again
|
|
|
|
|
| "Ronx" wrote:
|
| > Most unlikely. Later versions of FrontPage are much less likely to
| > change/corrupt code than earlier versions and I have not seen any
| > evidence of that since FP98. Your problem is a permissions error on a
| > file that FrontPage only reads, not writes to. FrontPage is not the
| > villain here - the extensions are not installed correctly.
| > --
| > Ron Symonds - Microsoft MVP (FrontPage)
| > Reply only to group - emails will be deleted unread.
| > FrontPage Support: http://www.frontpagemvps.com/
| >
| > message | > > Good Morning, Ronx
| > >
| > > My hosting service provider is telling me being that I publish
| > > the Web
| > > page under a New version of Microsoft Frontpage I could of currupted
| > > some
| > > files on the web page. Is this true??
| > >
| > > How could i fix this??
| > >
| > >
| > >
| > > "Ronx" wrote:
| > >
| > >> Correction:
| > >> Usually - C:\program files\common files\Microsoft Shared\Web
| > >> Server
| > >> Extensions\_vti_bin
| > >> should be
| > >> Usually - C:\program files\common files\Microsoft Shared\Web
| > >> Server
| > >> Extensions\50\_vti_bin
| > >> --
| > >> Ron Symonds - Microsoft MVP (FrontPage)
| > >> Reply only to group - emails will be deleted unread.
| > >> FrontPage Support: http://www.frontpagemvps.com/
| > >>
| > >> | > >> > On a Windows server:
| > >> > Usually - C:\program files\common files\Microsoft Shared\Web
| > >> > Server Extensions\_vti_bin
| > >> > However, to set the permissions use the FP2002 extensions
| > >> > administration:
| > >> > Control Panel->Administrative Tools->Microsoft Sharepoint
| > >> > Administrator
| > >> > Click on the Administration link for your web site
| > >> > Click on Go to Site administration for websitename
| > >> > Log in
| > >> > Scroll down to Server Health and click Check server Health
| > >> > Check all the Repair boxes and click OK
| > >> >
| > >> > If this fails,
| > >> > then use IIS Manager:
| > >> > Control Panel->Administrative Tools->Internet Information
| > >> > Services
| > >> > Manager
| > >> > Open the tree and right click on the _vti_bin folder for your web
| > >> > site.
| > >> > Click Properties, and on the Virtual Directory tab change the
| > >> > setting for Execute permissions to Scripts and Executables.
| > >> >
| > >> > If there is a problem here, you may have to remove, then
| > >> > re-install
| > >> > the extensions.
| > >> >
| > >> > If you are on a Unix server - I have no idea where anything is,
| > >> > and
| > >> > Server Health should be tried first.
| > >> > --
| > >> > Ron Symonds - Microsoft MVP (FrontPage)
| > >> > Reply only to group - emails will be deleted unread.
| > >> > FrontPage Support: http://www.frontpagemvps.com/
| > >> >
| > >> > in
| > >> > message
| > >> > | > >> >> Ronx,
| > >> >>
| > >> >> Where would I find the _vti_bin Folder??? Thanks for your
| > >> >> help.
| > >> >>
| > >> >> "Ronx" wrote:
| > >> >>
| > >> >>> PS Running Server Health in the FrontPage extensions
| > >> >>> administration
| > >> >>> may fix the problem.
| > >> >>> If you can, open the site in FrontPage, then
| > >> >>> Tools->Server->Administration Home
| > >> >>> Scroll down to Server Health and click Check Server Health.
| > >> >>>
| > >> >>> Some hosts do not allow access to this.
| > >> >>> --
| > >> >>> Ron Symonds - Microsoft MVP (FrontPage)
| > >> >>> Reply only to group - emails will be deleted unread.
| > >> >>> FrontPage Support: http://www.frontpagemvps.com/
| > >> >>>
| > >> >>> "Oscar Martinez" <[email protected]>
| > >> >>> wrote
| > >> >>> in
| > >> >>> message
| > >> >>> | > >> >>> > Good Evening;
| > >> >>> >
| > >> >>> > I'm trying to send an Email thru Frontpage 2002 and I'm
| > >> >>> > getting
| > >> >>> > the
| > >> >>> > following error when the user click on the submit button to
| > >> >>> > submit
| > >> >>> > the email
| > >> >>> >
| > >> >>> >
| > >> >>> >
| > >> >>> > The page cannot be displayed
| > >> >>> > The page you are looking for cannot be displayed because the
| > >> >>> > page
| > >> >>> > address is
| > >> >>> > incorrect.
| > >> >>> >
| > >> >>> > --------------------------------------------------------------------------------
| > >> >>> >
| > >> >>> > Please try the following:
| > >> >>> >
| > >> >>> > If you typed the page address in the Address bar, check that
| > >> >>> > it
| > >> >>> > is
| > >> >>> > entered
| > >> >>> > correctly.
| > >> >>> >
| > >> >>> > Open the www.andreaelectronics.com home page and then look
| > >> >>> > for
| > >> >>> > links
| > >> >>> > to the
| > >> >>> > information you want.
| > >> >>> > HTTP 405 - Resource not allowed
| > >> >>> > Internet Information Services
| > >> >>> >
| > >> >>> > --------------------------------------------------------------------------------
| > >> >>> >
| > >> >>> > Technical Information (for support personnel)
| > >> >>> >
| > >> >>> > More information:
| > >> >>> > Microsoft Support
| > >> >>> >
| > >> >>> >
| > >> >>> >
| > >> >>> > The Browser has the following Text
| > >> >>> >
| > >> >>> > http://www.andreaelectronics.com/_vti_bin/shtml.dll/automotive_contact.htm
| > >> >>> >
| > >> >>> >
| > >> >>> > I have checked the Email address and it's correct. What
| > >> >>> > could
| > >> >>> > cause
| > >> >>> > this
| > >> >>> > error??
| > >> >>> >
| > >> >>> >
| > >> >>> > Thanks in advance.
| > >> >>> >
| > >> >>>
| > >> >>>
| > >> >>>
| > >> >
| > >> >
| > >>
| > >>
| > >>
| >
| >
| >
 
O

Oscar Martinez

I have remove the following line of codes

onSubmit="location.href='_derived/nortbots.htm';return false;"

So my codes looks like this now


<form method="POST" action="--WEBBOT-SELF--" name="Contact Form"
webbot-onSubmit >
<!--webbot bot="SaveResults" S-Email-Format="HTML/BR"
B-Email-Label-Fields="TRUE" B-Email-Subject-From-Field="FALSE"
S-Email-Subject="Contact Form" S-Builtin-Fields
S-Email-Address="(e-mail address removed)" startspan --><input
TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" endspan
i-checksum="43374" -->


The email address I provide in this post is false for security reasons. But
when it's live I have a valid email address.

and everytime I upload the page to the server this line of codes appear
again. WHY??

What do you mean by validating a control?? I have the following codes the
check to see if he textbox is empty then an errro occurs.

if (theForm.EMail.value == "")
{
alert("Please enter a value for the \"E-mail\" field.");
theForm.EMail.focus();
return (false);




Stefan B Rusynko said:
Neither one works
Remove your
onSubmit="location.href='_derived/nortbots.htm';return false;"
and apply FP form field validation

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Thanks for your reply Ronx. I have gotten one page to work. Which is the
| following
|
| http://www.andreaelectronics.com/automotive_contact.htm
|
| I'm able fill the form and when I click on the submit button it send the
| email. Now I'm using the same email address and some codes on the following
| page
|
| http://www.andreaelectronics.com/customer_general.htm
|
| and for some reason I get the following error
|
| FrontPage Run-Time Component Page
|
| You have submitted a form or followed a link to a page that requires a web
| server and the FrontPage Server Extensions to function properly.
|
| This form or other FrontPage component will work correctly if you publish
| this web to a web server that has the FrontPage Server Extensions installed.
| Click the <Back> arrow to return to the previous page.
|
|
| Now if it's a permission thew first page shouldn't work correct?? I'm using
| FP 2003 to upload the web pages. Thanks once again
|
|
|
|
|
| "Ronx" wrote:
|
| > Most unlikely. Later versions of FrontPage are much less likely to
| > change/corrupt code than earlier versions and I have not seen any
| > evidence of that since FP98. Your problem is a permissions error on a
| > file that FrontPage only reads, not writes to. FrontPage is not the
| > villain here - the extensions are not installed correctly.
| > --
| > Ron Symonds - Microsoft MVP (FrontPage)
| > Reply only to group - emails will be deleted unread.
| > FrontPage Support: http://www.frontpagemvps.com/
| >
| > message | > > Good Morning, Ronx
| > >
| > > My hosting service provider is telling me being that I publish
| > > the Web
| > > page under a New version of Microsoft Frontpage I could of currupted
| > > some
| > > files on the web page. Is this true??
| > >
| > > How could i fix this??
| > >
| > >
| > >
| > > "Ronx" wrote:
| > >
| > >> Correction:
| > >> Usually - C:\program files\common files\Microsoft Shared\Web
| > >> Server
| > >> Extensions\_vti_bin
| > >> should be
| > >> Usually - C:\program files\common files\Microsoft Shared\Web
| > >> Server
| > >> Extensions\50\_vti_bin
| > >> --
| > >> Ron Symonds - Microsoft MVP (FrontPage)
| > >> Reply only to group - emails will be deleted unread.
| > >> FrontPage Support: http://www.frontpagemvps.com/
| > >>
| > >> | > >> > On a Windows server:
| > >> > Usually - C:\program files\common files\Microsoft Shared\Web
| > >> > Server Extensions\_vti_bin
| > >> > However, to set the permissions use the FP2002 extensions
| > >> > administration:
| > >> > Control Panel->Administrative Tools->Microsoft Sharepoint
| > >> > Administrator
| > >> > Click on the Administration link for your web site
| > >> > Click on Go to Site administration for websitename
| > >> > Log in
| > >> > Scroll down to Server Health and click Check server Health
| > >> > Check all the Repair boxes and click OK
| > >> >
| > >> > If this fails,
| > >> > then use IIS Manager:
| > >> > Control Panel->Administrative Tools->Internet Information
| > >> > Services
| > >> > Manager
| > >> > Open the tree and right click on the _vti_bin folder for your web
| > >> > site.
| > >> > Click Properties, and on the Virtual Directory tab change the
| > >> > setting for Execute permissions to Scripts and Executables.
| > >> >
| > >> > If there is a problem here, you may have to remove, then
| > >> > re-install
| > >> > the extensions.
| > >> >
| > >> > If you are on a Unix server - I have no idea where anything is,
| > >> > and
| > >> > Server Health should be tried first.
| > >> > --
| > >> > Ron Symonds - Microsoft MVP (FrontPage)
| > >> > Reply only to group - emails will be deleted unread.
| > >> > FrontPage Support: http://www.frontpagemvps.com/
| > >> >
| > >> > in
| > >> > message
| > >> > | > >> >> Ronx,
| > >> >>
| > >> >> Where would I find the _vti_bin Folder??? Thanks for your
| > >> >> help.
| > >> >>
| > >> >> "Ronx" wrote:
| > >> >>
| > >> >>> PS Running Server Health in the FrontPage extensions
| > >> >>> administration
| > >> >>> may fix the problem.
| > >> >>> If you can, open the site in FrontPage, then
| > >> >>> Tools->Server->Administration Home
| > >> >>> Scroll down to Server Health and click Check Server Health.
| > >> >>>
| > >> >>> Some hosts do not allow access to this.
| > >> >>> --
| > >> >>> Ron Symonds - Microsoft MVP (FrontPage)
| > >> >>> Reply only to group - emails will be deleted unread.
| > >> >>> FrontPage Support: http://www.frontpagemvps.com/
| > >> >>>
| > >> >>> "Oscar Martinez" <[email protected]>
| > >> >>> wrote
| > >> >>> in
| > >> >>> message
| > >> >>> | > >> >>> > Good Evening;
| > >> >>> >
| > >> >>> > I'm trying to send an Email thru Frontpage 2002 and I'm
| > >> >>> > getting
| > >> >>> > the
| > >> >>> > following error when the user click on the submit button to
| > >> >>> > submit
| > >> >>> > the email
| > >> >>> >
| > >> >>> >
| > >> >>> >
| > >> >>> > The page cannot be displayed
| > >> >>> > The page you are looking for cannot be displayed because the
| > >> >>> > page
| > >> >>> > address is
| > >> >>> > incorrect.
| > >> >>> >
| > >> >>> > --------------------------------------------------------------------------------
| > >> >>> >
| > >> >>> > Please try the following:
| > >> >>> >
| > >> >>> > If you typed the page address in the Address bar, check that
| > >> >>> > it
| > >> >>> > is
| > >> >>> > entered
| > >> >>> > correctly.
| > >> >>> >
| > >> >>> > Open the www.andreaelectronics.com home page and then look
| > >> >>> > for
| > >> >>> > links
| > >> >>> > to the
| > >> >>> > information you want.
| > >> >>> > HTTP 405 - Resource not allowed
| > >> >>> > Internet Information Services
| > >> >>> >
| > >> >>> > --------------------------------------------------------------------------------
| > >> >>> >
| > >> >>> > Technical Information (for support personnel)
| > >> >>> >
| > >> >>> > More information:
| > >> >>> > Microsoft Support
| > >> >>> >
| > >> >>> >
| > >> >>> >
| > >> >>> > The Browser has the following Text
| > >> >>> >
| > >> >>> > http://www.andreaelectronics.com/_vti_bin/shtml.dll/automotive_contact.htm
| > >> >>> >
| > >> >>> >
| > >> >>> > I have checked the Email address and it's correct. What
| > >> >>> > could
| > >> >>> > cause
| > >> >>> > this
| > >> >>> > error??
| > >> >>> >
| > >> >>> >
| > >> >>> > Thanks in advance.
| > >> >>> >
| > >> >>>
| > >> >>>
| > >> >>>
| > >> >
| > >> >
| > >>
| > >>
| > >>
| >
| >
| >
 
O

Oscar Martinez

Stefan this link works

http://www.andreaelectronics.com/customer_reseller.htm

all the other i get the old error message. Why?

Stefan B Rusynko said:
Neither one works
Remove your
onSubmit="location.href='_derived/nortbots.htm';return false;"
and apply FP form field validation

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Thanks for your reply Ronx. I have gotten one page to work. Which is the
| following
|
| http://www.andreaelectronics.com/automotive_contact.htm
|
| I'm able fill the form and when I click on the submit button it send the
| email. Now I'm using the same email address and some codes on the following
| page
|
| http://www.andreaelectronics.com/customer_general.htm
|
| and for some reason I get the following error
|
| FrontPage Run-Time Component Page
|
| You have submitted a form or followed a link to a page that requires a web
| server and the FrontPage Server Extensions to function properly.
|
| This form or other FrontPage component will work correctly if you publish
| this web to a web server that has the FrontPage Server Extensions installed.
| Click the <Back> arrow to return to the previous page.
|
|
| Now if it's a permission thew first page shouldn't work correct?? I'm using
| FP 2003 to upload the web pages. Thanks once again
|
|
|
|
|
| "Ronx" wrote:
|
| > Most unlikely. Later versions of FrontPage are much less likely to
| > change/corrupt code than earlier versions and I have not seen any
| > evidence of that since FP98. Your problem is a permissions error on a
| > file that FrontPage only reads, not writes to. FrontPage is not the
| > villain here - the extensions are not installed correctly.
| > --
| > Ron Symonds - Microsoft MVP (FrontPage)
| > Reply only to group - emails will be deleted unread.
| > FrontPage Support: http://www.frontpagemvps.com/
| >
| > message | > > Good Morning, Ronx
| > >
| > > My hosting service provider is telling me being that I publish
| > > the Web
| > > page under a New version of Microsoft Frontpage I could of currupted
| > > some
| > > files on the web page. Is this true??
| > >
| > > How could i fix this??
| > >
| > >
| > >
| > > "Ronx" wrote:
| > >
| > >> Correction:
| > >> Usually - C:\program files\common files\Microsoft Shared\Web
| > >> Server
| > >> Extensions\_vti_bin
| > >> should be
| > >> Usually - C:\program files\common files\Microsoft Shared\Web
| > >> Server
| > >> Extensions\50\_vti_bin
| > >> --
| > >> Ron Symonds - Microsoft MVP (FrontPage)
| > >> Reply only to group - emails will be deleted unread.
| > >> FrontPage Support: http://www.frontpagemvps.com/
| > >>
| > >> | > >> > On a Windows server:
| > >> > Usually - C:\program files\common files\Microsoft Shared\Web
| > >> > Server Extensions\_vti_bin
| > >> > However, to set the permissions use the FP2002 extensions
| > >> > administration:
| > >> > Control Panel->Administrative Tools->Microsoft Sharepoint
| > >> > Administrator
| > >> > Click on the Administration link for your web site
| > >> > Click on Go to Site administration for websitename
| > >> > Log in
| > >> > Scroll down to Server Health and click Check server Health
| > >> > Check all the Repair boxes and click OK
| > >> >
| > >> > If this fails,
| > >> > then use IIS Manager:
| > >> > Control Panel->Administrative Tools->Internet Information
| > >> > Services
| > >> > Manager
| > >> > Open the tree and right click on the _vti_bin folder for your web
| > >> > site.
| > >> > Click Properties, and on the Virtual Directory tab change the
| > >> > setting for Execute permissions to Scripts and Executables.
| > >> >
| > >> > If there is a problem here, you may have to remove, then
| > >> > re-install
| > >> > the extensions.
| > >> >
| > >> > If you are on a Unix server - I have no idea where anything is,
| > >> > and
| > >> > Server Health should be tried first.
| > >> > --
| > >> > Ron Symonds - Microsoft MVP (FrontPage)
| > >> > Reply only to group - emails will be deleted unread.
| > >> > FrontPage Support: http://www.frontpagemvps.com/
| > >> >
| > >> > in
| > >> > message
| > >> > | > >> >> Ronx,
| > >> >>
| > >> >> Where would I find the _vti_bin Folder??? Thanks for your
| > >> >> help.
| > >> >>
| > >> >> "Ronx" wrote:
| > >> >>
| > >> >>> PS Running Server Health in the FrontPage extensions
| > >> >>> administration
| > >> >>> may fix the problem.
| > >> >>> If you can, open the site in FrontPage, then
| > >> >>> Tools->Server->Administration Home
| > >> >>> Scroll down to Server Health and click Check Server Health.
| > >> >>>
| > >> >>> Some hosts do not allow access to this.
| > >> >>> --
| > >> >>> Ron Symonds - Microsoft MVP (FrontPage)
| > >> >>> Reply only to group - emails will be deleted unread.
| > >> >>> FrontPage Support: http://www.frontpagemvps.com/
| > >> >>>
| > >> >>> "Oscar Martinez" <[email protected]>
| > >> >>> wrote
| > >> >>> in
| > >> >>> message
| > >> >>> | > >> >>> > Good Evening;
| > >> >>> >
| > >> >>> > I'm trying to send an Email thru Frontpage 2002 and I'm
| > >> >>> > getting
| > >> >>> > the
| > >> >>> > following error when the user click on the submit button to
| > >> >>> > submit
| > >> >>> > the email
| > >> >>> >
| > >> >>> >
| > >> >>> >
| > >> >>> > The page cannot be displayed
| > >> >>> > The page you are looking for cannot be displayed because the
| > >> >>> > page
| > >> >>> > address is
| > >> >>> > incorrect.
| > >> >>> >
| > >> >>> > --------------------------------------------------------------------------------
| > >> >>> >
| > >> >>> > Please try the following:
| > >> >>> >
| > >> >>> > If you typed the page address in the Address bar, check that
| > >> >>> > it
| > >> >>> > is
| > >> >>> > entered
| > >> >>> > correctly.
| > >> >>> >
| > >> >>> > Open the www.andreaelectronics.com home page and then look
| > >> >>> > for
| > >> >>> > links
| > >> >>> > to the
| > >> >>> > information you want.
| > >> >>> > HTTP 405 - Resource not allowed
| > >> >>> > Internet Information Services
| > >> >>> >
| > >> >>> > --------------------------------------------------------------------------------
| > >> >>> >
| > >> >>> > Technical Information (for support personnel)
| > >> >>> >
| > >> >>> > More information:
| > >> >>> > Microsoft Support
| > >> >>> >
| > >> >>> >
| > >> >>> >
| > >> >>> > The Browser has the following Text
| > >> >>> >
| > >> >>> > http://www.andreaelectronics.com/_vti_bin/shtml.dll/automotive_contact.htm
| > >> >>> >
| > >> >>> >
| > >> >>> > I have checked the Email address and it's correct. What
| > >> >>> > could
| > >> >>> > cause
| > >> >>> > this
| > >> >>> > error??
| > >> >>> >
| > >> >>> >
| > >> >>> > Thanks in advance.
| > >> >>> >
| > >> >>>
| > >> >>>
| > >> >>>
| > >> >
| > >> >
| > >>
| > >>
| > >>
| >
| >
| >
 
R

Ronx

How are you uploading to the server? Give exact steps, including the
address you are uploading to.
The nortbots code normally only appears on the server if the web has
been FTPed to the server. It will always appear in a disc-based web,
or a web where there are no working FrontPage extensions.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/

Oscar Martinez said:
Stefan this link works

http://www.andreaelectronics.com/customer_reseller.htm

all the other i get the old error message. Why?

Stefan B Rusynko said:
Neither one works
Remove your
onSubmit="location.href='_derived/nortbots.htm';return false;"
and apply FP form field validation

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:

http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


message
| Thanks for your reply Ronx. I have gotten one page to work. Which
is the
| following
|
| http://www.andreaelectronics.com/automotive_contact.htm
|
| I'm able fill the form and when I click on the submit button it
send the
| email. Now I'm using the same email address and some codes on the
following
| page
|
| http://www.andreaelectronics.com/customer_general.htm
|
| and for some reason I get the following error
|
| FrontPage Run-Time Component Page
|
| You have submitted a form or followed a link to a page that
requires a web
| server and the FrontPage Server Extensions to function properly.
|
| This form or other FrontPage component will work correctly if you
publish
| this web to a web server that has the FrontPage Server Extensions
installed.
| Click the <Back> arrow to return to the previous page.
|
|
| Now if it's a permission thew first page shouldn't work correct??
I'm using
| FP 2003 to upload the web pages. Thanks once again
|
|
|
|
|
| "Ronx" wrote:
|
| > Most unlikely. Later versions of FrontPage are much less
likely to
| > change/corrupt code than earlier versions and I have not seen
any
| > evidence of that since FP98. Your problem is a permissions
error on a
| > file that FrontPage only reads, not writes to. FrontPage is
not the
| > villain here - the extensions are not installed correctly.
| > --
| > Ron Symonds - Microsoft MVP (FrontPage)
| > Reply only to group - emails will be deleted unread.
| > FrontPage Support: http://www.frontpagemvps.com/
| >
| > "Oscar Martinez" <[email protected]>
wrote in
| > message
| > > Good Morning, Ronx
| > >
| > > My hosting service provider is telling me being that I
publish
| > > the Web
| > > page under a New version of Microsoft Frontpage I could of
currupted
| > > some
| > > files on the web page. Is this true??
| > >
| > > How could i fix this??
| > >
| > >
| > >
| > > "Ronx" wrote:
| > >
| > >> Correction:
| > >> Usually - C:\program files\common files\Microsoft
Shared\Web
| > >> Server
| > >> Extensions\_vti_bin
| > >> should be
| > >> Usually - C:\program files\common files\Microsoft
Shared\Web
| > >> Server
| > >> Extensions\50\_vti_bin
| > >> --
| > >> Ron Symonds - Microsoft MVP (FrontPage)
| > >> Reply only to group - emails will be deleted unread.
| > >> FrontPage Support: http://www.frontpagemvps.com/
| > >>
| > >> | > >> > On a Windows server:
| > >> > Usually - C:\program files\common files\Microsoft
Shared\Web
| > >> > Server Extensions\_vti_bin
| > >> > However, to set the permissions use the FP2002 extensions
| > >> > administration:
| > >> > Control Panel->Administrative Tools->Microsoft Sharepoint
| > >> > Administrator
| > >> > Click on the Administration link for your web site
| > >> > Click on Go to Site administration for websitename
| > >> > Log in
| > >> > Scroll down to Server Health and click Check server Health
| > >> > Check all the Repair boxes and click OK
| > >> >
| > >> > If this fails,
| > >> > then use IIS Manager:
| > >> > Control Panel->Administrative Tools->Internet Information
| > >> > Services
| > >> > Manager
| > >> > Open the tree and right click on the _vti_bin folder for
your web
| > >> > site.
| > >> > Click Properties, and on the Virtual Directory tab change
the
| > >> > setting for Execute permissions to Scripts and
Executables.
| > >> >
| > >> > If there is a problem here, you may have to remove, then
| > >> > re-install
| > >> > the extensions.
| > >> >
| > >> > If you are on a Unix server - I have no idea where
anything is,
| > >> > and
| > >> > Server Health should be tried first.
| > >> > --
| > >> > Ron Symonds - Microsoft MVP (FrontPage)
| > >> > Reply only to group - emails will be deleted unread.
| > >> > FrontPage Support: http://www.frontpagemvps.com/
| > >> >
| > >> > "Oscar Martinez" <[email protected]>
wrote
| > >> > in
| > >> > message
| > >> > | > >> >> Ronx,
| > >> >>
| > >> >> Where would I find the _vti_bin Folder??? Thanks for
your
| > >> >> help.
| > >> >>
| > >> >> "Ronx" wrote:
| > >> >>
| > >> >>> PS Running Server Health in the FrontPage extensions
| > >> >>> administration
| > >> >>> may fix the problem.
| > >> >>> If you can, open the site in FrontPage, then
| > >> >>> Tools->Server->Administration Home
| > >> >>> Scroll down to Server Health and click Check Server
Health.
| > >> >>>
| > >> >>> Some hosts do not allow access to this.
| > >> >>> --
| > >> >>> Ron Symonds - Microsoft MVP (FrontPage)
| > >> >>> Reply only to group - emails will be deleted unread.
| > >> >>> FrontPage Support: http://www.frontpagemvps.com/
| > >> >>>
| > >> >>> "Oscar Martinez"
<[email protected]>
| > >> >>> wrote
| > >> >>> in
| > >> >>> message
| > >> >>>
| > >> >>> > Good Evening;
| > >> >>> >
| > >> >>> > I'm trying to send an Email thru Frontpage 2002 and
I'm
| > >> >>> > getting
| > >> >>> > the
| > >> >>> > following error when the user click on the submit
button to
| > >> >>> > submit
| > >> >>> > the email
| > >> >>> >
| > >> >>> >
| > >> >>> >
| > >> >>> > The page cannot be displayed
| > >> >>> > The page you are looking for cannot be displayed
because the
| > >> >>> > page
| > >> >>> > address is
| > >> >>> > incorrect.
| > >> >>> >
| > >> >>>
--------------------------------------------------------------------------------
| > >> >>> >
| > >> >>> > Please try the following:
| > >> >>> >
| > >> >>> > If you typed the page address in the Address bar,
check that
| > >> >>> > it
| > >> >>> > is
| > >> >>> > entered
| > >> >>> > correctly.
| > >> >>> >
| > >> >>> > Open the www.andreaelectronics.com home page and then
look
| > >> >>> > for
| > >> >>> > links
| > >> >>> > to the
| > >> >>> > information you want.
| > >> >>> > HTTP 405 - Resource not allowed
| > >> >>> > Internet Information Services
| > >> >>> >
| > >> >>>
--------------------------------------------------------------------------------
| > >> >>> >
| > >> >>> > Technical Information (for support personnel)
| > >> >>> >
| > >> >>> > More information:
| > >> >>> > Microsoft Support
| > >> >>> >
| > >> >>> >
| > >> >>> >
| > >> >>> > The Browser has the following Text
| > >> >>> >
| > >> >>> >
http://www.andreaelectronics.com/_vti_bin/shtml.dll/automotive_contact.htm
| > >> >>> >
| > >> >>> >
| > >> >>> > I have checked the Email address and it's correct.
What
| > >> >>> > could
| > >> >>> > cause
| > >> >>> > this
| > >> >>> > error??
| > >> >>> >
| > >> >>> >
| > >> >>> > Thanks in advance.
| > >> >>> >
| > >> >>>
| > >> >>>
| > >> >>>
| > >> >
| > >> >
| > >>
| > >>
| > >>
| >
| >
| >
 
O

Oscar Martinez

I using MicroSoft Frontpage 2003. First I locate my file whcich is under My
Documents then I double click on it and it opens with Frontpage 2003. I then
make my change if any are need and then I go to FILE\Open Site then it asks
me for the Log in Information

Log Info

ftp://ftp.andreaelectronics.com

Once am loged on to the FTP site it shows me the Web Site on the left side I
have Local and on the right hand side I have remote. I right click on the
page that I want to publish and then I Select Publish Selected file and it
uploads it. Thats it.



Ronx said:
How are you uploading to the server? Give exact steps, including the
address you are uploading to.
The nortbots code normally only appears on the server if the web has
been FTPed to the server. It will always appear in a disc-based web,
or a web where there are no working FrontPage extensions.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/

Oscar Martinez said:
Stefan this link works

http://www.andreaelectronics.com/customer_reseller.htm

all the other i get the old error message. Why?

Stefan B Rusynko said:
Neither one works
Remove your
onSubmit="location.href='_derived/nortbots.htm';return false;"
and apply FP form field validation

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:

http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


message
| Thanks for your reply Ronx. I have gotten one page to work. Which
is the
| following
|
| http://www.andreaelectronics.com/automotive_contact.htm
|
| I'm able fill the form and when I click on the submit button it
send the
| email. Now I'm using the same email address and some codes on the
following
| page
|
| http://www.andreaelectronics.com/customer_general.htm
|
| and for some reason I get the following error
|
| FrontPage Run-Time Component Page
|
| You have submitted a form or followed a link to a page that
requires a web
| server and the FrontPage Server Extensions to function properly.
|
| This form or other FrontPage component will work correctly if you
publish
| this web to a web server that has the FrontPage Server Extensions
installed.
| Click the <Back> arrow to return to the previous page.
|
|
| Now if it's a permission thew first page shouldn't work correct??
I'm using
| FP 2003 to upload the web pages. Thanks once again
|
|
|
|
|
| "Ronx" wrote:
|
| > Most unlikely. Later versions of FrontPage are much less
likely to
| > change/corrupt code than earlier versions and I have not seen
any
| > evidence of that since FP98. Your problem is a permissions
error on a
| > file that FrontPage only reads, not writes to. FrontPage is
not the
| > villain here - the extensions are not installed correctly.
| > --
| > Ron Symonds - Microsoft MVP (FrontPage)
| > Reply only to group - emails will be deleted unread.
| > FrontPage Support: http://www.frontpagemvps.com/
| >
| > "Oscar Martinez" <[email protected]>
wrote in
| > message
| > > Good Morning, Ronx
| > >
| > > My hosting service provider is telling me being that I
publish
| > > the Web
| > > page under a New version of Microsoft Frontpage I could of
currupted
| > > some
| > > files on the web page. Is this true??
| > >
| > > How could i fix this??
| > >
| > >
| > >
| > > "Ronx" wrote:
| > >
| > >> Correction:
| > >> Usually - C:\program files\common files\Microsoft
Shared\Web
| > >> Server
| > >> Extensions\_vti_bin
| > >> should be
| > >> Usually - C:\program files\common files\Microsoft
Shared\Web
| > >> Server
| > >> Extensions\50\_vti_bin
| > >> --
| > >> Ron Symonds - Microsoft MVP (FrontPage)
| > >> Reply only to group - emails will be deleted unread.
| > >> FrontPage Support: http://www.frontpagemvps.com/
| > >>
| > >> | > >> > On a Windows server:
| > >> > Usually - C:\program files\common files\Microsoft
Shared\Web
| > >> > Server Extensions\_vti_bin
| > >> > However, to set the permissions use the FP2002 extensions
| > >> > administration:
| > >> > Control Panel->Administrative Tools->Microsoft Sharepoint
| > >> > Administrator
| > >> > Click on the Administration link for your web site
| > >> > Click on Go to Site administration for websitename
| > >> > Log in
| > >> > Scroll down to Server Health and click Check server Health
| > >> > Check all the Repair boxes and click OK
| > >> >
| > >> > If this fails,
| > >> > then use IIS Manager:
| > >> > Control Panel->Administrative Tools->Internet Information
| > >> > Services
| > >> > Manager
| > >> > Open the tree and right click on the _vti_bin folder for
your web
| > >> > site.
| > >> > Click Properties, and on the Virtual Directory tab change
the
| > >> > setting for Execute permissions to Scripts and
Executables.
| > >> >
| > >> > If there is a problem here, you may have to remove, then
| > >> > re-install
| > >> > the extensions.
| > >> >
| > >> > If you are on a Unix server - I have no idea where
anything is,
| > >> > and
| > >> > Server Health should be tried first.
| > >> > --
| > >> > Ron Symonds - Microsoft MVP (FrontPage)
| > >> > Reply only to group - emails will be deleted unread.
| > >> > FrontPage Support: http://www.frontpagemvps.com/
| > >> >
| > >> > "Oscar Martinez" <[email protected]>
wrote
| > >> > in
| > >> > message
| > >> > | > >> >> Ronx,
| > >> >>
| > >> >> Where would I find the _vti_bin Folder??? Thanks for
your
| > >> >> help.
| > >> >>
| > >> >> "Ronx" wrote:
| > >> >>
| > >> >>> PS Running Server Health in the FrontPage extensions
| > >> >>> administration
| > >> >>> may fix the problem.
| > >> >>> If you can, open the site in FrontPage, then
| > >> >>> Tools->Server->Administration Home
| > >> >>> Scroll down to Server Health and click Check Server
Health.
| > >> >>>
| > >> >>> Some hosts do not allow access to this.
| > >> >>> --
| > >> >>> Ron Symonds - Microsoft MVP (FrontPage)
| > >> >>> Reply only to group - emails will be deleted unread.
| > >> >>> FrontPage Support: http://www.frontpagemvps.com/
| > >> >>>
| > >> >>> "Oscar Martinez"
<[email protected]>
| > >> >>> wrote
| > >> >>> in
| > >> >>> message
| > >> >>>
| > >> >>> > Good Evening;
| > >> >>> >
| > >> >>> > I'm trying to send an Email thru Frontpage 2002 and
I'm
| > >> >>> > getting
| > >> >>> > the
| > >> >>> > following error when the user click on the submit
button to
| > >> >>> > submit
| > >> >>> > the email
| > >> >>> >
| > >> >>> >
| > >> >>> >
| > >> >>> > The page cannot be displayed
| > >> >>> > The page you are looking for cannot be displayed
because the
| > >> >>> > page
| > >> >>> > address is
| > >> >>> > incorrect.
| > >> >>> >
| > >> >>>
--------------------------------------------------------------------------------
| > >> >>> >
| > >> >>> > Please try the following:
| > >> >>> >
| > >> >>> > If you typed the page address in the Address bar,
check that
| > >> >>> > it
| > >> >>> > is
| > >> >>> > entered
| > >> >>> > correctly.
| > >> >>> >
| > >> >>> > Open the www.andreaelectronics.com home page and then
look
| > >> >>> > for
| > >> >>> > links
| > >> >>> > to the
| > >> >>> > information you want.
| > >> >>> > HTTP 405 - Resource not allowed
| > >> >>> > Internet Information Services
| > >> >>> >
| > >> >>>
--------------------------------------------------------------------------------
| > >> >>> >
| > >> >>> > Technical Information (for support personnel)
| > >> >>> >
| > >> >>> > More information:
| > >> >>> > Microsoft Support
| > >> >>> >
| > >> >>> >
| > >> >>> >
| > >> >>> > The Browser has the following Text
| > >> >>> >
| > >> >>> >
http://www.andreaelectronics.com/_vti_bin/shtml.dll/automotive_contact.htm
| > >> >>> >
| > >> >>> >
| > >> >>> > I have checked the Email address and it's correct.
What
| > >> >>> > could
| > >> >>> > cause
| > >> >>> > this
| > >> >>> > error??
| > >> >>> >
| > >> >>> >
| > >> >>> > Thanks in advance.
| > >> >>> >
| > >> >>>
| > >> >>>
| > >> >>>
| > >> >
| > >> >
| > >>
| > >>
| > >>
| >
| >
| >
 
R

Ronx

That is why it does not work.

First, using FTP will corrupt the FrontPage extensions on the server.
These must be repaired or reinstalled - ask your host to do this. If
your site does not have FP extensions you cannot use the FrontPage
form handler - you will need some other script that your host
supports.

Second - Open the local copy of your web before opening any pages.
Start FrontPage, the File->Open Web. Look for and click (highlight)
the folder holding your web files, and
click Open.

Third - Edit, save and close your files.

Fourth - File->Publish Site. In Website Properties, change the
Publish destination to http://andrealelectronics.com . This is NOT
ftp://anything - it is http:// The local site will be on the left,
your internet (remote) site on the right.

Finally, Publish your site, not just selected files. This will bring
both local and remote sites into synch, and publish the form
correctly.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/

Oscar Martinez said:
I using MicroSoft Frontpage 2003. First I locate my file whcich is
under My
Documents then I double click on it and it opens with Frontpage
2003. I then
make my change if any are need and then I go to FILE\Open Site then
it asks
me for the Log in Information

Log Info

ftp://ftp.andreaelectronics.com

Once am loged on to the FTP site it shows me the Web Site on the
left side I
have Local and on the right hand side I have remote. I right click
on the
page that I want to publish and then I Select Publish Selected file
and it
uploads it. Thats it.



Ronx said:
How are you uploading to the server? Give exact steps, including
the
address you are uploading to.
The nortbots code normally only appears on the server if the web
has
been FTPed to the server. It will always appear in a disc-based
web,
or a web where there are no working FrontPage extensions.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/

Oscar Martinez said:
Stefan this link works

http://www.andreaelectronics.com/customer_reseller.htm

all the other i get the old error message. Why?

:

Neither one works
Remove your
onSubmit="location.href='_derived/nortbots.htm';return false;"
and apply FP form field validation

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:

http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


in
message
| Thanks for your reply Ronx. I have gotten one page to work.
Which
is the
| following
|
| http://www.andreaelectronics.com/automotive_contact.htm
|
| I'm able fill the form and when I click on the submit button
it
send the
| email. Now I'm using the same email address and some codes on
the
following
| page
|
| http://www.andreaelectronics.com/customer_general.htm
|
| and for some reason I get the following error
|
| FrontPage Run-Time Component Page
|
| You have submitted a form or followed a link to a page that
requires a web
| server and the FrontPage Server Extensions to function
properly.
|
| This form or other FrontPage component will work correctly if
you
publish
| this web to a web server that has the FrontPage Server
Extensions
installed.
| Click the <Back> arrow to return to the previous page.
|
|
| Now if it's a permission thew first page shouldn't work
correct??
I'm using
| FP 2003 to upload the web pages. Thanks once again
|
|
|
|
|
| "Ronx" wrote:
|
| > Most unlikely. Later versions of FrontPage are much less
likely to
| > change/corrupt code than earlier versions and I have not
seen
any
| > evidence of that since FP98. Your problem is a permissions
error on a
| > file that FrontPage only reads, not writes to. FrontPage is
not the
| > villain here - the extensions are not installed correctly.
| > --
| > Ron Symonds - Microsoft MVP (FrontPage)
| > Reply only to group - emails will be deleted unread.
| > FrontPage Support: http://www.frontpagemvps.com/
| >
| > "Oscar Martinez" <[email protected]>
wrote in
| > message
| > > Good Morning, Ronx
| > >
| > > My hosting service provider is telling me being that I
publish
| > > the Web
| > > page under a New version of Microsoft Frontpage I could of
currupted
| > > some
| > > files on the web page. Is this true??
| > >
| > > How could i fix this??
| > >
| > >
| > >
| > > "Ronx" wrote:
| > >
| > >> Correction:
| > >> Usually - C:\program files\common files\Microsoft
Shared\Web
| > >> Server
| > >> Extensions\_vti_bin
| > >> should be
| > >> Usually - C:\program files\common files\Microsoft
Shared\Web
| > >> Server
| > >> Extensions\50\_vti_bin
| > >> --
| > >> Ron Symonds - Microsoft MVP (FrontPage)
| > >> Reply only to group - emails will be deleted unread.
| > >> FrontPage Support: http://www.frontpagemvps.com/
| > >>
| > >> | > >> > On a Windows server:
| > >> > Usually - C:\program files\common files\Microsoft
Shared\Web
| > >> > Server Extensions\_vti_bin
| > >> > However, to set the permissions use the FP2002
extensions
| > >> > administration:
| > >> > Control Panel->Administrative Tools->Microsoft
Sharepoint
| > >> > Administrator
| > >> > Click on the Administration link for your web site
| > >> > Click on Go to Site administration for websitename
| > >> > Log in
| > >> > Scroll down to Server Health and click Check server
Health
| > >> > Check all the Repair boxes and click OK
| > >> >
| > >> > If this fails,
| > >> > then use IIS Manager:
| > >> > Control Panel->Administrative Tools->Internet
Information
| > >> > Services
| > >> > Manager
| > >> > Open the tree and right click on the _vti_bin folder
for
your web
| > >> > site.
| > >> > Click Properties, and on the Virtual Directory tab
change
the
| > >> > setting for Execute permissions to Scripts and
Executables.
| > >> >
| > >> > If there is a problem here, you may have to remove,
then
| > >> > re-install
| > >> > the extensions.
| > >> >
| > >> > If you are on a Unix server - I have no idea where
anything is,
| > >> > and
| > >> > Server Health should be tried first.
| > >> > --
| > >> > Ron Symonds - Microsoft MVP (FrontPage)
| > >> > Reply only to group - emails will be deleted unread.
| > >> > FrontPage Support: http://www.frontpagemvps.com/
| > >> >
| > >> > "Oscar Martinez"
<[email protected]>
wrote
| > >> > in
| > >> > message
| > >> >
| > >> >> Ronx,
| > >> >>
| > >> >> Where would I find the _vti_bin Folder??? Thanks
for
your
| > >> >> help.
| > >> >>
| > >> >> "Ronx" wrote:
| > >> >>
| > >> >>> PS Running Server Health in the FrontPage extensions
| > >> >>> administration
| > >> >>> may fix the problem.
| > >> >>> If you can, open the site in FrontPage, then
| > >> >>> Tools->Server->Administration Home
| > >> >>> Scroll down to Server Health and click Check Server
Health.
| > >> >>>
| > >> >>> Some hosts do not allow access to this.
| > >> >>> --
| > >> >>> Ron Symonds - Microsoft MVP (FrontPage)
| > >> >>> Reply only to group - emails will be deleted unread.
| > >> >>> FrontPage Support: http://www.frontpagemvps.com/
| > >> >>>
| > >> >>> "Oscar Martinez"
<[email protected]>
| > >> >>> wrote
| > >> >>> in
| > >> >>> message
| > >> >>>
| > >> >>> > Good Evening;
| > >> >>> >
| > >> >>> > I'm trying to send an Email thru Frontpage 2002
and
I'm
| > >> >>> > getting
| > >> >>> > the
| > >> >>> > following error when the user click on the submit
button to
| > >> >>> > submit
| > >> >>> > the email
| > >> >>> >
| > >> >>> >
| > >> >>> >
| > >> >>> > The page cannot be displayed
| > >> >>> > The page you are looking for cannot be displayed
because the
| > >> >>> > page
| > >> >>> > address is
| > >> >>> > incorrect.
| > >> >>> >
| > >> >>>
--------------------------------------------------------------------------------
| > >> >>> >
| > >> >>> > Please try the following:
| > >> >>> >
| > >> >>> > If you typed the page address in the Address bar,
check that
| > >> >>> > it
| > >> >>> > is
| > >> >>> > entered
| > >> >>> > correctly.
| > >> >>> >
| > >> >>> > Open the www.andreaelectronics.com home page and
then
look
| > >> >>> > for
| > >> >>> > links
| > >> >>> > to the
| > >> >>> > information you want.
| > >> >>> > HTTP 405 - Resource not allowed
| > >> >>> > Internet Information Services
| > >> >>> >
| > >> >>>
--------------------------------------------------------------------------------
| > >> >>> >
| > >> >>> > Technical Information (for support personnel)
| > >> >>> >
| > >> >>> > More information:
| > >> >>> > Microsoft Support
| > >> >>> >
| > >> >>> >
| > >> >>> >
| > >> >>> > The Browser has the following Text
| > >> >>> >
| > >> >>> >
http://www.andreaelectronics.com/_vti_bin/shtml.dll/automotive_contact.htm
| > >> >>> >
| > >> >>> >
| > >> >>> > I have checked the Email address and it's correct.
What
| > >> >>> > could
| > >> >>> > cause
| > >> >>> > this
| > >> >>> > error??
| > >> >>> >
| > >> >>> >
| > >> >>> > Thanks in advance.
| > >> >>> >
| > >> >>>
| > >> >>>
| > >> >>>
| > >> >
| > >> >
| > >>
| > >>
| > >>
| >
| >
| >
 

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