When I publish the webpage, it only shows up in code. How do I g.

G

Guest

When I view my webpage in the browser, or even upload it to my website, it
looks like this:

<%
' FP_ASP ASP Automatically generated by a FrontPage Component. Do not Edit.

On Error Resume Next
Session("FP_OldCodePage") = Session.CodePage
Session("FP_OldLCID") = Session.LCID
Session.CodePage = 1252
Err.Clear

strErrorUrl = ""

If Request.ServerVariables("REQUEST_METHOD") = "POST" Then
If Request.Form("VTI-GROUP") = "0" Then
Err.Clear

Set fp_conn = Server.CreateObject("ADODB.Connection")
FP_DumpError strErrorUrl, "Cannot create connection"

Set fp_rs = Server.CreateObject("ADODB.Recordset")
FP_DumpError strErrorUrl, "Cannot create record set"


I want it to display the design, not the code. Whay am I doing wrong?
 
T

Thomas A. Rowe

Are you publishing to Windows IIS web server that supports ASP via FP's http mode otherwise not
support under Unix/Linux web hosting.

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

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

Guest

I'm publishing under Linux web hosting, but it supports ASP and has FrontPage
Extensions.
 
G

Guest

Operating system Linux
Service Status Click to View
Kernel version 2.4.28
Machine Type i686
Apache version 1.3.33 (Unix)
Thomas, does this tell you anything?

PERL version 5.8.4
Path to PERL /usr/bin/perl
Path to sendmail /usr/sbin/sendmail
PHP version 4.3.10
MySQL version 4.0.22-standard
cPanel Build 9.9.9-EDGE 68
Theme cPanel X v2.5.0
 
T

Thomas A. Rowe

The Unix/Linux servers do not support the use of Access or Excel as data source, you have use MySQL
and most likely will have to hand code the ASP code needed and not use the FP database components.

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

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

Guest

Yikes! This is out of my league. Do you know of any programs that can do
this if FrontPage doesn't work?
 
T

Thomas A. Rowe

Sorry, I only work with Windows based servers and ASP. You always have the option of switching to a
Windows based Web Host.

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

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

Stefan B Rusynko

Yes
It does not support ASP
You will need to use PHP pr Perl (cgi)

--




| Operating system Linux
| Service Status Click to View
| Kernel version 2.4.28
| Machine Type i686
| Apache version 1.3.33 (Unix)
| Thomas, does this tell you anything?
|
| PERL version 5.8.4
| Path to PERL /usr/bin/perl
| Path to sendmail /usr/sbin/sendmail
| PHP version 4.3.10
| MySQL version 4.0.22-standard
| cPanel Build 9.9.9-EDGE 68
| Theme cPanel X v2.5.0
|
|
| "Thomas A. Rowe" wrote:
|
| > Are you publishing to Windows IIS web server that supports ASP via FP's http mode otherwise not
| > support under Unix/Linux web hosting.
| >
| > --
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > WEBMASTER Resources(tm)
| >
| > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > ==============================================
| > To assist you in getting the best answers for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| >
| > | > > When I view my webpage in the browser, or even upload it to my website, it
| > > looks like this:
| > >
| > > <%
| > > ' FP_ASP ASP Automatically generated by a FrontPage Component. Do not Edit.
| > >
| > > On Error Resume Next
| > > Session("FP_OldCodePage") = Session.CodePage
| > > Session("FP_OldLCID") = Session.LCID
| > > Session.CodePage = 1252
| > > Err.Clear
| > >
| > > strErrorUrl = ""
| > >
| > > If Request.ServerVariables("REQUEST_METHOD") = "POST" Then
| > > If Request.Form("VTI-GROUP") = "0" Then
| > > Err.Clear
| > >
| > > Set fp_conn = Server.CreateObject("ADODB.Connection")
| > > FP_DumpError strErrorUrl, "Cannot create connection"
| > >
| > > Set fp_rs = Server.CreateObject("ADODB.Recordset")
| > > FP_DumpError strErrorUrl, "Cannot create record set"
| > >
| > >
| > > I want it to display the design, not the code. Whay am I doing wrong?
| >
| >
| >
 
T

Thomas A. Rowe

Dreamweaver can not help with having or using a Access database or Excel spreadsheet as a data
source on Unix/Linux server.

--
==============================================
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