473,586 Members | 2,566 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.net & MS Access database on IIS5/NT

Does anyone know how well 10 concurrent users will
perform on the above config? Are there any known issues,
limits to using MS Access with IIS 5 and ASP.net on a non-
..net server (NT)?
thanks.
Nov 17 '05 #1
5 1964
As long as the server is NT kernel, you should be fine from the server side.
MS Access is a bit tricky, if you keep connections open, but that is
unlikely with ASP.NET. The users are not a great concern, unless they are
pulling large amounts of data with a single query, then you may block
another user. Concurrency is a possible issue, as well, but that is true
with any database.

Access is also designed for smaller amounts of data. I would suggest MSDE,
but you say 10 concurrent users. MSDE can handle many users, as long as only
5 are actually hitting the database at any one millisecond. It depends on
how you are defining concurrent. If you mean 10 people are using the app at
the same time, which means it is unlikely all 10 are actually hitting data
at the same millisecond, MSDE is a better option than Access, as it is SQL
Server.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** *************** *************** *************** **********
Think Outside the Box!
*************** *************** *************** *************** **********
"XFER" <xf**@vba-data.com> wrote in message
news:05******** *************** *****@phx.gbl.. .
Does anyone know how well 10 concurrent users will
perform on the above config? Are there any known issues,
limits to using MS Access with IIS 5 and ASP.net on a non-
.net server (NT)?
thanks.

Nov 17 '05 #2
As long as the server is NT kernel, you should be fine from the server side.
MS Access is a bit tricky, if you keep connections open, but that is
unlikely with ASP.NET. The users are not a great concern, unless they are
pulling large amounts of data with a single query, then you may block
another user. Concurrency is a possible issue, as well, but that is true
with any database.

Access is also designed for smaller amounts of data. I would suggest MSDE,
but you say 10 concurrent users. MSDE can handle many users, as long as only
5 are actually hitting the database at any one millisecond. It depends on
how you are defining concurrent. If you mean 10 people are using the app at
the same time, which means it is unlikely all 10 are actually hitting data
at the same millisecond, MSDE is a better option than Access, as it is SQL
Server.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** *************** *************** *************** **********
Think Outside the Box!
*************** *************** *************** *************** **********
"XFER" <xf**@vba-data.com> wrote in message
news:05******** *************** *****@phx.gbl.. .
Does anyone know how well 10 concurrent users will
perform on the above config? Are there any known issues,
limits to using MS Access with IIS 5 and ASP.net on a non-
.net server (NT)?
thanks.

Nov 17 '05 #3

Thanks Gregory.
It is so difficult to get actual figures on this topic.

So, although the MSDE permits less (simultaneous) connections then
Access, it performs better and allows larger amounts of data?

What would the crossover point (Access -> MSDE) be with respect to data?
I have insert/updates of 5Kb and occasional reads up to 25Kb. (Assuming
max 5 simultaneous connections?)

Norman

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 17 '05 #4

Thanks Gregory.
It is so difficult to get actual figures on this topic.

So, although the MSDE permits less (simultaneous) connections then
Access, it performs better and allows larger amounts of data?

What would the crossover point (Access -> MSDE) be with respect to data?
I have insert/updates of 5Kb and occasional reads up to 25Kb. (Assuming
max 5 simultaneous connections?)

Norman

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 17 '05 #5
MSDE is SQL Server 2000, only a "personal" version. As it is SQL Server, it
has the benefits of being an actual database server, rather than an engine
attached to a file. As it is a server, it will take more memory, but it will
serve up pages much faster, even with more data.

Realistically, I would never run an Access database more than around 25MB.
That may be huge for you right now. I also would be very careful about
access to the Access database, as it is quite easy to lock the database and
have all users suffer. With MSDE, being SQL Server, it is harder (damn near
impossible unless you are trying) to lock up the database completely.

The 5 simultaneous connections generally equate to hundreds of Internet
users, unless you are dumping huge amounts of data to a page (which is
generally frowned apon). The reason is data access, if done correctly, takes
a fraction of a second.

Another benefit of MSDE is the ability to add stored procedures, which will
add to security. As MSDE is more secure, by default, stored procs (aka
sprocs) are just one additional security benefit.

The hardest part is setting up MSDE for mixed mode, if you want to get away
from integrated security (more secure, but a bit harder to grasp the
concept). There are files on the support site for setting up a mixed mode
database, as well as plenty of info on the web for using iSQL or oSQL to set
up mixed mode after the fact.

If you can get SQL Server, you can use the client tools to manage the
database. If not, you are stuck with iSQL/oSQL or you can go out to source
repositories, like SourceForge.net and find a database management tool.

The extra benefit of MSDE is the ability to move up to full-fledged SQL
Server if your needs grow.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** *************** *************** *************** **********
Think Outside the Box!
*************** *************** *************** *************** **********
"Norman James" <no****@devx.co m> wrote in message
news:el******** ******@TK2MSFTN GP11.phx.gbl...

Thanks Gregory.
It is so difficult to get actual figures on this topic.

So, although the MSDE permits less (simultaneous) connections then
Access, it performs better and allows larger amounts of data?

What would the crossover point (Access -> MSDE) be with respect to data?
I have insert/updates of 5Kb and occasional reads up to 25Kb. (Assuming
max 5 simultaneous connections?)

Norman

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2209
by: Al | last post by:
Hi Folks, I am running php, MySQL with IIS5. The problem is that I am trying to install a php script called phpNewsletter (http://gregory.kokanosky.free.fr/v4/phpmynewsletter/index.en.html). I have iis, php and mysql installed. The trouble starts when I extract the php scripts and point my browser at
1
1826
by: Ray | last post by:
Hi I need to access an access db via php. My hosting provider is using php version 4.3.10 on a windows 2003 platform. I think that php was installed with the Plesk for windows package/control panel. The scripts work on my dev box (winxp with iis5) but yet when I upload the scripts to my hosting provider I get the following error
4
2563
by: Andi | last post by:
Greetings all, I wish to include an ASP calendar that connects to a back-end MS Access database on a web page, to be run from my computer (running WinXP Pro, with IIS5). I have downloaded a free calendar that fits the description from the internet, and followed the install proceedures included in the documentation, however when I enable...
8
2455
by: Al | last post by:
Can any one explain what wrong with this code? Same code without the userid and password works fine in the same IIS Server. Please do not mind the Directive #IF #ELSE #END IF I only use it to describe you the issue. #IF PasswordProcted then '- Works Fine m_MSConnString = "Provider=Microsoft.Jet.OLEDB.4.0;DataSource=C:\Database.mdb;"
5
2007
by: hugh welford | last post by:
Hi using XP Pro with IIS5 installed on my machine for offline development. I have a DSN set up which points to an ACCESS database saved outside the web in c: drive directory using no system database. The database itself has full read/write priviledges. The .asp page reads the data table, but on update I get " Microsoft OLE DB Provider for...
2
8275
by: lobrys | last post by:
hi I build a VB .NET application that makes file access, environnemet acess, database access, etc.... If I ran the app locally, everything works....(normal) If I copy the app on a server, and execute it, everything works until a file/environnement/database access !..... I just want that my app may run in every machine!
4
2679
by: Ian | last post by:
Can anyone help I have a web server on the internet with and ASP.NET application on it, the application is set to allow Anonymous Access and Integrated Windows. The Web.config is set to use Forms authentication. On the server side, where the web server is I have set IIS to disable Anonymous access and allow Integrated Windows. I have...
0
277
by: XFER | last post by:
Does anyone know how well 10 concurrent users will perform on the above config? Are there any known issues, limits to using MS Access with IIS 5 and ASP.net on a non- ..net server (NT)? thanks.
1
1928
by: susurla | last post by:
I have IIS5, ActiveDirectory, fileserver on 3 different boxes all WINDOWS 2000 Enterprise. Trying to authenticate users on AD to access files on fileserver using ASP.NET from IIS5 Successfully can log to asp.net pages on IIS with proper AD user credentials but unable to access fileserver folder called "ROCK" <impersonation = "True">...
0
8202
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8338
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7959
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
8216
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6614
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5710
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5390
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3865
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1449
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.