Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends,
I need to redirect the user for windows application(C#) to web application(C# dot net). The problem is ,we need to redirect the user to the report page. The web application uses the form authentication and sessions.so i am not able to navigate directly to the report.its redirected to the login page.We r using same DB for windows application and web application.so the same user name password can be used in both the application.

Note:
1.User should not login again in the web application.Loin information available in the windows application.we need to re use the user name and password.

I have Tried with web browser control.I am able to get through login.i need to reach the report directly with out login in the web application
Posted
Comments
Sinisa Hajnal 3-Sep-15 2:25am    
Add some url parameter that will enable you to either bypass login or to automatically login with the given url parameters. Maybe make the parameter hash of username + password strings and check that instead of passing plaintext data.

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