I need your support I´m facing now my first asp.net mvc application.
WHAT I TRIED:I tried to use connection string into my web.config but without result at all.
WHAT I NEED:i need to connect to a PostGreSQL db and run some queries and work with some date to put into a GeckoBoard service.
PROBLEM:i´ve red that i need to create a new modelView dedicated to my connection database. Can someone help me?
please, it´s really important for me.
I explain :
I´m at the very beginning so my first need is : how can i connect my application to postgreSQL database? if you want to use SQL you have a kind of Wizard.. for postgreSQL no. I´ve downloaded visual studio 2013 and i´ve created a new Internet application ASP.MVC 4.0 . i need to connect to the db and have a result. the template allows to have users and they´re own password but i don´t need it. I need to create an application that can show some information and with a run button can send these to a widget called Geckoboard for key metrics. where do I start from?