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.