Click here to Skip to main content
15,924,039 members
Home / Discussions / Web Development
   

Web Development

 
QuestionHTC IFRAME BUG? Pin
cowtram18-Mar-03 16:58
cowtram18-Mar-03 16:58 
Generalneed help over this asp problem Pin
Pappo17-Mar-03 10:21
Pappo17-Mar-03 10:21 
GeneralRe: need help over this asp problem Pin
Thesisus17-Mar-03 10:29
Thesisus17-Mar-03 10:29 
GeneralRe: need help over this asp problem Pin
Anonymous21-Mar-03 9:50
Anonymous21-Mar-03 9:50 
QuestionWhere to begin? Pin
thorflea17-Mar-03 6:23
thorflea17-Mar-03 6:23 
Generalupload frames Pin
Brakanjan17-Mar-03 1:02
Brakanjan17-Mar-03 1:02 
GeneralRe: upload frames Pin
Jonavis20-Mar-03 21:49
Jonavis20-Mar-03 21:49 
GeneralFileSystemObject Problems Pin
Dion15-Mar-03 15:21
Dion15-Mar-03 15:21 
I'm trying ot use the ASP FileSystemObject to create new folders in my web application and unable to do so.

The FolderExists call seems to work but when the CreateFolder function is called the application locks up. I've tried giving full access to iuser and shared the c:\ drive as well as shutting down zonealarm and norton (Only while offline) but nothing seems to help.

This is the simple code I'm trying to use.

Any hints would be appreciated.

<%

Dim objFSO
Set objFSO= Server.CreateObject("Scripting.FileSystemObject")

'Create the folder
If Not objFSO.FolderExists("C:\newFolder") then
objFSO.CreateFolder("C:\newFolder")
End If
%>

Tom.
GeneralRe: FileSystemObject Problems Pin
Philip Patrick19-Mar-03 10:06
professionalPhilip Patrick19-Mar-03 10:06 
GeneralQuestion about ONSELECTSTART event of HTML body. Pin
George215-Mar-03 1:45
George215-Mar-03 1:45 
GeneralRe: Question about ONSELECTSTART event of HTML body. Pin
Paul Watson16-Mar-03 22:50
sitebuilderPaul Watson16-Mar-03 22:50 
GeneralRe: Question about ONSELECTSTART event of HTML body. Pin
George217-Mar-03 1:30
George217-Mar-03 1:30 
GeneralRe: Question about ONSELECTSTART event of HTML body. Pin
DFU2317-Mar-03 14:19
DFU2317-Mar-03 14:19 
GeneralDatabase connection Pin
TPN15-Mar-03 0:26
TPN15-Mar-03 0:26 
GeneralRe: Database connection Pin
Paul Watson16-Mar-03 22:34
sitebuilderPaul Watson16-Mar-03 22:34 
GeneralRe: Database connection Pin
TPN17-Mar-03 3:58
TPN17-Mar-03 3:58 
QuestionThe best way to manage user session ? Pin
TPN14-Mar-03 23:59
TPN14-Mar-03 23:59 
AnswerRe: The best way to manage user session ? Pin
Thesisus17-Mar-03 10:33
Thesisus17-Mar-03 10:33 
GeneralRe: The best way to manage user session ? Pin
TPN17-Mar-03 16:24
TPN17-Mar-03 16:24 
GeneralRe: The best way to manage user session ? Pin
Florin Ochiana27-Mar-03 13:07
Florin Ochiana27-Mar-03 13:07 
Questionhow browser remember's a link Pin
uzwa14-Mar-03 10:40
uzwa14-Mar-03 10:40 
AnswerRe: how browser remember's a link Pin
Torsten Mauz14-Mar-03 15:01
Torsten Mauz14-Mar-03 15:01 
GeneralEntertainment News Service Pin
perlmunger14-Mar-03 9:22
perlmunger14-Mar-03 9:22 
GeneralRichTextBox doubt Pin
Smitha Nishant14-Mar-03 5:09
protectorSmitha Nishant14-Mar-03 5:09 
GeneralSend mail in a free asp hosting. Pin
one_puppy13-Mar-03 15:37
one_puppy13-Mar-03 15:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.