all groups > inetserver asp general > august 2006 > threads for august 8 - 14, 2006
Filter by week: 1 2 3 4 5
IISStae results - help with interpretation
Posted by Prophet at 8/14/2006 7:58:47 PM
Can someone help me troubleshoot this IISSTATE log ? I have tried to
make sense out of it but with no luck I am currently running IIS5 on a
Win 2k box. Hosting 3 web sites and runnning asp pages. One of the
asp pages (confirmations.asp) is making the dllhost.exe process hog all
the cpu f... more >>
Newbie need help - SELECT by date in Access
Posted by mongkb at 8/14/2006 6:46:22 PM
Hi all, I've created a table in Access and I assigned the date format
to a field , named 'bdate', to "dd/mm/yyyy", the 'bdate' records are:
1. 23/07/2006
2. 02/08/2006
3. 15/08/2006
SQL:
strSQL = "SELECT * FROM tblList WHERE bdate = #" & selDate & "#"
Set rs = ObjConn.Execute(strSQL)
... more >>
newbie stupid question on forms
Posted by mandeelea at 8/14/2006 6:34:08 PM
i have a form that i've written in html and need to user to be able to submit it (more user entered information than just checking one box, but less than a written essay). i understand that having the form "mailto:" is a bad idea and i have access to asp, but i have no idea what to do. do i have the... more >>
\\UNC and ASP
Posted by David R. at 8/14/2006 12:38:32 PM
I have two servers. One contains the ASP web application (\\Server1) and
the other contains the data files (\\Server2).
I'm having some problem with the following "file download" code at line
"adoStream.LoadFromFile(FPath)".
The error is "ADODB.Stream error '800a0bba' / File could not be ... more >>
ASP - Launching Notepad.exe Client-side
Posted by SpamUsHereInstead NO[at]SPAM comcast.net at 8/14/2006 11:04:07 AM
Hi,
I have Googled the internet beyond belief for a solution to this and keep running into obstacles:
I have written an ASP application using our IIS server which retrieves data and displays them in a nice grid. My boss wants the application to create a .txt file of this data when a button is... more >>
ASP .NET 2.0 Performance
Posted by Roman at 8/14/2006 9:13:51 AM
I am looking to improve the performance of my application. The result
page is 17k but it takes years to come up. There is an underlying sql
2005 query, but results come back rather fast. It seems to me that
caching is not there. Any suggestions?
Thanks in advance
... more >>
Bit operations in ASP
Posted by Delphido at 8/14/2006 2:56:02 AM
Hello,
i've been programming ASP for a few years, but this time i'm lost..
I need to translate a piece of C++ code which encrypts a string into the ASP
equivalent. Can anybody give me a had with this. I have nog clue about
bit-operations etc, and don't no to much about C++ as well..
++++... more >>
request and responses
Posted by shank at 8/13/2006 10:55:59 AM
The below partial code gets UPS rates. It's based on a request and response.
I can get the request to write to screen with "response.write
server.HTMLEncode(strXML)".
How can I get the response to write to screen so I can see what's being
returned by UPS?
thanks
<%
strXML is establishe... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
IIS 6.0, ASP pages, HTTP Error 500.13 - Server error
Posted by rezapasha NO[at]SPAM gmail.com at 8/13/2006 6:44:04 AM
Hello,
we have a website in ASP , the pages connected to .mdb access database
by ODBC there is a big traffic on this site, so after 9-10 hour the
server show this error to visitors :
HTTP Error 500.13 - Server error: Web server is too busy.
Internet Information Services (IIS)
BUT only .a... more >>
Call Access Form in browser
Posted by Eric at 8/11/2006 3:36:18 PM
Hi: Is it possible i call access form in browser.
Thanks,
... more >>
querystring variables in #include files
Posted by Todd at 8/11/2006 11:08:02 AM
Hello...I'm trying to include querystring variables in a #include but it's
not working
this works:
<!--#include file="calendar/calendar.asp-->
this does not:
<!--#include
file="calendar/calendar.asp?eventtype=1&curmonth=8&curyear=2006"-->
any suggestions.
Thank You... more >>
Invalid argument error
Posted by Eric at 8/11/2006 8:42:28 AM
When I run my script it gives error on the following line:
strEmail = Right(strEmail, (Len(strEmail) - 1))
I enclose my code and the sample text file too
Thanks,
-----------------------------------------------------------------------------
Option Compare Database
Option Explicit
Private S... more >>
DatePart
Posted by le0 at 8/11/2006 12:00:00 AM
Hello guys,
Is there anything wrong with my code (see below) bcoz when 10p-6a shift my
browser returns the error cannot be a zero-length string. Im wondering why,
bcoz the 2 other shift works perfectly.
<%
'Shift: 6a-2p
if DatePart("h", Now()) > 5 And DatePart("h", Now()) < 14 then... more >>
Update the current page after downloading a file from a database
Posted by Roger Withnell at 8/10/2006 5:59:58 PM
The current page has:
Response.Write "<a href=""FileDownload.asp?FileNo=" & UbeRS("FileNo") &
""">Down</a>"
FileDownload.asp has:
..
'Update downloaded file status in ubMgtFiles
UbeQ = "UPDATE ubMgtFiles SET Uploaded = NULL, Downloaded = GetDate(),
DownBy = " & Session("StaffNo")
UbeQ ... more >>
Search Across Two Concatenated Fields
Posted by e_marquess NO[at]SPAM hotmail.com at 8/10/2006 4:18:03 PM
This should be simple but it has me stumped.
I have two fields First_Name and Last_Name. I want to search for John
Smith by entering "John", "Smith" or "John Smith". I have tried to
concatenate the fields with this code and it works with "John" and
"Smith" but comes up blank when I enter "Jo... more >>
SMTP Mail Queue
Posted by Jeff at 8/10/2006 3:49:30 PM
windows server 2003
SMTP appears to be running, connection tab has "all except the list
below" checked, and there is nothing in that list
I have this bit of code:
Dim ObjSendMail
Dim iConf
Dim Flds
Set ObjSendMail = Server.CreateObject("CDO.Message")
Set iConf = CreateObject("CDO... more >>
array question
Posted by the other john at 8/10/2006 1:33:04 PM
Is there a way or a property that can tell me how many items are in an
array? Like when using the Split function but the actual number of
created array items is unknown? I need to be able to dynamically count
the number of items that are created as a result of using Split().
Hopefully this i... more >>
How do I display a specific amount of words?
Posted by Lisa at 8/10/2006 12:53:16 PM
Hi. I have an ASP app that allows administrators to add articles to a
database for viewing by the public. What I want to do is display a summary
of the article and give the user the visitor to the website the option to
click "more..." to view all of the article.
Can anyone give me some tips or... more >>
Need help - Using Javascript/VBScript to talk to a remote server
Posted by Roy X at 8/10/2006 11:37:12 AM
Hello -
I am trying to embed JavaScript to an ASP page which will be executed
on the server side and will send a HTTP request from the ASP Web server
another remote server. Then I need to capture the remote server's
response and save it as a string.
Any help will be greatly appreciated.... more >>
Search character
Posted by Eric at 8/10/2006 3:55:39 AM
How to i search the colon in the data and then pick characters after
colon. for eg:
ACTUAL DATA
Date: Fri Aug 04 15:14:38 EDT 2006
REQURED DATA
Fri Aug 04 15:14:38 EDT 2006
Thanks,
... more >>
Search Character
Posted by Eric at 8/10/2006 3:52:20 AM
How to i search the colon in the data and then pick characters after
colon. for eg:
ACTUAL DATA
Date: Fri Aug 04 15:14:38 EDT 2006
REQURED DATA
Fri Aug 04 15:14:38 EDT 2006
Thanks,
... more >>
Delete Files
Posted by Eric at 8/9/2006 9:05:44 PM
Is it possible after i run my process i delete text files from server.
I run a process to read from text files after that i want to delete
these text files so that no one again run the process. I am using ASP.
... more >>
Search colon
Posted by Eric at 8/9/2006 5:56:58 PM
Hi: How to i search ":" in a sentence. For eg:
abc efg hij : kkk ddd lll
fda fdasf jfdas fdas fsad
When i read a line i want to skip those lines where ":" is present
data = ts.ReadLine
... more >>
CDONTS install
Posted by Jeff at 8/9/2006 4:45:38 PM
I have a dedicated windows server on BlueGenesis.
I'd like to send an email using ASP, but I'm getting this error message:
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object: 'CDONTS.NewMail'
I'm told that is because CDONTS is not installed.
So... more >>
Separate two words
Posted by Eric at 8/9/2006 3:06:29 PM
Hi: I have data where first and last name are in one field. I need help
how to i separate first and last name in ASP
Thanks,
... more >>
Reverse For Loop Syntax
Posted by Adrienne Boswell at 8/9/2006 1:08:08 PM
Today, I am braindead... I can't seem to find this in Google, and I
don't remember where I used this code before (so I can't steal it from
myself). Anyway, all I want to do is:
for i = 0 to 20 step -1
response.write "<br>" & i
next
For some reason, that doesn't work. It shows nothing. I... more >>
Help reading image extended info such as Author Width Comments, Etc
Posted by tom NO[at]SPAM tmweber.com at 8/9/2006 12:17:30 PM
I'm trying to read in image data using the filesystemobject. I am able
to read the comments field for all file types it seems, except the ones
I want, .gif .jpg and .bmp.
Is it possible to do this?! If so what might I need to do?
Thanks!
here is the script im using to loop through each po... more >>
CDONTS problem
Posted by Guatemala Balla at 8/9/2006 6:51:50 AM
Below is my code, it looks like it should work, I've used this exact
code before but this doesn't want to send and I don't know why. Can
someone take a peek see and let me know what I'm doin wrong?
Thanks
Dim Mailer
Set Mailer = Server.Createobject("CDONTS.NewMail")
If isObject(Mailer) T... more >>
text wont format from a form - email
Posted by Advo at 8/9/2006 6:03:18 AM
Hi there, basically ive got a script which takes information from a
form, passes it to the .asp page and then emails a certain department.
This is what im getting in the emails: notice how the AddyLine 2 is
over, <it needs a space> and the same for Addy Line 4.
Address:::
Addy Line 1, ... more >>
Error
Posted by Eric at 8/9/2006 4:29:28 AM
When data is more than one line it skip the second line in my program.
Case Summary where it get data only from first line. I need help what
changes i will do in my program so that it read the whole summary
from text file.
ERROR
-----------
Case "[Sum"
test = True
OUTPUT
-... more >>
Classic ASP application deployment steps
Posted by Pfizer at 8/9/2006 2:16:05 AM
Hi All,
I am looking for the Classic ASP application deployment steps or
schenario's.
If any body aware or having documents for same.
Pls. help out me for same.
Thanks in advance.
Best Regards,
Pralhad
... more >>
Performance of ASP
Posted by Paul at 8/8/2006 11:12:40 PM
Hi I have a question?
If I a loop that displays a list of records on a page, lets say a list
of contacts (lets say 200). The question that I have is does it effect
the performance if I add inside the loop the following:
if Arr[0,index]="1" then
.....
end if
Many thanks
Paul
... more >>
Sending information in a URL
Posted by charles NO[at]SPAM home.com at 8/8/2006 9:42:00 PM
I would like to have my application send a 'request'
to an ASP page on my server.
something like:-
http://www.mydomain.com/registration.asp?name="Fred"&age="25"
The browser then displays the full URL including the
parameters: name="Fred" and age="25"
Is there any way I can send the... more >>
Logical Error
Posted by Eric at 8/8/2006 9:10:48 PM
My program works fine accept that when the pattern contains information
more than one line it shows only the first line. For example if you
look into Summary the information is in more than 1 line but it shows
only the first line needs help
i=0
j=0
dim alldata(99999,30)
Function EnumerateFo... more >>
Please Help!
Posted by Ami at 8/8/2006 6:26:45 PM
I need to secure my web page, when it is reading a file from the
physical folder.
Say for eg.. I have a page Page1.aspx, which displays a list of links
that corresponds to
the available text files in one of the files. All the other pages are
secured except this
page. So when I click the link,... more >>
Newbie q - from developer to live
Posted by Peter Morris at 8/8/2006 5:13:12 PM
Okay, this is a really basic question, but I'm a newbie.
Im using MS Visual Web Developer 2005 Express
I've created a web site with a few pages that runs
from Developer.
Now, how do I make it go live? How do I make
it into a web application that runs independently,
which I can then upload ... more >>
asp source code protection
Posted by quickcur NO[at]SPAM yahoo.com at 8/8/2006 1:24:33 PM
Hi, I am new to asp. I am writing an asp page and put it at
http://www.mydomain.com/mypage.asp. In mypage.asp, there is sensitive
information in the code. I do not want people get the source code of
mypage.asp because there will figure out some very important
information. My question is if I jus... more >>
Write xmlhttp result to text file
Posted by cwl NO[at]SPAM colon.dk at 8/8/2006 12:47:01 PM
I want to get the content of a webpage containing plain text and write
the content to a text file. My code looks like this:
Set xmlhttp = CreateObject("Microsoft.XMLHTTP")
xmlhttp.setRequestHeader "Content-type","text/txt"
xmlhttp.Open "get", "http://www.mysite.com/default.asp", False
xmlhttp... more >>
Specify Default Button
Posted by Jordan S. at 8/8/2006 10:35:32 AM
I want to make it so that when the user is looking at a rendered ASP page
and they hit the ENTER key, one of the buttons on the form gets "clicked".
In other words I want for the user to not have to click on the button, and
just hit ENTER instead. How do I specify the button?
Thanks!
... more >>
HTTP 500 - Internal Server Error
Posted by RRI3 at 8/8/2006 9:24:02 AM
I created an ASP on-line form which is displayed as
http://localhost/apps/test.asp.
a local server with Internet Information Services 5.1 to submit data to a MS
Access database. The ASP on-line form displays correctly on the browser but
the problem is when I submit it I receive the following... more >>
How to refresh SQL database using ASP script?
Posted by Bon at 8/8/2006 8:22:09 AM
Dear all
I have a javascript function which embeds ASP script for inserting data
into database. After the data is inserted database, I select the
maximum id (the latest inserted record id). But, it always select the
previous id. It seems the database hasn't been refreshed after insert a
new r... more >>
haveing problem in running asp.net 2.0 on iis 5.1
Posted by omx at 8/8/2006 4:49:19 AM
hi threre,
well i receive following error when i run the file from the server, if
i run the file using file system option then no error can you guys help
me in solving this problem:
Server Error in '/ASP_TEST' Application.
------------------------------------------------------------------... more >>
ASP timer Execution for som code....
Posted by Geagleeye at 8/8/2006 1:02:35 AM
Hi....
i do have a little problem.....i have 2 difrent functions in my asp
pages...
function1 and function2.
funktion 2 has to be executet 15sec after function 1 had been
executet....
how can this be solved in ASP, and is it impossible...
... more >>
getting a whole number
Posted by le0 at 8/8/2006 12:00:00 AM
Hi Guys,
Can you help me with this? Is there any function that I can use in getting a
whole number
Example:
Input OutPut
12.3 12
1.63 1
21.1 21
Im using the function left(p1,p2) but it doesnt recognize the whole number
Plea... more >>
UK/US Format Data Entry and DataBase Storage
Posted by JP SIngh at 8/8/2006 12:00:00 AM
Hi All
We are creating a multi-region ASP application which will be using SQL
Server 2000.
As our users exist in multiple location i.e. UK, US, Australia how can we
distinguish that the date the user is entering is captured correctly i.e. no
confusion with DD/MM/YYYY format.
I guess t... more >>
|