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
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
>
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
>>
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
Re: ASP.NET VB.NET Login page using Access db
Hi,
Thanx for the info... works great... thanx
John