NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: JohanR on April 30, 2013, 12:02:11 AM

Title: IndexPage / Homepage / Index.html
Post by: JohanR on April 30, 2013, 12:02:11 AM

Hi,

I am busy chasing my own tail here.

Where do I specify which NetWebpage is the "home page" ?

I am busy cleaning up my app and have renamed my old IndexPage procedure to IndexPageOld and created a new IndexPage.
The source being generated into the browser does not include any of the new IndexPage source/code.

thanks

Johan

Title: Re: IndexPage / Homepage / Index.html - SOLVED
Post by: JohanR on April 30, 2013, 12:13:09 AM

Previously I was specifying a file, but have changed this to a procedure.
Working now.


From the help file
Whatever the name of this first procedure, that is the name you must set in the WebServer procedure, in the Default Page setting.


Johan