I have a subdomain on my site called members.domainname.com.
When a user is on
www.domainname.com and they login, they should go
to members.domainname.com and it should show Welcome Username.
I keep getting the following error ADODB.Field error
'800a0bcd' Either BOF or EOF is True, or the current record has
been deleted. Requested operation requires a current record.
If I change the mm login to go to
www.domainname.com/members
(which is where the members.domainname.com points to). It works
fine.
Any suggestions?
ASP, IIS 6, SQL Server 2005 Express