Client Application Services
-
Hi! I have implimented Client Application Services in my Windows Application. I have a DAL and a Web Application as well. I am using ASP.NET Membership framework to enable my windows application to login a user against the same database that he uses to logon to the website. The problem is that I can logon with a username and password on the website without any problem but when I try logging on to the windows app I cant authenticate. I checked my connectionstring, membershipprovider, roleprovider etc but everything is fine. When I logon using my ID I can logon to both windows and web but when I create a new id using the ASP.NET Configuration tool I cannot logon to the windows app. I can logon to the website. Any thoughts and/or ideas??
Illegal Operation
-
Hi! I have implimented Client Application Services in my Windows Application. I have a DAL and a Web Application as well. I am using ASP.NET Membership framework to enable my windows application to login a user against the same database that he uses to logon to the website. The problem is that I can logon with a username and password on the website without any problem but when I try logging on to the windows app I cant authenticate. I checked my connectionstring, membershipprovider, roleprovider etc but everything is fine. When I logon using my ID I can logon to both windows and web but when I create a new id using the ASP.NET Configuration tool I cannot logon to the windows app. I can logon to the website. Any thoughts and/or ideas??
Illegal Operation
You told that your connectionstring,membershipprovider,roleprovider etc. are fine and when you are creating new account, it can't be authenticate.. This might because your new account is still deactivated..so checkout in your database, whether that user is active or not??