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 .