Re: Cant get Ajax Uploader to work with asp.net 4 and IIS 7

  •  09-30-2010, 8:42 AM

    Re: Cant get Ajax Uploader to work with asp.net 4 and IIS 7

    Things i use

    • Integrated mode IIS7 asp.net 4.0 (version 4.0.30319.1)
    • Masterpaging
    • Placeholders
    • JQuery
    • asp.net controller
    • Linq t-sql
    • XHTML 1.0 Transitional
    webconfig things
    • sessionState mode="InProc"
    • globalization requestencoding="utf-8" responseencoding="utf-8
    • pages autoeventwireup="true" enableviewstatemac="true" validaterequest="false" enableeventvalidation="false" viewstateencryptionmode="Never" 
    •  Session.LCID = 1044; (Norwegian Date Time mode)
    • (and ofc deployment section)

View Complete Thread