Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Login failed

0 views
Skip to first unread message

John Devlon

unread,
Apr 21, 2008, 2:43:03 PM4/21/08
to
Hi,

I've created a small web application using a login controle and the
microsoft Acces provider to store the data and allow me the use Acces
databases for uses and roles...
Everything works fine when running it from within vb.

When publishing the website no errors occures but when trying to login the
screen goes blanc... error 500...

Somebody any suggestions ?

Thanx

John


Peter Bromberg [C# MVP]

unread,
Apr 21, 2008, 4:16:00 PM4/21/08
to
It could be a hundred different things, but the most common one is that you
do not have the folder where your Accesss MDB database file is located
enabled for write access. Also, suggest you learn to wire up the
Application_Error event handler in your global.asax to log unhandled
exceptions. It will help you immensely with issues like this.
-- Peter
To be a success, arm yourself with the tools you need and learn how to use
them.

Site: http://www.eggheadcafe.com
http://petesbloggerama.blogspot.com
http://ittyurl.net

0 new messages