Access :: Access DB Connection Does Not Work?

May 14, 2010

I have got a small website with MS Access Database. I have used access membership provide with it. i bought hosting with Discountasp.net when i uplaoded my web to the server it gives me following error. It works perfect on my local machine.
i have contacted the support guys they say there is somthing worng with my web config there is nothing pointing to sql server in my web config. here is my error message. I have a hosting with iis 6 it does work on that but it does not with with iis7.

Server Error in '/' Application.

Configuration Error
Description:
An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: The connection name 'LocalSqlServer' was not found in the applications configuration or the connection string is empty.

Source Error:

[Code]....

Line 158: <roleManager>Line 159: <providers>Line 160: <add name="AspNetSqlRoleProvider" connectionStringName="LocalSqlServer" applicationName="/" type="System.Web.Security.SqlRoleProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>Line 161: <add name="AspNetWindowsTokenRoleProvider" applicationName="/" type="System.Web.Security.WindowsTokenRoleProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>Line 162: </providers>
Source File: C:WindowsMicrosoft.NETFrameworkv2.0.50727Configmachine.config Line:
160
Version Information: Microsoft .NET Framework Version:2.0.50727.4016; ASP.NET Version:2.0.50727.4016

View 2 Replies


Similar Messages:

Access :: Access Database Connection?

Jul 2, 2010

I'm having a terrible time being able to connect my access database to my website. I'm using 1and1.com as my host. The database resides in my App_Data folder. I checked everything I could think of on the host side. I cannot query from the database through VWD Express nor create a typed dataset .xsd that will allow quering the database.p.s. - I don't need any sophisticated security on the database, just a homegrown sign in I put together that works fine for my site which is mostly xml file data.

View 10 Replies

Web Forms :: How To Access Connection Connection String From Sub Folder Web.config File

Mar 15, 2011

just for my testing purpose i know i can define both the connection's outside in a single web config file by different name's and access them in my front end according to it but what if i want to have seprate for both connection's web.config situation is like this see image so i want to access my connections from second web config file how i can do that.

[Code]...

i tired this but its giving error

[Code]....

View 1 Replies

Access :: IIS_WPG Write/modify Access To The Folder Where MS-Access Database Is Located - Insert An Error Pop-up?

Feb 17, 2010

Is there anything missing in IIS 6.0 that prevents me from (Insert into table) using MS-Access?

Explain: The application works fine under Visual Studio 2008 IDE the insert into table works fine with no error, Also I tested with hosting provider and works fine with no problem. but now I have published the same exact app in a dedicated server windows 2003 with
IIS 6.0 .NET framework 2.0 with latest service pack I gave IIS_WPG write/modify access to the folder where MS-Access database is located and database but at the time of insert an error pop-up. I need to install in the Server or settings in the IIS to recognize my MS-Access db is it some office runtime that I am missing. (BTW I am using OLEDB connection string in my C# )

Using System.Data.OleDb;

I can retrieve data off of it with no problem but when I try to insert is when it fails I thought the problem was Access Rights but I do not think is the case.

View 4 Replies

Configuration :: Access Connection In DAL?

Feb 23, 2011

How can i get ConnectionString In web.Config when you are in DAL(data access layer)Some said it should me in <appSetting> but i think this is not appropriate to do because web.config have dedicate tag for connection strings.i am creating a 3 tier each layers is a project in 1 solution

Project ://solution

|_View :WebApp // Dependence (BLL,ENTITY )
|_BLL : ClassLib // Dependence (DAL,ENTITY )
|_DAL : ClassLib // Dependence (ENTITY )
|_ENTITY : ClassLib //note this is not a layes just a central data object reference

View 3 Replies

Configuration :: MS Access Connection?

Feb 23, 2011

I have created a website (VB) on my local host. A couple of pages on this website use gridviews or detailsviews with an AccessDataSource connection to a MS Access database. This works perfectly. But now I want to move this website to a hosting provider. And on this hosting provider my website works well but not the pages with a connection to the Access database. I searched the whole internet for a solution but I didn't found it.

Folder structure on the host:

- db > Access databases (name: testdemo.mdb)
- logs
-wwwroot > website (for example, the gridview is placed on index.aspx).


I think AccessDataSource didn't work, but what kind of code may I use in the index.aspx and web.config? My hosting provider said only, use a direct link to the database and not a relative, for example: E:xxx.comdb estdemo.mdb

View 3 Replies

Access :: Change DSN Var Connection To DSN Less

Jan 17, 2011

I need help with changing this DSN to a DSN less var connection .whenever i use the dsnless connection i get an error since the String connTaftPrjPic is reused in the code.The Objective is to change to a DSN Less connection without affecting the connTaftPrjPic.

<%
// FileName="Connection_odbc_conn_dsn.htm"
// Type="ADO"
// DesigntimeType="ADO" [code]....

View 2 Replies

Access :: Closing Datasource Connection?

Jul 20, 2010

I am using a AccessDatasource for getting values from a accessdatabase for a Dropdown list. After i load the page and close it, a .ldb file is created. After wards i am not able to open the database manually. How to close the connection. I have given Network service Modify access [URL] to share permission, still no go.

View 3 Replies

How To Access IIS 7 Connection Strings Programmatically

Mar 21, 2011

In IIS 7 you can create database connection strings. I suppose this must be encrypted and best protected by IIS. This is nice, but how do I access it programmatically?

View 7 Replies

Lost Connection Rights To Access DB?

Mar 17, 2010

Somehow I deleted my App_Data folder and had to recreate it... it only had one database in it ... an Access Database. My .aspx pages that use the DB are giving permission errors when they load... I can't find anyplace in my DB or on my VWD Express where I can set the permissions (nor on my hosting service).

View 16 Replies

C# - Add And Access Connection String From Web.config?

Nov 18, 2010

I want to add connection string to connect to mysql in web.config and access the same in my code c# how can i do this?

here is my code onclick of a button to connect to database.

protected void Button2_Click(object sender, EventArgs e)
{
String a = DropDownList1.SelectedItem.Value;
String b = DropDownList3.SelectedItem.Value.PadLeft(3, '0');

[Code]....

View 2 Replies

Access :: SQL Connection String To MS Database?

May 14, 2010

Iam using vwd2008 C# and an MSaccess database and have tried to connect to the database using SQLDatasource.The code example is as follows:

<%@ Page Language="VB" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

[code]...

View 2 Replies

Access :: DataBase Connection Recommended?

Jul 5, 2010

I've got an ASP.NET web project which connect to an SQL Server 2005 DataBase.I think that I'm doing the part of the database connection awfull because everytime I need to do a query (select for example) I'm creating a new connection, opening the connection, creating the command, executing the query, using the results and closing the connection.

Is the rigth way to open a connection in the start of the application and closing at the end?? How can I do that?? I'm retrieving data but what will happen to database server when the application will be used by many people?

View 2 Replies

Access :: Connection String At Code Behind?

Jan 29, 2010

i have made a project that has an access database.

i have manage to connect and retrive data from the database at aspx and at code behind.

the problem is that i do not want to write the connection string at code behind again and again but to get it from the web.config as i am doing to the aspx pages.

this is what i do at aspx pages:

<add name="dataConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|data.mdb;Jet OLEDB:Database Password=data
@123" providerName="System.Data.OleDb"/>

[Code]....

View 5 Replies

ADO.NET :: Unable To Open Connection In C# Using Ms Access As Database

Jan 3, 2011

[Code]....

and i am receiving error as

ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

Description:An unhandled exception occurred during the execution of the current web request. review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.Odbc.OdbcException: ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

View 9 Replies

Access :: Connection String For Database Using A Web Service?

Jul 30, 2010

I need a connection string to connect the microsoft 2003 database with my ASP.NET webserviceWhen just making a website I used to use the following connection statement

OleDbConnection dbconn = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; data source=" + + Server.MapPath("~/db/SalesCentral.mdb"));

Now as I am using a webservice the Server.MapPath function is giving an error

View 4 Replies

Many Users Can Open A Connection To Microsoft Access?

Mar 20, 2011

how many users can open a connection to Microsoft Access database simultaneously ?I am using asp.net 4.0 to write my application.

<add name="E_ShopAccessConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|
eport.mdb;Persist Security Info=True" providerName="System.Data.OleDb"/>

View 4 Replies

Access :: Database Connection Gives Weird Errors?

May 11, 2010

I am trying to do a login page which checks username and password from access database. I think my code is almost done but i am getting some weird error which i just can't decipher where it exactly comes from, as i think i already have every return value it needs. Can anyone check this function and tell me if there is something i am missing or doing wrong? And the error i get isDBConnection(string, string)': not all code paths return a value

[Code]....

View 3 Replies

ADO.NET :: Create Connection With MS Access Database Using LINQ?

Jan 29, 2011

How can i create dbml file for MS Access or suggest me any other method so that i can use LINQ with MS Access database.

View 4 Replies

Access :: Multiple Connection Strings In Web.config File

Jan 12, 2010

Is that possible to add two connectionstrings in web.config and Can I call those two web.config in my aspx.cs file?

View 3 Replies

Access :: Error : ExecuteNonQuery Requires An Open And Available Connection?

Apr 15, 2010

We are currently migrating our test databases to a new server and I am switching one of our sites over to use them. When running the application from my development box it hits the database just fine. However when I compile and push the code out to our test server and try to use the same datbase I get the ExecuteNonQuery requires an open and available Connection. The connection's current state is closed error. I cannot seem to figure out why. Also when I point the site at our old test server it works just fine.

View 1 Replies

Sharing Connection And Transaction In A Data Access Layer?

Aug 8, 2010

I'm building a Data Access Layer for my asp.net application. I would like to be able to share connection between different classes in order to manage transaction, but I don't know how to do that.

Example:

I have 2 classes, Order and OrderDetail.

I will call my DAL Order class for a SQL insert of a new order.

Inside the Insert method, I want to call my OrderDetail class to insert my order's details, and I would do that with same connection and transaction.

View 1 Replies

Access :: Reading Data From Access With A Linked Table (pointing To A Access Table On Another Location?

Sep 7, 2010

Here's a short explanation of my asp.net project.

1) the default page loads, it will read the Windows Login of the user opening the page.
2) I'll check if this login exists in a table stored on the webserver.

In this Access Database, there's a 2nd linked table, pointing to another access table on a network location. Now, I want to read data from this linked table. However, at this moment I receive an error:

"The Microsoft Jet database engine cannot open the file '\<ip><shared-folder>statistics.mdb'. It is already opened exclusively by another user, or you need permission to view its data".

Some extra info:

- The network folder has read and write permissions for everyone

- the user and group permissions on both access files are set to read/modify/administer for the Admin user (on the tables I want to read from)

- IIS authentication on the server is set to "Windows Authentication" (this is needed so I can read the Windows Login from the user). All other authentication modes are disables (like anonymous, ...)

- When the error occurs, no other program or process has access to the statistics.mdb (so, it can't be locked by someone else)

- the web.config files access connection string looks like:
<add name="AccessConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\<IP><shared-folder>statistics.mdb;User Id=admin; Password=;" />

Like I said before, in this statistics.mdb file, there are 2 tables. One normal table, and another linked table (pointing to a network location)

Searching for solutions, I discovered the following:

- if I don't use linked tables, everything works fine (however, I have to use this linked table)

- even if I connect directly to the table in the network I receive the error. So, I'm pretty sure I don't have sufficient rights to read from this table.

I read that not the Admin user is opening the file, but actually a user called ASP.NET. This user doesn't have the correct rights to do this. However, I'm not sure if this is true.

View 5 Replies

Configuration :: Unable To Access Connection String In Machine.config

Nov 14, 2010

I have a Windows Service I have developed in Visual Studio 2005 (C#).

It accesses a database using a connection string in machine.config.

On my Windows XP Pro 32bit (SP3) machine, it works correctly.

On my new Windows 7 Pro 64bit machine, it throws "object not set to an instance of an object" when it gets to the line where it's trying use the connection string.

This is the 'object' which is not set in Windows 7:

ConfigurationManager.ConnectionStrings["MyDatabase"].ConnectionString

The machine.config has the same connection string set up on both machines.

A .Net 2 website transferred to the Windows 7 machine has no problem accessing the same connection string.

I have tried a bunch of different permissions on the machine.config and its containing folders, and setting the service to log in as Admin, but I don't know exactly what permissions are required.

View 1 Replies

Application Block Connection String From Data Access Layer

Jun 4, 2010

I am making use of 3-Tier architecture while making my project. And in Data Access Layer I am making use of application block, but application gets a connection string from web.config; but ClassLibrary of Data Access Layer doesn't contain web config file. How can I access connection string from Data Access layer?

View 5 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved