Re: Integration with our user database so nickname dialog does not appear.

  •  06-21-2006, 5:36 PM

    Re: Integration with our user database so nickname dialog does not appear.

    Can you provide me with an example?  Does this all go in the global.asac file?
    Here is what I added to my global.ascx so far:
     

    public static String ConnectionString

    {

    get

    {

    return System.Configuration.ConfigurationSettings.AppSettings["MyConnectionString"];

    }
    what do I do next?

    }

View Complete Thread