Jump to content

ackl456456

Members
  • Posts

    10
  • Joined

  • Last visited

ackl456456's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Why?i set permission ady. security even advanced [An error occurred on the server when processing the URL. Please contact the system administrator.If you are the system administrator please click here to find out more about this error.] <html> <head><title>Reading from text files</title></head><body><%Dim fso, f, filespec Set fso = CreateObject("Scripting.FileSystemObject")filespec = Server.Mappath("/tutorials/asp/textfile.txt") Set f = fso.OpenTextFile(filespec,2) f.WriteLine "VBScript and ASP is fun!" Set f = fso.OpenTextFile(filespec,1)Response.write f.ReadLine f.Close%> </body></html>
  2. oo.Yeah.At the frist Tq "JustSomeGuy" Sir Now i was using administrator.Still wan to Set?? Set from the folder/properties??
  3. Hey guys.i got a little problem here. Anyone Error at this test?why i can't Open it by IIS?<html> <head><title>Writing form a text files</title></head><body> <%Dim fso, f, filespec Set fso = CreateObject("Scripting.FileSystemObject")filespec = Server.Mappath("/tutorials/asp/textfile.txt")Set f= fso.OpenTextFile(filespec,2) f.WriteLine("VBscript and ASP are fun!") f.close %></body></html>
  4. Server Error in Application "DEFAULT WEB SITE" HTTP Error 404.3 - Not Found The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map. Module StaticFileModule Notification ExecuteRequestHandler Handler StaticFile Error Code 0x80070032 Requested URL http://alan-pc:80/MyWeb/test1.asp Physical Path C:\inetpub\wwwroot\MyWeb\test1.asp Logon Method Anonymous Logon User Anonymous
  5. Error 403.14 what it that???when i opening my wwwroot\test1.asp
  6. lol.finaly i settle it by reinstalling my windows:Pnow problem is the webside appear Error when i opening my [c:interpub\wwwroot\MyWeb\test1.asp] by i typing in the web [alan-Pc/MyWeb/test1.asp]but it was available when i only open alan-Pc problem a lot. Stucking again. Damn it!###### me!and the website calling me download MIME.. what is MIME??
  7. lol.finaly i settle it by reinstalling my windows:Pnow problem is the webside appear Error when i opening my [c:interpub\wwwroot\MyWeb\test1.asp] by i typing in the web [alan-Pc/MyWeb/test1.asp]but it was available when i only open alan-Pc problem a lot. Stucking again. Damn it!###### me!and the website calling me download MIME.. what is MIME??
  8. Any pro please come here and help me.Please.the tutorial ask me to install "iss7.5" from the control panel and find out the "inetpub" after create a asp.filebut nothing at my control panel. so i download from the web and install by myown. Now the problem. i can't find the inetpub file.anyone can Lead me??what i need to do.i'm stuck T.Tapologize my english's level.i'm improving, thank you.
×
×
  • Create New...