Click here to Skip to main content
15,915,032 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have login functionality on login.aspx page and I want to use the same page in another web application is it possible.Thanks in advance
Posted
Comments
[no name] 13-Oct-15 6:49am    
Will you please explain your purpose ? You can do it by some limitations.
Krunal Rohit 13-Oct-15 6:52am    
You can use the UserControl for that matter.

-KR

1 solution

If both these applications are hosted, then yes, one way could be to call one page inside another using an IFrame.
However, there are security implications with this approach and this is generally not recommended.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900