Search

You searched for the word(s): userid:822057

Matching Posts

  • Re: What happened dashCommerce?

    Rob, This looks like a great place to start. While dash had a lot of good points it was also lacking in many areas and a fresh start is probably the best way to go in my opinion. I'd like to see a community effort that clearly defines the objectives and then works toward that goal. For example, what good is an e-commerce app that doesn't even have a simple sales report? Some limited level of basic reporting is essential, as is the ability to import products (not just once, but on a recurring
    Posted to Commerce Starter Kit (Forum) by asp2go on 12/21/2009
  • Re: VPS Performance Hyper-V vs Virtuozzo

    I've taken a look at the various plans and a number of providers. The Softsys pricing looks reasonable - however, to run a few (~3-5) moderate traffic public sites with Sql Server Express as the database is 2 GB RAM going to perform ok? Thanks
    Posted to Hosting Open Forum (Forum) by asp2go on 11/16/2009
  • VPS Performance Hyper-V vs Virtuozzo

    Anyone have significant experience in performance between Hyper-v vs Virtuozzo? In evaluating the performance as a web server with a few sites plus a sql database what would you choose if the cost is roughly the same between: - Virtuozzo based Win 2008 64 bit 4 GB RAM - Hyper V Win 2008 64 bit 2 GB RAM Please advise any primary thoughts / considerations between the two alternatives. Thanks
    Posted to Hosting Open Forum (Forum) by asp2go on 11/12/2009
  • Re: comparing 2 ORM

    Codesmith is actually not an ORM - it is a code generation tool that happens to be able to generate some frameworks / ORM. I've used netTiers which is a very solid framework that goes beyond basic ORM and provides an n-tier architecture. It definitely has a learning curve but I like the solution. Certainly, however, there are many ORMs out there and it's worth spending further time exploring them and matching with your overall requirements. For example, Subsonic, nHibernate, Linq to Sql,
  • Re: calculating total price from gridview values

    It sounds like you are just opening the app without debugging if it is skipping everything. You will need to run the app in Debug mode from within Visual Studio. Choose Debug - Start Debugging, the app should compile and open in IE. You then should hit your breakpoints.
    Posted to Data Presentation Controls (Forum) by asp2go on 6/30/2009
  • E-comm Hosting and Credit Card Info

    Can anyone comment on risks or rules of using shared hosting vs VPS with e-commerce applications that may store credit card information. Are there specific rules around this to be aware of. Thanks,
    Posted to Commerce Extensions (Forum) by asp2go on 3/2/2009
  • Hosting considerations - Vps

    I have a number of clients using various shared hosting - and currently looking to either move some to a common host to simplify or perhaps move to a vps or dedicated solution. What are the considerations you think are important in deciding to go VPS? (software, licensing, backups, ...) Are there hidden costs to be aware of - not covered in the plans? What ongoing server maintenance etc. is necessary in most cases once up and running? Who do you recommend for vps hosts? Any recommendations would
    Posted to Hosting Open Forum (Forum) by asp2go on 3/1/2009
  • How to scrape with Forms Auth enabled?

    I need to gather data from a member site a client belongs to that requires forms authentication. Anyone have a complete example on doing so? I found this code online but how do we use it ( in code behind? as a class? what parameter to pass to it? ). If we can get this working we're already parsing out details from non-authenticated sites - just need this to work. using System; using System.IO; using System.Net; namespace FormsAuthTest { class Program { static void Main(string[] args) { HttpWebRequest
    Posted to Security (Forum) by asp2go on 2/25/2009
  • Re: OH NO! Another Create User Wizard Additional Fields Question:(

    [quote user="Bobby-Z"] but I do want to fix the error with the form being submitted and recorded, but getting an error and then people trying to resubmit, and getting a duplicate recording. It is something wring with the Select Case section, because it should only record the info if it is successful. [/quote] Can you clarify what is happening here? Is this a duplicate user message or you getting duplicate company data?
    Posted to Security (Forum) by asp2go on 2/11/2009
  • Re: OH NO! Another Create User Wizard Additional Fields Question:(

    In VB you can use &vbcrlf to denote line breaks if it is not an Html formatted mail message. Otherwise it will wrap. You can alternatively use Html formatting within the mail message either set programmatically as you have done OR define an Html body file that can be inserted into the message - ideally with tags so that you can replace Welcome <% NameHere %> with Welcome Jim in the message all formatted nicely as required. HTH.
    Posted to Security (Forum) by asp2go on 2/11/2009
Page 1 of 7 (62 items) 1 2 3 4 5 Next > ... Last »