|
secure FTP with ASP? (copied from ms.public.inetserver.asp - no traffic over there) Hello all, I am attempting to securely send a file from our Web server to another server. Can anyone here point me in the right direction? Please? Right now, I'm trying to use WSH to run PSCP (command-line version of PuTTY). I've tested the co... 24 Oct 2005 11:54
The requested resource is in use Error Sorry for the multiple post but did not know where exactly this belonged. I am getting an error message - The requested resource is in use on Windows Server 2003. I have tried check and uncheck the Cache ISAPI extensions. The web server can serve up HTML pages and images. The problem is with the ASP/ ASPX ... 18 Oct 2005 22:56
cdo.message emails stuck in queue I'm working on a classic asp site and am having sending mails in my development environment. In attempting to use CDO.Message the emails usually (but not always) get stuck in my mail Queue folder. Any ideas? I can provide more info if that would help. Thanks. ... 22 Oct 2005 18:14
Password Encryptor/Decryptor for ASP 3.0? Hi! Im planning to encrypt the password that was stored on msaccess database and also the text inputed from a password textbox. Also, if I want to get the password from the database, I need to decrypt it so it can be comparable to the one that is inputed on the textbox. Is there a way on how to handle this? M... 22 Oct 2005 04:18
getRow / array question (need help to expand my brain) Here's my quandry my bundles table ID bottleTotal price ========================== 1 1 10.00 2 6 8.00 3 12 7.50 I want to create a quick and easy select list that looks like this... <SELECT name="qtyANDprice" class="default"> <option value="1... 6 Oct 2005 16:23
Error -2147467259 (0x80004005) X-No-Archive: yes I got this error -2147467259 (0x80004005) on my simple ASP file name test.asp <% Response.write "Hello, world." %> The same code will work if it is ASPX files. Any ideas? Thanks. ... 4 Oct 2005 16:15
ConnectionTimeout and CommandTimeout ignored when running ASP on Windows Server2003 with IIS 6.0 I am running ASP code that was migrated from a Windows 2000 Server to a Windows 2003 server. For some reason the connection timeout or command timeout are getting ignored and my query time sout after 30 seconds. My connection times are set as follows in an include file: Dim objDBConnection Set objDBConnection ... 4 Oct 2005 10:24
ASP site not available on IIS 6.0 (Cannot find server or DNS error) I have just set up an ASP-based site to a new Windows 2003 SP1 server with IIS 6.0. Before now the site has run under IIS 5.0 on Windows 2000. Every time an ASP page is opened, IE shows the error: "Cannot find server or DNS Error". All static page types open fine (HTM, GIF etc) The confusing thing is - I have ... 3 Oct 2005 13:06
ASP ... ? somone help PLEASE! Thanks Patrice -- zac123 ------------------------------------------------------------------------ Posted via http://www.codecomments.com ------------------------------------------------------------------------ ... 3 Oct 2005 09:27
ASP error CreateObject("Word.Application") failed Hi, I am using a software that uses MS Word to create PDF files. When I try to run the sample code (ASP 3.0), I get an error on this statement : Set oWord = Server.CreateObject("Word.Application") That error says : The call to Server.CreateObject failed while checking permissions. Access is denied to this o... 27 Sep 2005 18:11 |