ASP.NET configuration manager - Acces Data Provider

  • Thread starter Thread starter John Devlon
  • Start date Start date
J

John Devlon

Hi,

I would like to use the ASP.NET configuration manager to configure users and
roles. But when clicking on the securitt tab, the screen go's blanc.

I'm using an Acces data provider, which can be download from the microsoft
website. I've compiled the visual C# solution and placed it in my bin folder
of my current project. After making a refence to the dll-files, I copied the
example web.config file to my current project.

Does anyone know how i can solve this problem?

Thanx

John

Info on...

http://aspnet.4guysfromrolla.com/articles/010307-1.aspx

http://msdn2.microsoft.com/nl-be/asp.net/aa336558(en-us).aspx
 
funny thing, the problem fixed itself.... didn't change a thing.... just
rebuild a few times

John
 
In general, prep the database and add the connection strings and provider
bits manually. This is how I solve it when I have issues. If you want to
make it easy, connect to SQL Express and then flip over to Access after you
have all of the config bits written by the tools.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss

or just read it:
http://gregorybeamer.spaces.live.com/

*************************************************
| Think outside the box!
|
*************************************************
 
Thanx for the great advice...

John



Cowboy (Gregory A. Beamer) said:
In general, prep the database and add the connection strings and provider
bits manually. This is how I solve it when I have issues. If you want to
make it easy, connect to SQL Express and then flip over to Access after
you have all of the config bits written by the tools.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss

or just read it:
http://gregorybeamer.spaces.live.com/

*************************************************
| Think outside the box! |
*************************************************
 
Back
Top