VS2005 WebServer with IIS

Last post 11-27-2007, 1:43 PM by cutechat. 3 replies.
Sort Posts: Previous Next
  •  11-26-2007, 4:47 PM 35396

    VS2005 WebServer with IIS

    Hi,
     
    I working with your live support app. and manage it to work with our user database.
    I using VS2005 (.NET 2.0). Operator application ir working ok when I connecting to
    VS developing server (ex. url http://localhost:3787/Cute4_LLDB/ )
    But when I setup same folder on IIS as virtual directory and trying to open (ex. url http://172.16.11.35/chat4/ )
    I getting this :

    Login Form return OK, but login failed!


    What can be ? And how to figure out the problem ?

    Thanks
    Vytautas
  •  11-27-2007, 9:57 AM 35420 in reply to 35396

    Re: VS2005 WebServer with IIS

    Hi:
     
    This error message said that ,  the server have validated the username/password and set the cookie.
    But the website Context.User.Identity.IsAuthenticated is false.
     
    Do your website use FormsAuthentication or custom way ?
    Can you post the code of the ChatProvider implementation ?
     
    Regards , Terry .
  •  11-27-2007, 10:49 AM 35425 in reply to 35420

    Re: VS2005 WebServer with IIS

    It start working when I set:
            <authentication mode="Forms"/>
    but in my application I use
            <authentication mode="Windows"/>
    and I do not want to change all stuff only because of CuteChat.

    Do you have any solution for that ?

    Thanks
     
    Vytautas

  •  11-27-2007, 1:43 PM 35435 in reply to 35425

    Re: VS2005 WebServer with IIS

    I need modify the code for that condition .
    please wait for one day.
     
    Regards , Terry .
View as RSS news feed in XML