asp.net mvc cookies not persisting on local server (aspnetserve)
        Posted  
        
            by DW
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by DW
        
        
        
        Published on 2010-04-25T21:47:54Z
        Indexed on 
            2010/04/25
            21:53 UTC
        
        
        Read the original article
        Hit count: 263
        
Hi.
Trying to run an MVC app on the 'portable' web server. Software is aspnetserve. (http://www.ohloh.net/p/aspNETserve)
Cookies do not persist. They do fine when I run from visual studio debug. Code is fine, seemingly.
Only are dead (fail to persist from page to page) when I use this server.
My solution requires deploying a portable local solution like this for the app. (this isn't just being done for purposes of testing)
Rather stumped right now. Any bright ideas?
Thank you.
© Stack Overflow or respective owner