Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • William Burnett 213 posts 262 karma points
    Oct 29, 2009 @ 17:46
    William Burnett
    0

    Project Website is down

    The project website (entire domain) is down or has been hijacked... a search landing page is displayed.

  • Kyle Skrinak 272 posts 327 karma points
    Oct 29, 2009 @ 18:57
    Kyle Skrinak
    0

    I'm sure that can be frustrating, but a some more information will help others to help you.

  • skiltz 501 posts 701 karma points
    Oct 29, 2009 @ 19:28
    skiltz
    0

    Hey you can download the source code from osmembercontrols.codeplex.com??  Does this surfice or do you need a package you can install?  If so i'll get this sorted.

     

  • William Burnett 213 posts 262 karma points
    Oct 29, 2009 @ 20:15
    William Burnett
    0

    The codeplex portion of the project appears to be working. There is nothing in the downloads section, but there are packages under the source code section. 

    the http://onsoftware.org/?aspxerrorpath=/packages/osmembercontrols.aspx points to an expired domain. (I can host the files on one of my servers if you need.)

     

    In any case: I have downloaded the source but have no idea how to implement the source code and don't have the time to plunge into another .NET learning experience at the moment :)  An umbraco package would be great :)

     

     

  • skiltz 501 posts 701 karma points
    Oct 29, 2009 @ 21:20
    skiltz
    0

    I've packaged the latest codeplex stuff into a package.  Please download from http://agentx.info/MemberControls_1.00.zip

    This will install a .dll to your bin directory and install 6 macros.

    You will then need to add the appropaite macros to your templates.  If you need help with this please let me know.

    Sorry about the hassle but the domain onsoftware is not mine and I have no control over it.

    Thanks,
    Matthew

  • William Burnett 213 posts 262 karma points
    Oct 29, 2009 @ 21:39
    William Burnett
    0

    Thanks Matthew....

    I will see if I can get it to work and folded into my templates and CSS! If you need a place to have your files hosted let me know.

  • William Burnett 213 posts 262 karma points
    Oct 29, 2009 @ 22:08
    William Burnett
    0

    For some reason the package did install the MACROs but did not install the ascx files. I FTPd the ascx files to the appropriate location, but can not find the DLL in either the package or the source zips.

     

    Sorry to be a PITA  I guess I could should just buvkle down and try to fire this think up in VS and compile it.

  • skiltz 501 posts 701 karma points
    Oct 29, 2009 @ 22:12
    skiltz
    0

    Download the zip file again.

  • William Burnett 213 posts 262 karma points
    Oct 29, 2009 @ 22:21
    William Burnett
    0

    Much better so far... The package installs with the expected and it appears the DLL and other files and macros are as they should be.

    I get

    Error creating control (/usercontrols/osMemberControls/MemberLogin.ascx).
    Maybe file doesn't exists or the usercontrol has a cache directive, which is not allowed! See the tracestack for more information!


    I can confirm that the files exisit becuase if I navigate to the above URL I get the .NET "cannot serve pages of this type" error that would be expected when trying to access a user control URL directly.

    The account is hosted at reliablesite.net (full trust) and I have full read/write perms from the ROOT down.

    Thoughts?  If you don't have time for this I can work on it later.

  • William Burnett 213 posts 262 karma points
    Oct 29, 2009 @ 22:22
    William Burnett
    0

    That is... I get that error on pages assocated with the templates where I have placed the macro...

  • skiltz 501 posts 701 karma points
    Oct 29, 2009 @ 22:50
    skiltz
    0

    Does your Master page have a form runat="server" tag?

  • William Burnett 213 posts 262 karma points
    Oct 30, 2009 @ 00:38
    William Burnett
    0

    I am going to start with a fresh runway only site and see what happens. There is too much goin on in my test site to figure out what the problem is. I will post back shorty. Thanks for checking back in.

  • William Burnett 213 posts 262 karma points
    Oct 30, 2009 @ 02:13
    William Burnett
    0

    Okay... Fresh install, runway only.

    I tried ine macro at a time on a stock runway template.

    Registration macro works as far as I have tested it. A new user is created as expected.
    Login macro does not show anything. Am I missing something?
    Logout macro causes an error on  the page, assuming because the session is not logged in?
    Forgot User macro shows text field and button but causes application error
    Forgot Pass macro shows text field and button but causes application error

     

    That is about as far as I have been able to get. Am I missing something obvious?

  • skiltz 501 posts 701 karma points
    Oct 30, 2009 @ 03:13
    skiltz
    0

    Actually there is nothing in the Login macro just use <asp:login id="login1" runat="server" /> instead.

    Logout macro only does the following

    FormsAuthentication.SignOut();
    FormsAuthentication.RedirectToLoginPage();

     So yes if you haven't logged in then that's probably the issue.

    The forgot username and password macros use the system.net.mail information from the web.config so make sure this is set.

     

  • William Burnett 213 posts 262 karma points
    Oct 30, 2009 @ 13:38
    William Burnett
    0

    Okay so things appear to be working better. I guess I just really need to wrap my head around how the .NET membership providers work and how to integrate the functionality into my live site templates and CSS.  The last time I worked with membership it was via Access DB and classic ASP with session variables :)

  • William Burnett 213 posts 262 karma points
    Oct 31, 2009 @ 03:04
    William Burnett
    0

    I think I have the base components working. I am however having trouble getting CSS to apply to the controls...  Thanks for all of the help. I will post some feedback after I have had some time to work with the controls a bit more.

Please Sign in or register to post replies

Write your reply to:

Draft