Preserving Bandwidth
I am sailing close to the max bandwidth allowed by my host. Is there a way I can set a maximum number of concurrent users for some ASP sites?
View RepliesI am sailing close to the max bandwidth allowed by my host. Is there a way I can set a maximum number of concurrent users for some ASP sites?
View RepliesI was browsing the web the other day and a website I had a look at redirected you to a different webpage but still preserved the original URL that was typed in the address bar on the browser (it didn't move or change at all) How is that possible? I would like to do something similar.
The reason I am asking is because I want visitors to view a profile of a user like this
myweb.com/fred
this would have to be translated and redirected to mysite.com/profiles.asp?user=fred.but I want the original URL address to stay showing in the address bar
IS there a way to moitor bandwidth with ASP or any other languages ?
View Replies View RelatedI have some webspace and have a bandwidth restriction as we all do. I have been trying to create a script that will do the following as I have subdomains/directorys for users other than my self.
When pages load from a subdomain/directory the amount of transfer used is recorded in a text file like a page counter.
every page on this subdomain/directory adds the amount of bandwidth used.
If the bandwidth is exceeded then a message is displayed in plain text saying so.
I would like to have this script work with the folowing amounts.
1gb, 5gb, 10gb of data per month.
I am developing an ASP application where the user may spend large amounts of time manipulating data on a worksheet. An amount of time that will certainly exceed the security mandated session timeout intervel of 15 minutes.
So the user pushes save after the session has timed out and is thrown to the user login window -- all according to standards. How can I either detect the timeout before the submit or preserve the user entered data despite the redirect?
Does anyone have a good and simple Low/High bandwidth detection script that either redirects the user to a page based on their bandwidth or which sets a variable that can be used to turn on/off media and content?
View Replies View Related