Sean Feldman's profileברוכים הבאיםPhotosBlogLists Tools Help

Blog


    26/09/2007

    Upgrading VS 2005 Web Site Projects to be VS 2005 Web Application Projects

    These are the personal experiences, which were not as painful as initially I would have thought. Thanks to individuals who have did this before and left notes for others:

    My personal observations:

    1. Manual cleanup and conversion of individual files to be <compile> and not <content> type is not bad, but annoying.
    2. Had to go into WAP settings and specify Virtual Path (set it to be the WebApp name).
    3. Enable Edit & Continue option
    03/09/2007

    Complex Data Binding with MVP

    I am going through an exersise of implementing an MVP pattern with ASP.NET
    Has anyone done complex data binding with MVP? Let me know.