[Mono-bugs] [Bug 384264] asp-state / asp-state2 doesn't work

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Apr 20 00:28:31 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=384264

User miguel at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=384264#c10


Miguel de Icaza <miguel at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
                 CC|                            |miguel at novell.com
         Resolution|                            |FIXED
         AssignedTo|mono-bugs at lists.ximian.com  |atsushi at ximian.com




--- Comment #10 from Miguel de Icaza <miguel at novell.com>  2009-04-19 22:28:28 MDT ---
I am just double checking this bug and it seems fixed in my setup:

OpenSUSE 11.0
x86 architecture
Mono 2.4

And this works:


LANG=cs_CZ.utf-8 asp-state
Loaded configuration from /usr/lib/xsp/2.0/asp-state2.exe.config that contains
=============================================
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
        <system.runtime.remoting>
                <application name="ASP.NET State Server">
                        <service>
                                <wellknown mode="Singleton"
                                       
type="System.Web.SessionState.RemoteStateServer, System.Web, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
                                        objectUri="StateServer" />
                        </service>
                        <channels>
                                <channel ref="tcp" port="42424" />
                        </channels>
                </application>
        </system.runtime.remoting>
</configuration>


=============================================
Press <Enter> to stop...

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list