Wrox Programmer Forums
|
ASP Forms As of Oct 5, 2005, this forum is now locked. Please use "Classic ASP beginner" at http://p2p.wrox.com/forum.asp?FORUM_ID=54 or "Classic ASP Professional" http://p2p.wrox.com/forum.asp?FORUM_ID=56 instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP Forms section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 29th, 2003, 07:53 AM
Registered User
 
Join Date: Aug 2003
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default FileSystem Object

Hi,

I have a code in ASP which makes an instance of FileSystemObject and
creates a text file and Saves. The code works fine for Win2000 OS. Now I
put the same code on WINXP. The same code doesn't create a file. I have
check the user access and all the related things, but still no success.

I think when XP is loaded the .NET framework is loaded and that's Y the
file is not created. The same is the case on WIN2000 if I load .NET
Framework. Is there any way to solve this.

Thanks and Regards

Raj Babar

Thanks and regards,

Raj Babar
 
Old September 5th, 2003, 05:28 AM
joefawcett's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 3,074
Thanks: 1
Thanked 38 Times in 37 Posts
Default

The usual reason for this is that either the account that IIS uses (normally IUSR_<machinename>) does not have sufficient rights to the folder where the file resides or that an anti-virus program, especially Norton, has disabled its use. Check Google goups for meesages this year with "FileSystemObject stops working" and "IIS" for details of fixes.

--

Joe





Similar Threads
Thread Thread Starter Forum Replies Last Post
use My.Computer.FileSystem.ReadAllText in webdesin abc052107 Visual Studio 2005 4 July 5th, 2007 08:52 PM
Problem with code: My.Computer.FileSystem Sporty BOOK: Beginning Visual Basic 2005 ISBN: 978-0-7645-7401-6 2 April 23rd, 2007 05:05 AM
Problem with code: My.Computer.FileSystem Sporty Visual Basic 2005 Basics 0 March 14th, 2007 03:52 PM
Using The FileSystem Object Ben Horne Classic ASP Basics 1 December 1st, 2003 09:21 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.