I'm trying to figure out a really good asp classic membership management software package that gets "reasonable" support and isn't too buggy. something that will integrate with paypal. discountasp.net is about the best vendor we've come across so i thought i would ask here. i notice MembersPro advertises discountasp.net so that caught our eye. anyone know anything about them or any other membership management packages?
The problem with classic ASP components is that most will require that you register it directly on the server. Because of security, stability, performance, and standardization reasons, 3rd party components are forbidden from being installed. ASP.Net is different. You can actually load that component inside the bin folder and your application can access and utilize it.
i suggest you learn ASP.NET. ASP.NET has built in membership management. With the new tools, ASP.NET is far easier to program than asp. See this video on how easy it is to create a membership system http://www.asp.net/learn/videos/video-06.aspx