Publishing Web sites with asp pages not working

  • Thread starter Thread starter paul69
  • Start date Start date
P

paul69

When I publish my FP created web site to another location, the asp pages
don't work. I get the following error when I click on an asp page...

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'FP_FieldVal'

Do I have to redo the asp pages at the new web site?
 
Are you publishing to a Windows IIS web server that has ASP / VBScript and Access support enabled
and testing via http?

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
Yes I am...

Thomas A. Rowe said:
Are you publishing to a Windows IIS web server that has ASP / VBScript and Access support enabled
and testing via http?

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
Open the live/remote site directly in FP, then under Tools | Site Settings | Database verify your
connections.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
make sure your DB fields do not use illegal names and the data type matches the field type

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| When I publish my FP created web site to another location, the asp pages
| don't work. I get the following error when I click on an asp page...
|
| Microsoft VBScript runtime error '800a000d'
|
| Type mismatch: 'FP_FieldVal'
|
| Do I have to redo the asp pages at the new web site?
 
Back
Top