How to connect a website with database

Posted by: rickyponting1392 on 4 September 2018, 9:28 am EST

    • Post Options:
    • Link

    Posted 4 September 2018, 9:28 am EST

    I design a website using .net. Now I want to connect the database with my page. This my webpage https://mailhelp.net/outlook-support/]outlook technical support. Suggest me how can I do this?

  • Posted 4 September 2018, 2:57 pm EST

    Hi,

    Please let us know which database you are using and how you would like to connect. If you are using ASP.Net webform, please refer to the following tutorial:

    https://www.tutorialspoint.com/asp.net/asp.net_database_access.htm

    ~Manish

  • Posted 6 December 2018, 8:56 pm EST

    You will need a server-side script or framework (the “controller” segment in the MVC pattern) to do HTTP request / Database interaction.

    Rails, PHP, NodeJS, .NET, Django, Struts, etc. all do this.

    The server-side script holds the credentials and connection details to connect to the database, as well as the performing the queries needed and parsing / formatting the results.

    To actually make this happen, you’ll want to:

    Choose the language you wish to use

    Gain FTP / shell access to a hosting instance

    Configure your database on that hosting instance

    Once you’ve done that, use Google or your library to find relevant tutorial materials for the language and database pairing you chose. A common combination for beginners is PHP and MySQL.

  • Posted 10 December 2018, 7:06 pm EST

    Thank you for the information. This will surely help others in future,

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels