I'm trying to snag the Google search term from the referrer. I know that it will involve HTTP_REFERRER, but from there I'm lost.
Request.ServerVariables("HTTP_REFERRER")
How do I parse the q=text out of the URL?
I was hoping to avoid a reboot if possible. I tried restarting the site but it didn't help. I recycled the worker process and that seems to have worked for now.
Thanks for the links. Already seen them- I'm already using OLE DB for all connections and nothing I found explained how to monitor...
I have a web server (Win 2k3, IIS6) with three sites using Access databases. Today they suddenly slowed to a crawl and one won't load at all- it shows the following error:
Microsoft JET Database Engine error '80004005'
System resource exceeded.
/gear/show.asp, line 18
As far as I know all...
I inherited this server running one main website. It's a .NET site and has some sort of customized error handling going on (404 takes you to the site map page).
They asked me to setup additional sites, which I did using headers. Everything is golden until I ask for a missing page on one of the...
I just did this yesterday and it works great.
You will probably need to give those new users "list" permission on the root if their folder is below it. However I set my main FTP account to go to a dead end folder. That keeps people from going up to other stuff and avoids the additional hassle...
I've inherited an Access database used to assign topics to individuals. The table we pull the relationship from is formatted thus:
ID 100
RegID 999
TopicID 5
ID 101
RegID 909
TopicID 3
ID 102
RegID 999
TopicID 3
ID 103
RegID 909
TopicID 2
There will be several records for each RegID. My...
The "email" in the above script refers to a table.
I do have a query in the DB however, which is what precluded the question. It's nothing more than a select * where email <> "".
Pulling from the table doesn't work because some records do not have email addresses.
There is no query. Here is the full script that pulls e-mail addresses from a table. In the mail object the address is inserted using objRS("email") for each message.
.....
Set objConn = Server.CreateObject("ADODB.Connection")
objConn.Open "DBQ=" & Server.MapPath("newsletter.mdb")&...
I'm working with a script intended to pull records from a table. It's a long story- but the page is currently getting them via a query.
The following line appears to work- but it's VERY slow. Any suggestions on how to speed it up or call a table but use criteria?
objRS.Open "qryEMAIL" ...
This is the error you get if you try to access the share drive. Just plain old LAN connections- no terminal services or anything like that. If you're the "lucky one" you won't be able to send any interoffice mail either.
The license manager shows 15 licenses and 13 active users.
From what I've read this all moot since the licensing thingy doesn't actually *do* anything. It just pops up annoying messages.
Bet yes, the additional licenses were added. That was last week- I hoped that over the weekend magical things would happen.
Recently upgraded to a Dell P/E 2800 running SBS 2003 and need some advice. Finally got Exchange set up and everythig is going great until a few days ago we see....
"No more connections can be made to this remote computer at this time because there are already as many connections as the...
I found the Smart Host to not be very smart.
For our ISP anyway that option would not work. We have it set to use the SMTP connector only and Outlook handles the POP3 part. Just FYI.
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.