Hi,
thats what I did for the text. But how to track the language of the user? I cant only use locale name because if he switch from english to french, I must remember it...
Hi,
What is the best solution for storing Language ? Querystring, Session, Cookie. Maybe I could also use URLRewriter with naming in French and in English?
Im trying to best solution for the server performance and I want it to work on any browser.
Thank you,
patrice
Hi,
My site cant support netscape 4 and I want to redirect people with this browser to a page. Is this a good way to do it? Can I do this with web.config ?
protected void Application_BeginRequest(Object sender, EventArgs e)
{
HttpBrowserCapabilities bc;
bc = Request.Browser;
string...
Hi,
I use a DataList in an Asp page. When I do my action for Delete, it works fine. My problem is when I press the key "F5" or "Refresh" in my browser, another record is deleted (the one at the same position/index).
Is there a way to reset the delete command after it is done once? I thought...
Hi,
Im not really good with IIS. I seen the option "Enable content expiration" (it is unchecked on all my sites now). My question is : If I check this case and check "Expire Immediately", will it overwrites the browser cache option? And what happen when it is unchecked ? What is the default...
Thats what Im doing right now hehe
I did a domain, my only problem is that it seems to be only for directory... But what happens with Database? I also have a program called IMail (Mail server)... I think I will have to read docs!
Hi,
We are trying to figure out a way to make a good backup of our Web Server.
I have a web server with IIS, MSSQL, CF and a couple of pluggins. I want to have a backup server that has the same file and database just in case my server crash.
What is the best way to do it? I want a complete...
Thats what I thought. I did some test but I wanted some confirmation by pros.. :P But in your example wont it make an error if you refer to RecordCount when the recordset is closed?
Sorry for my english...
Hi,
I would like to know, if I make a redirect before I close my recordset will it be close or let open? Is the processing of the page stopped when I do my redirection?
Ex:
IF GetUser.RecordCount > 0 then
Session("User_ID") = GetUser("Usager_ID")...
In IIS, Go to properties of your virtual website. Under "Virtual Directory" go in configuration. Under mappings, is the extension .ASP there? If not create one. It should look like the .ASA.
Mine look like this...
Executable : C:\Windows\system32\inetsrc\asp.dll
Extension : .asp...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.