locked
Redirect to a .ftw file RRS feed

  • Question

  • User-740209433 posted

    Hi,

    I have a default.aspx page in the asp.net, the Page_Load looks like the following.  I have been searching the whole directly and I can't even find the file "Home.ftw".  Is it even a file? Please advice and your help would be greatly appreciated!

            public void Page_Load(object sender, System.EventArgs e)
            {
                Response.Redirect("/Home.ftw");
            }

    Friday, March 9, 2018 7:49 PM

All replies

  • User283571144 posted

    Hi wkpli,

    I have a default.aspx page in the asp.net, the Page_Load looks like the following.  I have been searching the whole directly and I can't even find the file "Home.ftw".  Is it even a file? Please advice and your help would be greatly appreciated!

    As far as  I know, the FTW files are files that contain family tree data that is used exclusively by Family Tree Maker software.

    Family Tree Maker is a genealogy program that allows users to build and share their family tree with others. The FTW file will also contains user settings and other program and user information. 

    I couldn't understand why your web application will redirect to the ftw file.

    If you use visual studio default template created application, it will not auto generated the ftw file.

    Best Regards,

    Brando

    Monday, March 12, 2018 5:31 AM