ASP.NET MVC 2 - user defined database connection.
Posted
by J Harley
on Stack Overflow
See other posts from Stack Overflow
or by J Harley
Published on 2010-06-16T13:12:56Z
Indexed on
2010/06/17
10:13 UTC
Read the original article
Hit count: 309
ASP.NET
|asp.net-mvc-2
Hello,
I am looking to port my very basic DBMS software from classic ASP to ASP.net - however the user would need to input the connection details in order to connect to their specific DBMS server.
Is this at all possible with ASP.NET MVC (very similar to DSN-less connections in ASP).
Cheers, Joel
© Stack Overflow or respective owner