Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Want to pass Authentication Cookies to Report server logon page and read the cookies which is passed from previous page.

Example: I want to pass cookies from http://localhost/text.aspx
to

http://localhost:8080/reportServer/login.aspx . Want to read the cookies value in login.aspx. Like form authentication.

Please help
Posted
Comments
senguptaamlan 4-Jan-12 7:32am    
what's the authentication Ur using in the ASP.NET application???

1 solution

Use the MachineKey setting in web.config. As long as they are the same you can pass authentication through automatically. See http://msdn.microsoft.com/en-us/library/dd577079.aspx[^]
 
Share this answer
 

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