At the moment I\'m searching for properties开发者_开发百科 for a connection string, which can be used to connect to an Excel file in readonly mode. Searching Google gets me a lot of examples of connec
I have an ASP.NET project which gives me the following exception if I try to run it Where should I \"call\" it before I can use it开发者_开发百科 ?
Actually in my system having 2007 office then i am reading the 2003 .xls file with using the 2007 connection string
so I\'m very very far from an expert on MVC or ASP.NET. I just want to make a few simple Controllers in C# at the moment, soI have the following question;
I\'m writing an application in C# for a smart device running Windows Mobile 6.1. It\'s pretty basic. Just querying a database and getting results. Nothing too fancy.
I need to access an SQL Server that is on a machine behind a firewall and you access this machine using an ip address like 95.95.95.33:6930 (not the real ip address) ... But, you get my point that by
my ASP.NET application reads an xml file to determine which environment it\'s currently in (e.g. local, development, production).
I\'ve inherited a very large project in ASP.net, SQL 2005 and have found where some SQL connections are not closed - which is bad. Without going thru every line of code, is there a way 开发者_StackOve
Does anyone know if it is possible to create a single connection str开发者_StackOverflow社区ing that will be accessible to all the projects in a solution (we have about 6).
I wan开发者_JAVA技巧t to inject a connection string into my repository but ideally, I want this connection string to be in my web.config connectionStrings section rather than in my windsor config. Is