Stack Overflow is a community of 4.7 million programmers, just like you, helping each other.

Join them; it only takes a minute:

Sign up
Join the Stack Overflow community to:
  1. Ask programming questions
  2. Answer and help your peers
  3. Get recognized for your expertise

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?

share|improve this question
    
It's really unclear what you're asking or in what way your previous attempt was unsuccessful. Can you indicate what you tried and how it didn't work? Did you get a specific error message? It currently sounds like you're asking how to use a database in an ASP.NET MVC application, which is very broad. – David Nov 18 '13 at 15:36
    
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? – user3005289 Nov 18 '13 at 15:47

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.