|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
how to update session state server on Windows 2003 x64 versionAfter set the session mode="StateServer" in the Web.config I get follow error, Unable to use session state server because this version of ASP.NET requires session state server version 2.0 or above. within the services, the ASP.NET State Service is pointed to C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_state.exe I have installed the Framework2.0 and Framework2.0 for 64, so there is C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\aspnet_state.exe but I can not find the C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_state.exe , and normally it will updated the state service to 2.0 when I install framework2.0 on windows 2003 standard edition. My server is windows 2003 x64 version, how can I update the session state server on it now? your help will be appreciated. sincerely, Is it true that there is not way to update it?
The framework 2.0 32bit version comes from the 2.0 64bit package, but when we install 32bit that does not install the State server any way. the problem here is when we install the 1.1, it does install the State Server 1.1 even there is State Server 2.0 installed. Show quote "med" wrote: > Sir/Madam, > > After set the session mode="StateServer" in the Web.config > > I get follow error, > Unable to use session state server because this version of ASP.NET requires > session state server version 2.0 or above. > > within the services, the ASP.NET State Service is pointed to > > C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_state.exe > > I have installed the Framework2.0 and Framework2.0 for 64, so there is > > > C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\aspnet_state.exe > > but I can not find the > C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_state.exe , and normally > it will updated the state service to 2.0 when I install framework2.0 on > windows 2003 standard edition. > > My server is windows 2003 x64 version, how can I update the session state > server on it now? > > your help will be appreciated. > > sincerely, > > > |
|||||||||||||||||||||||