Database search is no problem, for the site you need an index server to index your site, then you can search in the index server db... Silvers5
As seen on EE
Hi MstrMich.. it' seems that we are cross interfering :+) I answered this question in EE, but I'll post here what I said there too.. if this works close the other question too
Hi MstrMich.. this is a permission issue.. give the IUSR write permission on the mdb file and it will
be solved...
also you can add with it 2 meta lines in the head part:
<meta http-equiv="PRAGMA" value="NO-CACHE">
<meta http-equiv="Expires" content="Mon, 01 Jan 1990 12:00:00 GMT">
Silvers5
As seen on EE
Will use server resources! (memory) but on other hand if your site is highly visited it will be an optimum since the application variable have a general scope.. Silvers5
As seen on EE
Hmmm.. not possible then.. you cant! there are things that cant be done other ways! you can try in a way to fetch the header server variable request.servervariables("All-Http") and try to get in it the header the client's request header.. but this is more difficult.. browsers send...
try to use session variables!
you store in session variables like this:
session("Username") = "Blabla"
in any asp page on the site you can then:
<%=Session("Username")%>
rgrds Silvers5
As seen on EE
This is a security issue, the thing is that the IIS and excel run in different memory compartements.. so you need to run excel in out-of-process, for that you'll need to create an activeX dll and registerit in MTS to run and create the excel file...
check this article on how to do it...
Didn't understand? are you hosting different domains on one phisical web site? that means hosting a site with multiple header URL, try to create a site for each domain in IIS ,make them all redirections to your asp file but add at the end of the redirection url a query variable like...
hm.. yes the mail server might crash.. or smtp wont send correctly.. even if you loop thru the recordset it might crash, you need to loop thru adds, and try to set a small delay if the server is crashing..
otherwise you simply you use the ; as delimiter between emails in the from field.. BTW I...
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.