Silverlight 2.0 Beta1 Hosting - Error: asp.

Discussion in 'Silverlight' started by kariv, Mar 29, 2008.

  1. Hi all,
    I have just uploaded my first Silverlight 2.0 Beta 1 application and got the following error

    Unknown server tag 'asp:ScriptManager'

    Does anyone know what it means? Anyone deployed SL2 application on discountaspnet? Anything special to do configuration wise?
     
  2. Please tell how you created the files and how you deployed them.
    i.e. VS2008, Silverlight Project, Following one of the tutorials, etc.
    Salute,
    Mark
    PS- Your root web.config got deployed, right?
     
  3. ScriptManager is associated with AJAX. Do you have therelevant register tag on top of the page?
     
  4. If u are running 3.5 one should not need to do this. I am running into the same issue as my app runs fine on my local IIS , .net 3.5 system but
    when I copy the files over I get this error. What I find puzzling is that the error page indicates that .net is 2.0. Is there a way to issue that the app runs under 3.5 at Discount?
     

Share This Page