I'm trying to use the shared memory protocol in an
ASP.NET web service, but I'm getting the following
error:
"Unable to connect to any of the specified MySQL hosts
--> Failed to open shared memory connection"
If I remove the the "protocol=memory" from the
connection string, it works fine. If I use the same
connection string in a windows forms or a console
application, the shared memory connection works fine.
So it seems to me it's a security problem with the
ASP.NET account (ASPNET).
Has anybody used the shared memory protocol from
ASP.NET, and if so, what kind of permissions did you
grant to the ASPNET account to get it to work?
I appreciate your help!
Homam