quick test with a SL Business app and it doesn't work

Discussion in 'ASP.NET 4.0 RC Beta [Closed]' started by littlesteps, Nov 29, 2009.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hello

    I have published on your .NET 4.0 server a simple Silverlight Business Application that was created from the project template of VS2008 SP1.

    After having published the web site (by ftp from VS2008 "publish" command), I get a "500 error" when I try to load the "default.aspx" or default test page (html and aspx version).

    What am I doing wrong ?
    What about web.config? Do we have to setup specific settings or something else?

    In addition, I plan to test a WCF Ria Services app with the "PDC 2009" beta release. Should it work on your labs hosting ?

    best regards,

    Littlesteps.
     
  2. it doesnt work for me either

    Hi,

    I want to confirm that it does not work for me either. It seems that we cannot use the

    System.Web.Ria

    assembly. If I remove this from my web.config file, the 500 error is gone:

    <httpModules>
    <add name="DomainServiceModule" type="System.Web.Ria.Services.DomainServiceHttpModule, System.Web.Ria, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
    </httpModules>

    But of course then I cannot get the domain (ria) services to work.

    Similarly, my WCF Data Service (the former ADO.NET data services) does not work.

    When I remove the ria http module I get the a 404 error for the data service.

    I also tried using copy local = true for all external assemblies for the project, but this did not help.

    It will be a pity if we cannot get these to work.

    kowd
     
  3. Are these services just not implemented yet?
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    what error are you guys getting?
     
  5. Hi!

    I'm also trying to get RIA Services working, but I've got 404 when my silverlight application try to access the service using POST ".../ClientBin/MyApp-Web-Services-AuthenticationService.svc/binary". I have uploaded the RIA Services DLLs to my web application's bin folder, but it doesn't solved the problem.

    It looks like the web application doesn't expose the service. I have the following service model section in my web.config:

    Code:
    <system.serviceModel>
      <serviceHostingEnvironment aspNetCompatibilityEnabled="true"/>
    </system.serviceModel>
    
    Thanx in advance.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page