How to loggin ASP.NET project in the ASP project?
-
:wtf: I have two project,one is ASP,and another is ASP.NET. And in the loggin page of ASP.NET project,username,password and valid code is necessary. Because I want to loggin ASP.NET project in the ASP project,Now I need add a loggin fuction in a page of ASP project(And ASP project doesn't need loggin). But I don't know how to do it,can you help me? Thanks a lot. Bright Zhang
-
:wtf: I have two project,one is ASP,and another is ASP.NET. And in the loggin page of ASP.NET project,username,password and valid code is necessary. Because I want to loggin ASP.NET project in the ASP project,Now I need add a loggin fuction in a page of ASP project(And ASP project doesn't need loggin). But I don't know how to do it,can you help me? Thanks a lot. Bright Zhang
:-O Boys and Girls,give me a hand. Thanks.
-
:wtf: I have two project,one is ASP,and another is ASP.NET. And in the loggin page of ASP.NET project,username,password and valid code is necessary. Because I want to loggin ASP.NET project in the ASP project,Now I need add a loggin fuction in a page of ASP project(And ASP project doesn't need loggin). But I don't know how to do it,can you help me? Thanks a lot. Bright Zhang
O,I'm sorry,nobody comes here. But I've resolved it by ViewState(__VIEWSTATE).
-
:wtf: I have two project,one is ASP,and another is ASP.NET. And in the loggin page of ASP.NET project,username,password and valid code is necessary. Because I want to loggin ASP.NET project in the ASP project,Now I need add a loggin fuction in a page of ASP project(And ASP project doesn't need loggin). But I don't know how to do it,can you help me? Thanks a lot. Bright Zhang
Store UserName and Password in Session and share the session variable with these two application with the use of intermediate program. Mohamed Naseer