• Welcome to Valhalla Legends Archive.
 

web.config question

Started by Imperceptus, July 08, 2009, 02:14 PM

Previous topic - Next topic

Imperceptus

Going through someone else's code to familiarize myself with the application and I came to this line

<add name="SubscriptionsConnectionString"
connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\Subscriptions.mdf;Integrated Security=True;User Instance=True"
providerName="System.Data.SqlClient"/>

Now I have tried to connect to that database, with no luck. Also I have found that the application is using that line currently and runs and it works great.  But i can't find the database running on any machine within our network.

The creator of the application no longer works for my company =(.  

Any idea's how I might find the database?
Quote from: Hazard on August 07, 2003, 03:15 PM
Highlight your entire code. Press the delete key. Start over again using Cuphead's CSB tutorial and work your way from their rather than raping code from downloaded sources meant purely for learning purposes. If this does not fix the problem, uninstall Visual Basic and get a new hobby. I suggest Cricket.

MyndFyre

Do you have SQL Server Express Edition (2005 or 2008) installed on the machine on which you're running?

ASP.NET will automatically start it for you, but you need to be running SQL Express.
QuoteEvery generation of humans believed it had all the answers it needed, except for a few mysteries they assumed would be solved at any moment. And they all believed their ancestors were simplistic and deluded. What are the odds that you are the first generation of humans who will understand reality?

After 3 years, it's on the horizon.  The new JinxBot, and BN#, the managed Battle.net Client library.

Quote from: chyea on January 16, 2009, 05:05 PM
You've just located global warming.

Imperceptus

Oy this project is chaos. I found out before i left the office that everything is handled through a webservice more or less.  so now i have to sort out what works from what is just sitting there. fun :)
Quote from: Hazard on August 07, 2003, 03:15 PM
Highlight your entire code. Press the delete key. Start over again using Cuphead's CSB tutorial and work your way from their rather than raping code from downloaded sources meant purely for learning purposes. If this does not fix the problem, uninstall Visual Basic and get a new hobby. I suggest Cricket.