I am new for using asp and IIS. I use clasic ASP with connection to a database (access). I install IIS 7 successfully. My website won't start because of this error(HTTP 500 Internal Se...
This error occurs suddenly on my webserver ( IIS and Windows 2000 Server) ...... on ASP ......
Would somebody please help ? Thanks.
Microsoft][ODBC Excel Driver]General error Unable to ope...
I'm trying to setup an asp site in my 64-bit Vista PC connecting to a Microsoft Access Database but i get this error message.
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
...
Please accept my apologies in advance for this additional posting and also for any help you can offer. I've searched around, found several examples of solutions, but I can't get any of them t...
Hi,
I'm converting my site to Unicode from windows 1255 (Hebrew).
I have 2 problems:
In some parts of the site, I have to use data which is encoded in Windows 1255 (Because I can't force my...
Hello,
I need to extract the folder from the filepath. The filepath is as follows:
/Files/Letters/Letters1.asp
What I need from this is:
/Files/Letters/
What is the easy way to do t...
Hello,
I don't have any experience with ASP but I need a little script (connect.asp) that maps network drives with an account and password that users enter in a HTML form. I found some code...
Hello. I am using Classic ASP VBScript. I am testing server-side validation with a small, 2-field form. I think I may be on the right track, but I'm unsure how to separate the 2 fields and ...
Hi,
I am using freeaspupload for users to upload pictures onto my site, which uses BinaryRead. However, before uploading I want to check that the user has select a jpeg or gif file, so on...
Here is what I have on my server:
mailenable installed (it includes SMTP service)
CDONTS.dll installed and registered successfully through command line
IIS 5.1
Windows XP
I can send and r...
This is probably a cheap question for you experts but I have been trying to use the ltrim and rtrim functions to trim off spaces at both ends of a value (leading and trailing spaces) but I am ...
I am trying to run a stored procedure via SQL Server 2005 and continue to get this error:
Microsoft OLE DB Provider for SQL Server error '80040e07'
Conversion failed when converting date...
I need to have a box at a bottom of my ASP page with a group of images that scroll from left to right in a seamless strip and as a continuous loop. I would like to be able to add at least 10 ...
I need to detect the browser and OS my clients are using.
Browsers: IE 5.x, IE 6.x, IE 7.x, Firefox 1.x, 2.x, Mozilla x.x, Opera 7.x, 8.x, 9.x, Safari 2.x and 3.x and other.
OS: Windows ...
Microsoft OLE DB Provider for SQL Server (0x80040E14)
Incorrect syntax near the keyword 'AND'.
/SABC/charactervoting.asp, line 23
line 23 is :
set rs=conn.execute("UPDATE tbEpisode SET...
Hi,
How do I perform a GET HTTP on a URL in VBScript.
The following are two examples of URL's that I need to execute (in GET HTTP) when I run my VBScript:
"http://localhost:8080/Send%2...
Hai
I have an issue. i need to open a MS Word Document(.DOC) in Internet Explorer using ASP.
It should contain all the tools like save, open, cut, copy , paste and so on..
the r...
Does anyone know how to get the length of an array in vb script when its the system that creates the array.
I am using Arr = Split(text," ",-1,1) to split some text into a bunch of words. S...
I have the following code and I think it's not working because I need to convert an int to a string but not sure how. The problem is generating the URL's where I have put <%=CStr(curDay)%>.
...
Request.ServerVariables("LOGON_USER") returns nothing. The anynomous access is unchecked and the looks like the domain name is joined in MY Computer properties. The following returns nothing...
Hi Experts,
I have done some research online re this error, lots of results but no one seems to have an answer.
Basically my situation is the same as most, the script was working fine un...
HI
I am working in a multilangual web site and i have almost finished the
hard part of view pages and working in the data entry pages.
In my pages i am using Unicode utf-8 and it is working...
I need to replace line breaks characters with "<br>" (html equivalent)
I have done the following in ASP:
MediaDescription = Replace(MediaDescription, chr(13),"<br>")
MediaDescription = Repl...
Hi
is there any other way to get the value returned by Request.ServerVariables("HTTP_HOST")
currently using this:
sHTTPHost = Request.ServerVariables("HTTP_HOST")
Then setting an ...
Can You do This??
I have a checkbox but when clicked I want it to call an vb server side function only when its clicked. It seems to be calling the function(funtix) every time I write the ...