简体   繁体   中英

Integrating asp.net with Drupal

I am looking for suggestions and links towards integrating asp.net with Drupal. I will be taking a current site which houses an asp.net application that makes uses of mssql server. In the clients new site they want it to be in Drupal and thus php.

So, in summary - how would I build a Drupal site while integrating the .net application that currently exists?

Just throwing this out there, for the data access areas of the existing .NET site you could possibly expose them as a service. Thus, in the backend php of Drupal you could Create, Update, and Delete objects through the .NET service methods. Could you explain a little more about the role the .NET site takes after the Drupal integration is complete. You said that is utilizes a SQL Server, to what extent? Would this database be used to populate website content such as images or descriptions and other textual content?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM