Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 446679
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T21:29:41+00:00 2026-05-12T21:29:41+00:00

I use SubSonic 3.0.0.3 ActiveRecord with ASP.NET MVC and it is very nice. However,

  • 0

I use SubSonic 3.0.0.3 ActiveRecord with ASP.NET MVC and it is very nice. However, we run on IIS 6 and I tend to have quite a few issues with speed. I dont know if this is me being too paranoid but I was thinking of using SubSonic with just a normal ASP.NET WebForms website. Please forgive me for being thick but I’m so used to models and binding now that I can’t think how to use SubSonic within a normal ASPX page.

For example and this would be enough to set me free. I have a product view page .aspx and in that I would pull down data using the SubSonic code, but then there is my page end I’m a little confused about, I don’t have any example code as I would like to see what is said about this and if me running MVC and SubSonic on IIS 6 is a BAD thing.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T21:29:41+00:00Added an answer on May 12, 2026 at 9:29 pm

    I don’t think you are really asking the right questions, in my opinion. Whether you are using IIS6 or IIS7 and/or MVC or Webforms shouldn’t have any impact on the feasibility of using Subsonic. That is, Subsonic should work just fine with any platform combination.

    If performance is critical, you certainly need to consider that Subsonic or any ORM is never going to be quite as fast as pure ADO.NET code that you could write and optimize on your own. Having said that, odds are your performance bottleneck has nothing to do with this.

    Using Subsonic in an .aspx page is just like you would in MVC, the only difference being now you’ll bind any data directly to controls rather than passing into a view:

    protected void Page_Load(object sender, EventArgs e)
    {
        var products = Product.GetPaged(1, 20);
        productsGridView.DataSource = products;
        productsGridView.DataBind();
    }
    

    To answer your last question more succinctly: using Subsonic would not be a BAD thing, at least not for the reasons you mentioned.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am very confused with the use subsonic or ado.net entity framework Which one
I have decided to use SubSonic (v3.0) for the first time and thoroughly enjoy
I've run into a problem when using SubSonic 3(.0.0.3) ActiveRecord with MySQL. Since MySQL
I have an MVC project setup, and I've brought the subsonic Active Record templates
I am making use of Subsonic SimpleRepository i have a class: public class X{public
I'm trying to use Subsonic 3.0.0.3 with an existing web site created in vb.net.
It's the first time I use Subsonic. Let say I have those classes :
I'm using Subsonic 3 and Automapper on an asp.net MVC3 project. In my HttpPost
I have a number of MVC.NET apps in v1, v2 and (soon) v3. Many
does anyone have good links or tips on best practices concerning migrating from ASP.NET

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.