Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > inetserver asp general > august 2003 > threads for wednesday august 20

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Error message Access Denied
Posted by Quinn Dunham at 8/20/2003 11:00:03 PM
I get this error when trying to access a folder created on my IIS FTP server. How do I make this folder accessable? An Error occured opening the folder on the FTP Server. Make sure you have permission to access this folder. Details: 550 /<FOLDERNAME>: Access is Denied....more >>


IIS/NT Security - simple question (I think)
Posted by Maria at 8/20/2003 5:04:57 PM
How do I stop the NT login popup box from coming up when accessing a web page that has anonymous access disabled, and Integrated Windows authentication set. If I click OK without entering anything in the popup box, it brings up the page, so I know I have access to it. (If I click cancel, it do...more >>

String getting chopped off
Posted by billzimmerman NO[at]SPAM gospellight.com at 8/20/2003 4:35:06 PM
I am passing a string of text between a page and a database. It is a book title, which consists of 2 or three words, and only the first word is passing to the database. The page that passes the string has the whole string on it, but somewhere between the passing and the receiving, the string is ...more >>

equivalent to php_info()
Posted by Thomas Henz at 8/20/2003 4:24:52 PM
Hi again, is there an equivalent system plot like php_info() in asp? thanks, tom ...more >>

Error on loading ASP page with VBScript
Posted by Frank at 8/20/2003 2:23:19 PM
When I used IE 6.0 to view the ASP page on Window 2000 server PC, I encountered the error message: "Expected end of statement". The ASP page code is as: ****************************************************** <script language="VBScript"> function vb_Test(ptValue) vb_Test = ptValue end fu...more >>

FSO: Invalid Path - why??
Posted by stever at 8/20/2003 1:50:35 PM
Hi- I am trying to use the FSO to do some file work. I have a little bit of code like this: ...more >>

if or and question
Posted by Thomas Henz at 8/20/2003 1:39:55 PM
hi there again, can someone please show me how to transfer this php line into asp? if(($frm_quant=="") || !($frm_quant>0 && $frm_quant<=100)) thanks a lot, tom ...more >>

timezone in javascript
Posted by Christopher Brandsdal at 8/20/2003 1:19:02 PM
Hi! I have a javascript serverside script that stores the "Date" command in a database. The problem is that I am in Norway, ans the server is in Florida! It's a BIG timedifference. When I use ASP I just use the <% Session.LCID = 1044 %> command at the top of the page. Is there something...more >>



Local settings
Posted by Ronald at 8/20/2003 1:13:15 PM
Hi, The webserver I'm using (which I can't make any changes to) has a Dutch-localsettings. When doing simple calculations the decimal-symbol in ASP is a , (komma). Is it possible to force IIS to use a . as decimal symbol by code? (IIS5) Regards, Ronald ...more >>

ActiveX
Posted by Jeff Thies at 8/20/2003 12:58:16 PM
How do I tell if an ActiveX control is installed (and working)? win2000 box. Jeff...more >>

How do you make asp sessions work if cookies are completely disabled?
Posted by JJ at 8/20/2003 11:46:09 AM
Hi, As I understand it IE stores the session id in a cookie on the user machine. This identifies the session between pages. If cookies are disabled then session variables don't work... Is it possible to pass the session id between pages by posting them etc, and manually force the session id...more >>

session var trouble, it's been awhile
Posted by stever at 8/20/2003 11:14:20 AM
Hi- I'm setting a session var in global ASA like this: Session("Scope") = GetScopeList( Session("docRootPath") ) Where GetScopeList is a function in global.asa that will return a string array of folder names Session("docRootPath") is an application variable that I set earlier. OK, when I...more >>

Server Object Error
Posted by Williams at 8/20/2003 8:56:56 AM
I registered aspsmartupload.dll and put aspsmartuploadutil.dll into c:\WINNT\system32 folder and I'm getting the following error. Here is the line of code refered to ing the error message: Set mySmartUpload = Server.CreateObject ("aspSmartUpload.SmartUpload") Error Msg: Server object ...more >>

Error 80004005 when creating recordset object in ASP file, but works fine in Global.ASA
Posted by Grahammer at 8/20/2003 6:08:20 AM
For some reason I am getting an error when trying to open a recordset on an Access database on my Win2K3 machine from my INDEX.ASP page, but the same code accesses the database fine when coming from the GLOBAL.ASA page. I'm using a DSN to connect to the database. The error I'm getting is: ...more >>

Huge ASP file upload and ActiveX error
Posted by Jeff Thies at 8/20/2003 4:04:12 AM
Hello, I (well someone else) need to upload large files. I had the Huge ASP upload installed (Pstruh). It came recommended here. Using the sample script I get this error when uploading: Error Type: Microsoft VBScript runtime (0x800A01AD) ActiveX component can't create ...more >>

Menü-Datei einbinden
Posted by noemail NO[at]SPAM news.net at 8/20/2003 3:31:53 AM
Hallo! Ich habe eine Menudatei, die in alle Dateien eingebunden werden soll, die das menü anzeigen sollen. Die Menüdatei bindet ihrerseits 3 Javascript-Dateien ein die auf verschiedene Grafiken verweisen und natürlich die Menüfunktionen beinhalten. Wenn ich nun diese Datei mit folgend...more >>

button click ... linking of 2 pages :-(((( --pls help!
Posted by janet at 8/20/2003 12:48:24 AM
hey hi... this in in continuation to my other post. i am trying hard and cannot find out whats the problem. i am getting crazy...please asp experts ...do resolve the problem...its something very simple which i am doign wrong. wehn i clcik to the submit button ....its absolutely dead noth...more >>


DevelopmentNow Blog