Re: Navigation Problem

  •  11-20-2004, 11:04 AM

    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 Complete Thread