Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. barandjelovic

    Permission error, FSO.CreateTextFile

    Platform: Win2000 Server, IIS 5 Here is the server javascript ASP code: var fs = Server.CreateObject("Scripting.FileSystemObject"); var path = Server.Mappath("test.template"); var tf = fs.CreateTextFile(path, true); //(line 37) Here is the error: Microsoft JScript...
  2. barandjelovic

    Permission error, FSO.CreateTextFile

    Platform: Win2000 Server, IIS 5 Here is the server javascript ASP code: var fs = Server.CreateObject("Scripting.FileSystemObject"); var path = Server.Mappath("test.template"); var tf = fs.CreateTextFile(path, true); //(line 37) Here is the error: Microsoft JScript...
  3. barandjelovic

    Permission error, FSO.CreateTextFile

    Platform: Win2000 Server, IIS 5 Here is the server javascript ASP code: var fs = Server.CreateObject("Scripting.FileSystemObject"); var path = Server.Mappath("test.template"); var tf = fs.CreateTextFile(path, true); //(line 37) Here is the error: Microsoft JScript...

Part and Inventory Search

Back
Top