Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Frontpage 2002 Confirmation Page problems.

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Related Topics:
IIS 5.0 Frontpage 2000 & 2002 Ext Problems - I'm running a Windows 2000 Server, had Frontpage 2000 ext on it and it did work. Upgraded it to Frontpage 2002 and starting getting an error that my program and my Ext were not I have installed every update I can find on..

Frontpage Log Problems - 1. Log onto remote web. 2. Select View > Reports > Usage > Usage Summary (or any other item). 3. Error alert is returned: is no usage available because no data is being collected for this web. To collect usage data, contact the..

Frontpage Problems - We are getting the error that Front Page Server are not installed on or website when trying to copy from one web server to another using Visual Interdev. Any

Frontpage Problems - I currently have Frontpage running on Apache on a linux server. I'm wanting to convert my servers to Win 2003. I just have a frontpage Issue. I need to set the users in the virtual webs i've created (i have 10 Sites) When I try to add a user in admin I.

frontpage extension problems - I have setup a new Server 2003 system w/IIS6. I was unable to migrate my websites from my old NT4.0 / IIS system (which had fp2002 on it). The IIS file became corrupt. So I copied the files to my new system, the ..
Next:  IIS: w3wp.exe process runs at 100% cpu  
Author Message
Ian C

External


Since: Oct 09, 2007
Posts: 2



(Msg. 1) Posted: Tue Oct 09, 2007 1:00 pm
Post subject: Frontpage 2002 Confirmation Page problems.
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi all,

I have already spent hours searching the Knowledge Base and other support
sites, without result, so now I hope can help me solve a problem.

First some tech. info.

I have an Intranet (100BaseTX) System Comprising:

System 1:
WinXPro – SP2
Win IIS V5.1
Frontpage 2002 – SP3 – Security Patch 813380 applied
Frontpage 2002 Server Ext. V5.0.2.6417 – FPSE1001 Upgrade installed
Access 2002 – SP3
Internet Explorer V7

System 2:
As above but:
Internet Explorer V6 – SP2

System 3:
Win NT4 – OptionPack 4
Win IIS V4.0
Frontpage 2002 –SP3 - Security Patch 813380 applied
Frontpage 2002 Server Ext. V5.0.2.6417 - FPSE1001 Upgrade installed
Access 2002 – SP3
Internet Explorer V6 – SP2

The default web site (inetpub\wwwroot) is used in all cases.


The problem, common to all combinations of the above intranet, is:

1.) Created a simple form to send data to a simple Access database.
When submitted, the form updates database correctly and returns default
confirmation form with correct field values, as expected.
2.) Created custom confirmation form using FP Web components – ‘Confirmation
Field’ (with correct Field Names entered.) and saved as ASP file, and the URL
of file provided to Form Handler. (As per KB article ID 813523)
When submitted, the form updates the database correctly and returns the
correct custom-confirmation form but with no field values returned.
3.) Custom confirmation form then saved as HTM file and Form handler updated
accordingly.
When submitted, the form updates the database correctly and returns the
correct custom-confirmation form but with field names returned, not field
values.

It appears that all instances of Web Bot components are being ignored or not
parsed correctly.

Examination of the Frontpage source code for both the form and custom
confirmation form shows all references to Web Bots are in grey, which is the
default colour for comments. Is this significant ?

The FP Configuration Info as shown in web-site\_vti_inf.html is:
FP Version = 5.0.2.6417
FPShtmlScriptUrl = _vti_bin/shtml.dll/_vti_rpc
FPAuthorScriptUrl =_vti_bin/_vti_aut/author.dll
FPAdminScriptUrl=_vti_bin/_vti_adm/admin.dll

The version number of these isapi dll files, to be found in virtual
directory ‘_vti_bin’ ( Prog Files/Common/MS Shared/web server
extensions\50\isapi’, is 10.0.6308 in each case

I would appreciate some help with this, as I’ve now run out of ideas.

Many thanks




--
Ian C

 >> Stay informed about: Frontpage 2002 Confirmation Page problems. 
Back to top
Login to vote
egbert_nierop

External


Since: Sep 07, 2004
Posts: 10



(Msg. 2) Posted: Wed Oct 10, 2007 2:55 am
Post subject: Re: Frontpage 2002 Confirmation Page problems. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Ian C" <IanC DeleteThis @discussions.microsoft.com> schreef in bericht
news:48A14DDB-8B12-48EA-A4AC-9D5E7B37B360@microsoft.com...
> Hi all,
>
> I have already spent hours searching the Knowledge Base and other support
> sites, without result, so now I hope can help me solve a problem.
>
> First some tech. info.
>
> I have an Intranet (100BaseTX) System Comprising:
>
> System 1:

>
> The default web site (inetpub\wwwroot) is used in all cases.
>
>
> The problem, common to all combinations of the above intranet, is:
<snip>
>
> It appears that all instances of Web Bot components are being ignored or
> not
> parsed correctly.
>
> Examination of the Frontpage source code for both the form and custom
> confirmation form shows all references to Web Bots are in grey, which is
> the
> default colour for comments. Is this significant ?

I'm no frontpage fan, and in fact, IIS supports FP 2002, but you are talking
about a web design problem.
Maybe you can convert your web bots to .asp pages or aspx pages? That would
be the most robuste future proof solution.

> The FP Configuration Info as shown in web-site\_vti_inf.html is:
> FP Version = 5.0.2.6417
> FPShtmlScriptUrl = _vti_bin/shtml.dll/_vti_rpc
> FPAuthorScriptUrl =_vti_bin/_vti_aut/author.dll
> FPAdminScriptUrl=_vti_bin/_vti_adm/admin.dll
>
> The version number of these isapi dll files, to be found in virtual
> directory ‘_vti_bin’ ( Prog Files/Common/MS Shared/web server
> extensions\50\isapi’, is 10.0.6308 in each case


I have 10.0.6754.0 try to update (windows update?)
But FP ext is no longer supported by MS.

 >> Stay informed about: Frontpage 2002 Confirmation Page problems. 
Back to top
Login to vote
Ian C

External


Since: Oct 09, 2007
Posts: 2



(Msg. 3) Posted: Sun Nov 25, 2007 3:10 pm
Post subject: Re: Frontpage 2002 Confirmation Page problems. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Having taken your advice and experimented with some non FP Ext reliant code,
I have discovered that the solution to this problem almost certainly lies in
the fact that the Session object is not persisting past page re-directions,
(in this case to global.asa) therefore the Session variables, ie the Form
Saved Data arrays, are not persisting either.
This I have proved by extensive use of the debugger tool using test asp
scripts.
This is also provable by creating an asp with the script;
<% response.write(session.sessionid) %>
And viewing in browser, the returned id no. changes on each page refresh,
indicating that the Session is not being sustained.

As I understand Session communication is dependant upon cookies,
I have set Internet Explorer for minimum security and to accept all cookies.
IIS is configured to support Session state, with the default expiry of 20
mins.

In test scripts, substituting Application object variables for Session
object variables works perfectly well, (but with the disadvantage of the
extended scope.)

What other factors determine Session persistence ?
If Session is maintained by IIS, what effects does global.asa have ?
What other configuration parameters need setting to allow Sessions to
survive re-direction ?
Are any other hacks or patches required ?

I hope you can help me solve this problem, if not can you point me to
somewhere for further assistance.
Many thanks, in advance

Ian


--
Ian C


"Egbert Nierop" wrote:

>
> "Ian C" <IanC RemoveThis @discussions.microsoft.com> schreef in bericht
> news:48A14DDB-8B12-48EA-A4AC-9D5E7B37B360@microsoft.com...
> > Hi all,
> >
> > I have already spent hours searching the Knowledge Base and other support
> > sites, without result, so now I hope can help me solve a problem.
> >
> > First some tech. info.
> >
> > I have an Intranet (100BaseTX) System Comprising:
> >
> > System 1:
>
> >
> > The default web site (inetpub\wwwroot) is used in all cases.
> >
> >
> > The problem, common to all combinations of the above intranet, is:
> <snip>
> >
> > It appears that all instances of Web Bot components are being ignored or
> > not
> > parsed correctly.
> >
> > Examination of the Frontpage source code for both the form and custom
> > confirmation form shows all references to Web Bots are in grey, which is
> > the
> > default colour for comments. Is this significant ?
>
> I'm no frontpage fan, and in fact, IIS supports FP 2002, but you are talking
> about a web design problem.
> Maybe you can convert your web bots to .asp pages or aspx pages? That would
> be the most robuste future proof solution.
>
> > The FP Configuration Info as shown in web-site\_vti_inf.html is:
> > FP Version = 5.0.2.6417
> > FPShtmlScriptUrl = _vti_bin/shtml.dll/_vti_rpc
> > FPAuthorScriptUrl =_vti_bin/_vti_aut/author.dll
> > FPAdminScriptUrl=_vti_bin/_vti_adm/admin.dll
> >
> > The version number of these isapi dll files, to be found in virtual
> > directory ‘_vti_bin’ ( Prog Files/Common/MS Shared/web server
> > extensions\50\isapi’, is 10.0.6308 in each case
>
>
> I have 10.0.6754.0 try to update (windows update?)
> But FP ext is no longer supported by MS.
>
 >> Stay informed about: Frontpage 2002 Confirmation Page problems. 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]