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.
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.
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 :)
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.
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.
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.
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?
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 :)
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.
Project Website is down
The project website (entire domain) is down or has been hijacked... a search landing page is displayed.
I'm sure that can be frustrating, but a some more information will help others to help you.
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.
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 :)
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
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.
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.
Download the zip file again.
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.
That is... I get that error on pages assocated with the templates where I have placed the macro...
Does your Master page have a form runat="server" tag?
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.
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?
Actually there is nothing in the Login macro just use <asp:login id="login1" runat="server" /> instead.
Logout macro only does the following
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.
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 :)
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.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.