2 different server one is Linux and one is windows 2 different application on Linux server we have run PHP system and in windows server we have hosted ASP.Net application. Now i want Use PHP system database in ASP.Net system and Asp.Net System Database In PHP System is this possible ?
Well what database engine are you running? You can use MySQL with ASP.NET http://asp.net-tutorials.com/mysql/getting-started/ You can use MSSQL with PHP http://php.net/manual/en/book.mssql.php So yes, it is possible. You might be using something else though and most likely you can export/import the database or change the engine if needed.
in php system i am using my sql in asp .net i am using ms sql i need to in asp.net some data from my sql at thi moment like in php client email id , data of birth i need to same detail display in asp.net system ? so it is possible ?