mySQL State Server?

  • Thread starter Thread starter Danny W
  • Start date Start date
D

Danny W

Hi Newsgroup!

Is it possible to use mySQL as State Server instead of Microsoft SQL?

Thanks all in advance.

Dan
 
No! So far it is MS/SQL specific only unless you can re-program the ASP.Net
State Service to look elsewhere. May be in the near future, there will be
3rd vendor that will write this service to work with non-Microsoft stuffs. I
like to see it run on Oracle, Ingress, DB2, and mySQL.... However, MSDE is
free, you may try that option out. I have not tested on MSDE yet. It may
work.

John
 
WJ said:
No! So far it is MS/SQL specific only unless you can re-program the
ASP.Net State Service to look elsewhere. May be in the near future, there
will be 3rd vendor that will write this service to work with non-Microsoft
stuffs. I like to see it run on Oracle, Ingress, DB2, and mySQL....
However, MSDE is free, you may try that option out. I have not tested on
MSDE yet. It may work.

I need to make a correction: The "ASP.Net State Server Service" is for
"State Server" method only.

John Webb
 
The correct answer is Not Yet.

I'm sure you know of the 3 possible ways: InProcess, Session State Server,
or SQL Server.

..NET 2.0 will support customization of session management where you could
write your own storage mechanism (Oracle, Postgres, MySql, Files, etc..)

I can't wait.
 
Back
Top