Click here to Skip to main content
15,920,468 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
We have a website developed in PHP (Wordpress) with MySQL and another on in ASP.NET with SQL SERVER..I want that user will enter username and password on the login form in PHP website and redirected to ASP.NET website's welcome page, where he will create some design and logged out.

That designed file has to be transfer to PHP website.. I am not getting the way to do this..If some example would come as answers, it will be really appriciable..

thanks..
Satish Malhotra
Posted

Use web service for this. make webservice at one application and as a result it returns data which you want.
 
Share this answer
 
Comments
mhamad zarif 29-Dec-11 9:05am    
do as he said and everything will be fine. my 5.
Just do a request to the aspx page with the (encrypted) password and userID in the querystring, and if the login is valid, redirect to the appropriate aspx page.
 
Share this answer
 
Comments
[no name] 29-Dec-11 7:55am    
Thanks a lot, but now how will, we send a file from ASP.NET app to PHP, So user can access that file from PHP application..

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