Forums

ASP

This topic is locked

Restrictive Access

Posted 05 Apr 2007 22:11:27
1
has voted
05 Apr 2007 22:11:27 Ben Mroczek posted:
Hello all,

Not sure if this is the right area of the forums...but here goes.

I'm trying to work through the "Building a website with Restrictive Access" tutorial and I've hit a bit of a snag.

I've went through Part I of the tutorial and I attempted to register a test account. I come up with the following error:

Clicked the Register button and got the following prompt:
Cannot find:blah.blah/%3C%=MM_editAction%%3E

I've look through the source code and I can't find anything that points to that. Here are a few critical pieces that may be the cause

<b>Location: about the actual page source code:</b>

MM_editAction = CStr(Request.ServerVariables("SCRIPT_NAME")
If (Request.QueryString &lt;&gt; "" Then
MM_editAction = MM_editAction & "?" & Server.HTMLEncode(Request.QueryString)
End If

<b>Source Code for the register button:</b>

&lt;input type="submit" value="Register" tabindex="1" /&gt;
&lt;/label&gt;
&lt;/p&gt;
&lt;input type="hidden" name="MM_insert" value="fmregister"&gt;

Any help would be greatly appreciated. Thank you


Replies

Replied 06 Apr 2007 05:34:46
06 Apr 2007 05:34:46 Javier Castro replied:
Replied 06 Apr 2007 17:22:25
06 Apr 2007 17:22:25 Ben Mroczek replied:
Thank you for the response.

I like the features of the Restrictive Access logon since I need the ability to track users. Nothing detailed, just a account creation date and last logon.

I'll give the tutorial you provided a look. Again, thank you.

Reply to this topic