Forms Authentication

Discussion in 'ASP.NET / ASP.NET Core' started by davegeorge60, Apr 20, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I have successfully established forms authentication for particular folders within my site. However, I have recently added a frameset page, which has a .htm extension. I placed my frameset page in a secure folder and now when I request that page it completely bypasses my authentication process. How can I require authentication for this .htm page?

    Thanks for any help.

    Dave
     
  2. You could try to convert .htm into .aspx page..


    If you are using VS 2003 development tool, it has a in-the-box frameset feature as well...[​IMG]

    J. L.
    Technical Support/IT Admin/MIS Developer
    Maxtop Enterprises Inc.
    http://www.maxtop.ca</CODE>
     
  3. Hi, how can we map .htm to .aspx ext.?


    Joel?[​IMG]

    J. L.
    Technical Support/IT Admin/MIS Developer
    Maxtop Enterprises Inc.
    http://www.maxtop.ca</CODE>
     
  4. Hi Joel. I will try to do just this. Thanks for the post.

    Dave G
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page