views:

25

answers:

1

We are working on password recovery with a security question and it is giving error access denied when running on a 64-bit machine. But with a 32 bit machine it is working fine. We used AJAX script for coding.Can you explain why is this error.

A: 

There's not a lot to go on in your post, but I've had issues deploying to a 64 bit machine in the past due to an IIS configuration problem. To resolve my problem, I had to go into the IIS Management Console and "Allow" "ASP.NET 2.0.xx" in the "Web Service Extensions" Section.

o6tech