Porting one of the WMRM 10.1 samples from ASP to ASP.NET 3.5

Last post 11-09-2009 6:35 PM by hewsonj. 0 replies.

Sort Posts:

  • Porting one of the WMRM 10.1 samples from ASP to ASP.NET 3.5

    11-09-2009, 6:35 PM
    • Member
      point Member
    • hewsonj
    • Member since 11-09-2009, 6:12 PM
    • Posts 1

    Hello,

    I am new to ASP, ASP.NET, Windows Media Rights Manager SDK and Windows 2003 Server.

    I have WMRM 10.1 SDK and Visual Studio 2008 installed on a Windows 2003 Server machine. I am interested in the "Predelivering a License By Using the GetLicenseFromURL Method" ASP sample that is in the WMRM SDK. I can successfully run the sample and issue a license for a packaged file. That is, the ASP sample works fine.

    However, I am having problems porting the sample into an ASP.NET 3.5 test I am trying to create. The ASP sample successfully makes the following VB call:

    licreqencoded = Request("challenge")

    The call returns a non-null string. The problem is that the same call in my ASP.NET app always returns a null string.

    What am I missing here?

    Thanks,

    James.

Page 1 of 1 (1 items)