ASP.NET configuration manager - Acces Data Provider
ASP.NET configuration manager - Acces Data Provider
am 16.04.2008 17:29:16 von 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).asp x
Re: ASP.NET configuration manager - Acces Data Provider
am 16.04.2008 17:50:42 von John Devlon
funny thing, the problem fixed itself.... didn't change a thing.... just
rebuild a few times
John
"John Devlon" schreef in bericht
news:iXoNj.159043$833.110854@newsfe17.ams2...
> 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).asp x
>
>
>
Re: ASP.NET configuration manager - Acces Data Provider
am 16.04.2008 17:54:49 von NoSpamMgbworld
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!
|
*************************************************
"John Devlon" wrote in message
news:iXoNj.159043$833.110854@newsfe17.ams2...
> 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).asp x
>
>
>
Re: ASP.NET configuration manager - Acces Data Provider
am 16.04.2008 21:17:06 von John Devlon
Thanx for the great advice...
John
"Cowboy (Gregory A. Beamer)" schreef in
bericht news:eO9F2o9nIHA.2636@TK2MSFTNGP04.phx.gbl...
> 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! |
> *************************************************
> "John Devlon" wrote in message
> news:iXoNj.159043$833.110854@newsfe17.ams2...
>> 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).asp x
>>
>>
>>
>
>