CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Pre-installation Questions (Moderator: Dave Greenberg) »
  • Access to API from ASP.NET custom web application and CMS
Pages: [1]

Author Topic: Access to API from ASP.NET custom web application and CMS  (Read 1488 times)

www_logic

  • I’m new here
  • *
  • Posts: 3
  • Karma: 0
  • CiviCRM version: none
  • CMS version: Custom CMS, written in ASP.NET
  • MySQL version: not sure
  • PHP version: not sure
Access to API from ASP.NET custom web application and CMS
May 23, 2012, 12:32:20 pm
Hi, I am developing a website for a client who is interested in using CiviCRM as their membership management software.  The website uses my custom developed CMS system built in ASP.NET 4.

Currently a requirement from the client is that the website hook into CiviCRM in the following way...

- Allow a member to authenticate with CiviCRM
- Allow a member to modify profile information stored in CiviCRM, and write any edits back.

Questions:

- Is your API accessible from an ASP.NET website?  If so, what is the best recommended practice?  JavaScript?
- If so, which version do I download to test API integration?  All versions seems to require integration with Joomla!, WordPress, or Drupal.
- Is there any other important iformation you can share regarding CiviCRM working with an ASP.NET website?

Thanks, I appreciate any input you can provide.  The client is ready to make a decision.

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: Access to API from ASP.NET custom web application and CMS
May 23, 2012, 12:49:43 pm
Hi,

The login is not part of civicrm but we let the CMS handle it. what is usually done in a case like yours is to have a minimal "back office only" drupal+civicrm, and use the REST interface (API) to fetch/update the data in civicrm from the publicly visible front-end site.

X+
-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

www_logic

  • I’m new here
  • *
  • Posts: 3
  • Karma: 0
  • CiviCRM version: none
  • CMS version: Custom CMS, written in ASP.NET
  • MySQL version: not sure
  • PHP version: not sure
Re: Access to API from ASP.NET custom web application and CMS
May 23, 2012, 01:10:11 pm
Thank you for your reply.

Excuse my ignorance on the subject of Drupal, but I've never used it and know little about.

Are you saying I would install Drupal on my server as well, and that my ASP.NET application would be able to integrate with Drupal enough to know when a user was authenticated?  Then what?  Does Drupal give me some session key or something that allows me to gain access to the correct user information from CiviCRM?

I'm just trying to understand the interaction among the three systems and determine if this solution is even feasible.

Thanks!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Pre-installation Questions (Moderator: Dave Greenberg) »
  • Access to API from ASP.NET custom web application and CMS

This forum was archived on 2017-11-26.