all groups > inetserver asp components > june 2005
Web Site Efficiency
Posted by jerry_ys at 6/28/2005 11:26:04 AM
Hope i'm in the right group. I'm developing a small non-commercial website to
run on windows 2000 pro with IIS. How many simultaneous users (approx) can
this handle and what happens to the end-user if server freezes from too many
users?
(assume an upper end desktop configuration). The heart ... more >>
AspMail with aspSmartUpload?
Posted by KEW at 6/28/2005 10:07:56 AM
Hi,
I am using aspMail and aspSmartUpload separately on my site. I'd like to be
able to use aspMail to email the form data collected with aspSmartUpload; by
default the information collected from the aspSmartUpload form is displayed
on a confirmation page for the uploader but doesn't end up an... more >>
File System Object question
Posted by PedroX at 6/27/2005 2:59:19 PM
I have about 200 documents to which I need to write a header and a footer.
Appending (the footer) is easy, but I cannot figure out how to write to the
very beginning of the file. Any help would be appreciated
... more >>
WinHttp is not working anymore
Posted by Catalin Maftei at 6/21/2005 1:52:04 PM
Hello
I have a web script that use WinHTTP object that was working perfect until i
install SharePoint and Project Sever.
After i Install this severs the script keep fail with error:
WinHttp.WinHttpRequest error '80072ee2'
The operation timed out
I uninstall the SharePoint and Project... more >>
IIS - ASP
Posted by Ian Bennett at 6/16/2005 12:39:14 PM
Could anyone help out with this one?
I have developed a .asp web site with Dreamweaver and everything works.
Before I upload it to a server I want to show it to the client. It and the
database are saved on to a portable Flash memory stick but all the browser
will open is the .htm page. How do... more >>
How can i implement Multilanguage support in my Application.
Posted by MSNews at 6/13/2005 12:00:00 AM
Hi All
I am new to multilanguage support systems and currently in need of a fast
solution to the following requirement:
I have an application (asp+sql server+COM) which generates reports(cryatal
reports files / auto generated crystal reports at runtime)) based on user
input. all reports are... more >>
display online users using asp
Posted by mallyonline at 6/4/2005 9:15:23 AM
can anyone help with the code for this ?
i would like to display the current users viewing a page
thank you
malcolm
... more >>
Prepared statements in ASP
Posted by No one at 6/3/2005 7:25:46 PM
I am trying to create a prepared statement in ASP, but am having
problems with creating the parameter object. I do the following
Set fnParam = peopleUpdate.CreateParameter("@firstname", adVarChar,
adParamInput, 50, peopleSourceRS("firstname"))
But this gives the following error on the br... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to decode strings encoded with HTMLEncode
Posted by Rob Roberts at 6/1/2005 12:38:41 PM
I have some input fields on an asp page that get populated from fields in a
database. The user can edit the fields, and when the form is submitted the
database fields are updated with the new values.
Some of these fields may contain quote marks. When populating the input
fields from the d... more >>
|