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...
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...
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")...
Hi,
I was a ColdFusion programmer for year (just migrated to ASP). And im trying to migrate an application from CF to ASP.
I just want to know how to make a file upload. In CF we were using "CFFILE ACTION="UPLOAD" DESTINATION="...". I tried AspUpload, but since my...
Hi,
I have Red Hat 8. When I installed it, I choosed the apache and mod_perl module. But, mod_perl doesnt seem to load my cgi (when I look into the ENV variables). I tried to use the doc on perl.apache.org, but my configuration seems to be a lot different because of red hat. Anyone has...
Hi,
I dont know where to post this but anyway it is related to linux. How can I know if mod_perl is installed on my linux server? I installed red hat 8 with mod_perl and apache. But I dont know if apache is linked to mod_perl to execute cgi. How to know if a package is installed?
thank you
Hi,
I have one IP for three sites. They have the same domain name with different subdomains. All works fine except for one thing. When I put the AuthType (basic) on the top level, it ask for authentification on every sites, but I would like the user to only have to log one time and have the...
Hi,
A company is hosting a site for me and I decided to bring it back to my business. I installed linux and apache on a server (a better computer +cpu +ram...) but the CGI runs slower. Anyone had an idea what can slow my cgi process?
The cgi script are not complicated. The first one just look...
Hi,
I have to make a Staging site for a client. It is on linux with apache 2. All works fine except SendMail. I cant find the SendMail app they use. The client cant tell me which it is.
In the .cgi they declare it uses this declaration :
use SendMail;
I tried the sendmail file at...
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.