Generating Login Page for Some Pages..in ASP.NET

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • singleclick
    New Member
    • Jun 2006
    • 3

    Generating Login Page for Some Pages..in ASP.NET

    Hi all, i would like to generate the login page for some specific pages. What i have to do if the Authentication mode is Windows and Authentication mode is Forms.
    Thanks in advance for replying.
  • khan
    New Member
    • Jun 2006
    • 5

    #2
    First Build a template folder and copy paste the folder and write a windows application to displays the projects from that folders and update the web.config of each reading the input conttrols of the windows form dynamically

    Comment

    • khan
      New Member
      • Jun 2006
      • 5

      #3
      Originally posted by singleclick
      Hi all, i would like to generate the login page for some specific pages. What i have to do if the Authentication mode is Windows and Authentication mode is Forms.
      Thanks in advance for replying.
      Reply:

      First Build a template folder and copy paste the folder and write a windows application to displays the projects from that folders and update the web.config of each reading the input conttrols of the windows form dynamically

      Comment

      • khan
        New Member
        • Jun 2006
        • 5

        #4
        Originally posted by singleclick
        Hi all, i would like to generate the login page for some specific pages. What i have to do if the Authentication mode is Windows and Authentication mode is Forms.
        Thanks in advance for replying.
        First Build a template folder and copy paste the folder and write a windows application to displays the projects from that folders and update the web.config of each reading the input conttrols of the windows form dynamically

        Comment

        Working...