[1.0] Any thoughts on migration to asp.net 4.0?

  1. #1

    [1.0] Any thoughts on migration to asp.net 4.0?

    Has anyone tested or played with using the preview ext.net libraries with asp.net 4.0?

    I've been able to run my application locallysuccessfully, but have had problems on remote servers.

    I am using the following. Can I remove this section ?
    <pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
    <controls>
       <add tagPrefix="ext" namespace="Ext.Net" assembly="Ext.Net"/>
    </controls>
    </pages>
    Also can I use my own ids instead of autoid?

    Has any testing been done with either option?
  2. #2

    Update

    I've been able to upgrade controlRenderingCompatibilityVersion to version 4.0 without effect, but I think I'd need to do a lot of work on my side to make clientIDModes work with static.

Similar Threads

  1. [CLOSED] Razor view migration
    By gets_gui in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Apr 24, 2012, 1:48 PM
  2. Replies: 14
    Last Post: Feb 16, 2011, 1:38 PM
  3. [CLOSED] Unsupported type: System.Guid (Migration from 0.8.3 to 1.0)
    By vedagopal2004 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 07, 2011, 8:16 AM
  4. Migration guidelines
    By drgw74 in forum Open Discussions
    Replies: 1
    Last Post: Jul 13, 2010, 4:35 PM
  5. Forum Migration
    By r_honey in forum Open Discussions
    Replies: 4
    Last Post: Jul 07, 2010, 8:00 AM

Posting Permissions