ASP.NET VB.NET Login page using Access db

Hi,

I'm trying to create a login page using the default login controle.
I also would like to use a custom Ms Acces database instead of a sql
server database.

Can anyone please tell me how to or where I can find some usefull
information ?

Thanx

John
John Devlon [ Fr, 11 April 2008 02:45 ] [ ID #1940132 ]

RE: ASP.NET VB.NET Login page using Access db

Hi

Here you have it sir... :-)

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

By the way, do not forget to try it on a real IIS, on the cassini
localhost everything will work fine, but when you move to IIS maybe you have
to tweak some permissions to allow access to some DLL's.

Good luck
Braulio

/// ------------------------------
/// Braulio Diez
///
/// http://www.tipsdotnet.com
/// ------------------------------




"John Devlon" wrote:

>
> Hi,
>
> I'm trying to create a login page using the default login controle.
> I also would like to use a custom Ms Acces database instead of a sql
> server database.
>
> Can anyone please tell me how to or where I can find some usefull
> information ?
>
> Thanx
>
> John
>
braulio121NOSPAM [ Fr, 11 April 2008 09:49 ] [ ID #1940156 ]

Re: ASP.NET VB.NET Login page using Access db

Dear Braulio

I noticed that the solution uses C# class files....

Can I keep using the vb.net language on my codebehind files or does it only
works with c#?

Thanx

John



"Braulio Diez" <braulio121NOSPAM [at] yahoo.es> schreef in bericht
news:AE0B6E1C-7B2E-4B6C-84DF-D452FB22F934 [at] microsoft.com...
> Hi
>
> Here you have it sir... :-)
>
> http://aspnet.4guysfromrolla.com/articles/010307-1.aspx
>
> By the way, do not forget to try it on a real IIS, on the cassini
> localhost everything will work fine, but when you move to IIS maybe you
> have
> to tweak some permissions to allow access to some DLL's.
>
> Good luck
> Braulio
>
> /// ------------------------------
> /// Braulio Diez
> ///
> /// http://www.tipsdotnet.com
> /// ------------------------------
>
>
>
>
> "John Devlon" wrote:
>
>>
>> Hi,
>>
>> I'm trying to create a login page using the default login controle.
>> I also would like to use a custom Ms Acces database instead of a sql
>> server database.
>>
>> Can anyone please tell me how to or where I can find some usefull
>> information ?
>>
>> Thanx
>>
>> John
>>
John Devlon [ Fr, 11 April 2008 13:12 ] [ ID #1940168 ]

Re: ASP.NET VB.NET Login page using Access db

"John Devlon" <Johndevlon [at] hotmail.com> wrote in message
news:JIHLj.69899$qj3.36008 [at] newsfe20.ams2...

> I noticed that the solution uses C# class files....
>
> Can I keep using the VB.NET language on my codebehind files or does it
> only work with C#?


Yes you can - just replace the C# classes with equivalent VB.NET classes...


--
Mark Rae
ASP.NET MVP
http://www.markrae.net
mark [ Fr, 11 April 2008 13:44 ] [ ID #1940169 ]

Re: ASP.NET VB.NET Login page using Access db

Hi,

Thanx for the info... works great... thanx

John
John Devlon [ Sa, 12 April 2008 01:53 ] [ ID #1941081 ]
Microsoft » microsoft.public.dotnet.framework.aspnet » ASP.NET VB.NET Login page using Access db

Vorheriges Thema: calendar control
Nächstes Thema: anyway to do this without post back to server