Navigation Problem

Last post 11-20-2004, 11:04 AM by cutechat. 1 replies.
Sort Posts: Previous Next
  •  11-19-2004, 2:11 AM 2483

    Navigation Problem

     

    Hi:

     
    I am getting logout  page after login page.
     
    (Before that there is no table for SampleUsers, i created it through given fileds like loginname, displayname, password amd email)
     
     
    In the given code Response.Redirect("~/"); is there.
     
    please let me know proper navigation and extra filelds in SampleUsers (if there any)
     
     
     
    regards,
    eshwar_gp
  •  11-20-2004, 11:04 AM 2498 in reply to 2483

    Re: Navigation Problem

    eshwar_gp:
     
    have you try the configuration-wizard ? to deploy a new sample application ?
     
    the sample user is :
     
    CREATE TABLE [dbo].[SampleUsers] (
     [UserID] [int] IDENTITY (1, 1) NOT NULL ,
     [LoginName] [nvarchar] (100) NOT NULL ,
     [Password] [nvarchar] (100) NOT NULL ,
     [DisplayName] [nvarchar] (100) NOT NULL ,
     [Email] [nvarchar] (100) NOT NULL
    ) ON [PRIMARY]
     
    ----------
    for your problem , could you show your web.config , the cutechat section ?
     
    Regards , Terry .
View as RSS news feed in XML