Excel backend for IIS

S

Sankar M

Hi,

We are using IIS to host a website having ASP files.
The backend data is being searched by ASP files from an Excel file. This XLS
file is around 5.8 MB

We intend to have around 700 users to use this ASP application.

Does this Excel file supports to search the data from 700 users
simultaneously.

Your inputs please.

-Sankar
 
A

Amedee Van Gasse

In <[email protected]>, Sankar M told us an
interesting story. My reply to this story is at the bottom of this
message.
Hi,

We are using IIS to host a website having ASP files.
The backend data is being searched by ASP files from an Excel file.
This XLS file is around 5.8 MB

We intend to have around 700 users to use this ASP application.

Does this Excel file supports to search the data from 700 users
simultaneously.

Your inputs please.

-Sankar

*Ooompf...*

I think it'll be only one user, the IIS user.

But wouldn't it be easier to have your data in a database? Access,
MS-SQL, MySQL,...
 
Top