3-tier Architecture In ASP

Is it possible to design a 3-tier architecture in an ASP application. If yes then how & will it be better then 2-tier approach.

View Replies


ADVERTISEMENT

3-tier

Can I create a web server uning the 3-tier technology???

View Replies View Related

Middle-Tier Foxpro Communicate With ASP

I have a middle-tier written using Foxpro. I'd like this tier to communicate
(that is pass some variables to ASP). I defined a Session variable somewhere
in my ASP file, e.g. Session("Usercode") = Somevalue. Now somewhere else, I
want to change this value. I tried this:
UserSession = CREATEOBJECT('ASPTypeLibrary.Session')
UserSession.Contents("Usercode") = TheUsercode
However, it gives the error: ASPTypeLibrary.Session is not found. However,
VB's object browser lists this

View Replies View Related

Asp.dll Architecture

I would like to know how many threads are there in asp.dll and which is the one that is handling my request.

View Replies View Related

Need Architecture

What I need to have is something like a "news site" whereby only the "X" most recent articles are displayed. I have thought of a number of ways to do this, but I don't know what is the "right way."

1) I can create a recordset for each article with value defined by a system value

2) I can create a query in Access that only has the "X" most recent articles in it and display each individually.

3) I can have a recordset of the whole set of articles and select the most recent. (based on date/time field)I'm sure there are other ways too.

How would you real programmers do this?

View Replies View Related

ASP Architecture

Does anyone know where I can find something about ASP architecture, and how
it works with IIS

View Replies View Related

ASP Development Architecture

can any one tell me the architecture of asp page. how the page is structured.

View Replies View Related

Service Provider Architecture

We're developing a hosted application that will be used by hundreds of
client companies, each with its own database. Our first release of this
product separated each customer into its own virtual directory with a copy of
the code (classic ASP/IIS 5). We want to design the next version so that
there is one virtual directory, one common copy of the code.
are we losing any application isolation by doing this?
Under IIS5 by separating each customer into a virtual dir, we created a
separate "application" that could be pooled or isolated. Under IIS 6, do we
have to do the same thing or is there a way to break a single "site" into
multiple application pools. It seems that the default is to have an
application pool per site.

View Replies View Related

Db Driven Site Architecture

when doing a dynamic site such as this, how does one handle the articles? is the whole article dropped into the db? or does it sit somewhere else and the db just references it?

i'm going to convert a large static site over to asp this summer and am starting to plan the architecture and i haven't really been able to find the answer.

View Replies View Related

Application Architecture Question

I have a potential client who has a Access-based DB which they use for
recording orders, customer details etc...

They want to provide some of this information online, eg. customer account
details and stock-levels etc, whilst retaining their existing functionality.
They also want to retain the Access front-end but want to migrate the DB to
SQL Server. Code:

View Replies View Related

Creating Architecture Documents From Existing Application

we want to create some documentation of the architecture in an existing
ASP application. Can anyone suggest some document types to use to make
it easy to understand the application?

This could be UML type documents or otherwise.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved