Re: Server Extensions Administrator
- From: Dogman <Dogman@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 28 Feb 2006 02:05:26 -0800
Thanks Ronx
I run for test purposes via http:// as with asp it wont work otherwise. I
can send mail using a script normally, (see below) bt for some reason I am
running int script errors now. mmmmm
will just go back to check basic configs and so forth. I also have to focus
attention else where so will get back to later if you dont mind, as i will
try this at home.
<%
Dim strFullName, strEmailAddress, strTelephoneNo, strFax, strMessage, strMsg
strFullName = Request.Form("txtName")
strTelephoneNo = Request.Form("txtContactTelephone")
strFax= Request.Form("txtFax")
strEmailAddress = Request.Form("txtEmail")
strMessage = Request.Form("txtMessage")
Set Mail = Server.CreateObject("CDONTS.NewMail")
Mail.From = strEmailAddress
Mail.To = "takalani@xxxxxxxxxxxxxx"
Mail.Subject = "Takalani Web Responses"
strMsg = "Full Name: " & FullName & vbCrLf & "Telephone No: " & TelephoneNo
& vbCrLf & "Fax No: " & Fax & vbCrLf & "Email Address: " & EmailAddress &
vbCrLf & "Message: " & Message & vbCrLf
Mail.Body = strMsg
Mail.Send
Response.Redirect "Index.htm"
%>
Thanks a mill for the support
"Ronx" wrote:
A server based web is one you open using an http:// address, such as.
http://www.example.com
A disc based web is one you open in FrontPage using a file system
location, such as e:\mywebs\webname.
This is still a disc based web even if it is used by the web server as
the source of the finished website.
You can build webs in FrontPage using either system, but for testing
(or running the web) you must be using a server based web if the site
includes any FrontPage run time components, such as hit counter,
guestbook, discussion web, custom linkbars, forms (that use the
extensions as a form handler).
Also, any web that uses run-time components must either be
built/edited on a server (using the http:// address to open the web in
FrontPage) or published to the server using http publishing, not FTP.
You will have to configure the extensions for SMTP since you have a
form in the web that sends data through email.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
"Dogman" <Dogman@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:FF3DF6BD-D0F6-435E-9485-23E3F3FF0D40@xxxxxxxxxxxxxxxx
Thanks Tom, Ronx for the feed back
I normally play with dreamweaver, this PC dont have it and the site
was put
together in Frontpage. I am not fimilliar with the whole set up,
when u say
disc based I am not sure, do i have to configure the FP extensions
for an
smtp or ???.
As I say i am not to fimilliar with front page and I'm learning as
i'm going
Thanks for assistance
"Ronx" wrote:
That text comes from the file _derived/nortbots.htm.
nortbots.htm only appears in four cases:
1) You are testing on a disc-based website, including a FrontPage
disc-based web that is being browsed through a web-server.
2) You are testing on a website that does not have server
extensions
installed or running.
3) The site (or form page) was FTPed from a disc-based web, or
published using a FTP address for the destination, or published to
a
file system destination including a network share or UNC address
(like
\\machinename\path\webname). Publish must be to a URL of the form
http://example.com
4) There is a bug associated with FrontPage98 which causes this
problem.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
"Dogman" <Dogman@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:FBEA7718-9264-4922-98BD-259378AD9937@xxxxxxxxxxxxxxxx
Thanks, different interface lets see if it works.
The reason being is that i want to use the basic mail function in
the
form,right click on form and send file through to email address
and
so forth,
its just that if i try on this pc i get the error that my
extensions
are not
loaded but will work check this out
###
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.
####
thats the message. I want it to work locally, please help with
solution Tom,
Thanks
"Tom [Pepper] Willett" wrote:
Try this: Start | Control Panel | Administrative Tools |
Microsoft
SharePoint Administrator
It brings up a web based FrontPage Server Extensions 2002 Server
Administration page.
Also see:
http://support.microsoft.com/?kbid=319476
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
FrontPage Support: http://www.frontpagemvps.com/
----------
"Dogman" <Dogman@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:A70B205C-C5C7-4741-81E6-DDEFC0C7F895@xxxxxxxxxxxxxxxx
Good day There
I am running IIS and when I run check server extensions all is
well as it
returns my results. When I run FPMMC (Front page Server
extensions cosole)
and try to check the server extensions i get an error msg "The
server
administration programs and the server extensions on the web
server are
not
compatible. The Administration program is too old to use with
this server"
My IIS version is 5.1
MY MMC version is 5.1 and the console is version 2.0
I have loaded the Frontpage resource kit "fpse02_x86_ENG.exe"
as
i would
like to test some asp coding?
you assitance with this will be great.
?? I dont know where to go from here, I loaded the
- References:
- Re: Server Extensions Administrator
- From: Tom [Pepper] Willett
- Re: Server Extensions Administrator
- From: Ronx
- Re: Server Extensions Administrator
- From: Dogman
- Re: Server Extensions Administrator
- From: Ronx
- Re: Server Extensions Administrator
- Prev by Date: Re: Server Extensions Administrator
- Next by Date: how to automatically delete files on remote
- Previous by thread: Re: Server Extensions Administrator
- Next by thread: Re: how can i write from left to right?
- Index(es):
Relevant Pages
|