Search

You searched for the word(s): userid:879169

Matching Posts

  • Re: I want/need to learn more!

    My project is MVC / .Net 3.5 The docs are related to 1.0... and when I tried to add the machinekey, it blamed that it's wrong in web.config... Im trying to configure stateserver http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/76740cd5-7a40-4aa8-8de4-6f1f10c90633.mspx?mfr=true *http://blog.maartenballiauw.be/post/2007/11/ASPNET-load-balancing-and-ASPNET-state-server-(aspnet_state).aspx http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/76740cd5
    Posted to ASP.NET MVC (Forum) by SidGBF on 8/31/2009
  • Re: I want/need to learn more!

    This friendly/quick community is starting to seduce me to the "dark side" :p Now, seem that I wasn't clear: My background is php, but my project is C# MVC. The load balance is like this: I have 2 servers A and B, wich connect to a webservice C. This webservice is what really connects to the database. So, I need A and B to share sessions in order to forms like curriculum doesn't get lost. About the I18N, Im used to work with symfony, indeed, but how would be the MVC/Asp.NET way?
    Posted to ASP.NET MVC (Forum) by SidGBF on 8/27/2009
  • Re: I want/need to learn more!

    This is a very weird request indeed, but our client stated: NO direct access to the database. This is giving us some headaches, but, we'll get over it. What I want: 1) Cache the I18N information that comes from the database (way more dynamic), so, store it in a App-wise session value. 2) Avoid people loosing session due to load balance.
    Posted to ASP.NET MVC (Forum) by SidGBF on 8/27/2009
  • I want/need to learn more!

    Im a web developer, focused in php MVC OOP. Meeting Asp.NET MVC was incredible and Im really liking to use it. But Im facing some problems and I want to find solutions that I don't have enough knowledge to figure out alone: Note: My project access a webservice and this access the database 1) How to better handle i18n? Usually I kinda load to session the word map and access by a static class, how to better do in ASP? 2) How to better prepare my application to be load balanced (with the webservice
    Posted to ASP.NET MVC (Forum) by SidGBF on 8/26/2009
    Filed under: MVC, asp.net, i18n, l10n, C#, webservice, load balance
  • Re: Singleton to access view context / RouteData

    RouteTable.Routes.GetRouteData(new HttpContextWrapper(HttpContext.Current));
    Posted to ASP.NET MVC (Forum) by SidGBF on 8/21/2009
  • Singleton to access view context / RouteData

    Im writting a model-class wich needs some information that will be in the routes. Once it will be used in almost all actions, I want to skip it, and make the model locate this value. How can I do that?
    Posted to ASP.NET MVC (Forum) by SidGBF on 8/20/2009
    Filed under: mvc routing, route, RouteData, Web Developer 2008, MVC 3.5
  • ASP.NET MVC 3.5 + SqlServer 2005

    Hi Everyone! Im with a small project here and I have a small difficult need: The SqlServer _must be_ 2005. I want to use Web Developer 2008, so, how can I make my project run with a database in 2005 (or at least compatible with it). The production server is 2005, so, I need the database compatible with it :) Thanks in advance
    Posted to Visual Web Developer 2008 Express (Forum) by SidGBF on 8/18/2009
    Filed under: sql express, SQLSERVER 2005, Web Developer 2008, MVC 3.5
  • Generate model from xml

    Split off from http://forums.asp.net/t/1460178.aspx as it contains a new question best suited in another forum : is there a way to make all this model generation with a XML source instead of database?
    Posted to ASP.NET MVC (Forum) by SidGBF on 8/18/2009
  • Re: Visual Web Developer 2008 Express + SQL Server 2005

    Seem that I wasn't clear... For instance this Movie App Tutorial , I want to work with this, but being sure that the mdf is in 2005 not in 2008. I already have both SQL servers in my pc.
    Posted to Installation and Setup (Forum) by SidGBF on 7/5/2009
  • Re: Visual Web Developer 2008 Express + SQL Server 2005

    Mmm... I see... Is there a tutorial explaining this? Or could I just create an empty project, then create the database inside the project, and then get back to the project as if it was created into VWD? Thanks for all this attention, by the way
    Posted to Installation and Setup (Forum) by SidGBF on 7/5/2009
Page 1 of 2 (11 items) 1 2 Next >