Re: Problem in User Adapter Type

  •  04-19-2005, 7:59 AM

    Re: Problem in User Adapter Type

    Ofcourse i have read the readme file. If I run the application on a pc that have sql server with sa and no pasword it works fine.
     
    But when i run the application on the network that have sql server on a seprate machine and application on a seprate machine then it get fails and give me following error.
     
     

    Server Error in '/SamplePortal' Application.

    SQL Server does not exist or access denied.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Data.SqlClient.SqlException: SQL Server does not exist or access denied.

    Source Error:

    Line 56: 			
    Line 57: 		}
    Line 58: 		if( ChatWebUtility.CurrentIdentity.IsRegistered && ChatWebUtility.Api.IsAdministrator(ChatWebUtility.CurrentIdentity.UniqueName))
    Line 59: 			temp += "<a Class=\"menuTextLink\" href='CuteSoft_Client/CuteChat/Admin'>Chat Admin</a>";			
    Line 60: 		WelcomeMessage.Text = temp;

    Source File: D:\SamplePortal\Web\TopBanner.ascx    Line: 58
     
    Now how can I resolve this. Server connection settigns you told me all are tested but they didn't work so i post the mail.
     
    Regards,
    Ghazala
View Complete Thread