Skip to main content
Participant
September 22, 2006
Question

MM_Username + subdomain problems

  • September 22, 2006
  • 1 reply
  • 234 views
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
This topic has been closed for replies.

1 reply

Inspiring
September 22, 2006
Your problem is in your recordset on your members.domainname.com returning page. open the recortdset change the URLperimiter to session varable and on the line next to it type MM_Username.Try that