Select to view content in your preferred language

Users accessing the GIS web application over intranet (local network),

732
2
04-17-2013 10:40 AM
JamalNUMAN
Legendary Contributor
Users accessing the GIS web application over intranet (local network),

For the time being, our GIS web application (.NET, Silverlight, Flex) is working over intranet and I wanted to know:

[ATTACH=CONFIG]23573[/ATTACH]

1. How many users are accessing our web application per day?

2. How many users are accessing the web application at each instant?

3. The number of unique users how have accessed the web application so far?


Is this possible over intranet?


Thank you

Best

Jamal
----------------------------------------
Jamal Numan
Geomolg Geoportal for Spatial Information
Ramallah, West Bank, Palestine
Tags (2)
0 Kudos
2 Replies
omega_cancer
Frequent Contributor
It is very much possible but it is beyond the scope. We also got that requirement few months earlier.
Small answer is use DB and a server side language (PHP/ JSF / ASP or whatever you are comfortable with).

Detail answer is:

1. Introduce a token mechanism before redirecting users to viewer page, save their details in DB. Ensure that users land on default page of the site, save their detail and then redirect them to main application page that should check token first else should redirect them back.

2. Convert index.html page of the viewer into dynamic server side language page like index.asp or index.php that should log entries in DB when fired.

Hope that it will help you.
0 Kudos
JamalNUMAN
Legendary Contributor
It is very much possible but it is beyond the scope. We also got that requirement few months earlier.
Small answer is use DB and a server side language (PHP/ JSF / ASP or whatever you are comfortable with).

Detail answer is:

1. Introduce a token mechanism before redirecting users to viewer page, save their details in DB. Ensure that users land on default page of the site, save their detail and then redirect them to main application page that should check token first else should redirect them back.

2. Convert index.html page of the viewer into dynamic server side language page like index.asp or index.php that should log entries in DB when fired.

Hope that it will help you.


Many thanks Abdul,

Sound to be a bit heavy for non-developer or IT!

I thought it might be straightforward and quite easy to be handled by an end user

Best

Jamal
----------------------------------------
Jamal Numan
Geomolg Geoportal for Spatial Information
Ramallah, West Bank, Palestine
0 Kudos