License issuing aspx.net page...
WMPTalk.com Forum Index WMPTalk.com
Discuss Windows Media Player
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web wmptalk.com
License issuing aspx.net page...

 
Post new topic   Reply to topic    WMPTalk.com Forum Index -> DRM
Author Message
Chris
Guest





Posted: Tue Jun 01, 2004 12:44 pm    Post subject: License issuing aspx.net page... Reply with quote

following source code is WMRM License issuing ASP.NET Page.

Whenever end user click encrypted contents, this page
called TWICE times.

Challenge string is same. i don't understood. i need help~


public class HLicenseAcq : System.Web.UI.Page
{
private void Page_Load(object sender, System.EventArgs e)
{
int nRet;
string strChallenge,

try {
if(!IsPostBack) {
strChallengeParams = Request.Params["challenge"];

if(strChallenge == null ||
strChallenge.Length == 0)
return;
}
catch
{};
}
}

Back to top
Michiel
Guest





Posted: Wed Jun 02, 2004 12:27 pm    Post subject: Re: License issuing aspx.net page... Reply with quote

"Chris" <anonymous@discussions.microsoft.com> wrote in message
news:1644e01c447b4$adaedca0$a501280a@phx.gbl...
Quote:
following source code is WMRM License issuing ASP.NET Page.

Whenever end user click encrypted contents, this page
called TWICE times.


This is correct, I get that too. The challenges are nearly identical,
however the second call seems to add a line break or smt, so I always use
only the first. When you need to get browser capabilities of the client, use
the second call cuz the first one doesn't seem to be in any browser.
Back to top
 
Post new topic   Reply to topic    WMPTalk.com Forum Index -> DRM All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Microsoft Office Forum New Topics
Powered by phpBB