»áÔ±£º ÃÜÂ룺 ¡¡Ãâ·Ñ×¢²á | Íü¼ÇÃÜÂë | »áÔ±µÇ¼ ÍøÒ³¹¦ÄÜ£º ¼ÓÈëÊÕ²Ø ÉèΪÊ×Ò³ ÍøÕ¾ËÑË÷  
 °²È«¼¼Êõ¼¼ÊõÎĵµ
  ¡¤ °²È«ÅäÖÆ
  ¡¤ ¹¤¾ß½éÉÜ
  ¡¤ ºÚ¿Í½Ìѧ
  ¡¤ ·À»ðǽ
  ¡¤ Â©¶´·ÖÎö
  ¡¤ ÆƽâרÌâ
  ¡¤ ºÚ¿Í±à³Ì
  ¡¤ ÈëÇÖ¼ì²â
 °²È«¼¼ÊõÂÛ̳
  ¡¤ °²È«ÅäÖÆ
  ¡¤ ¹¤¾ß½éÉÜ
  ¡¤ ·À»ðǽ
  ¡¤ ºÚ¿ÍÈëÇÖ
  ¡¤ Â©¶´¼ì²â
  ¡¤ Æƽⷽ·¨
  ¡¤ É±¶¾×¨Çø
 °²È«¼¼Êõ¹¤¾ßÏÂÔØ
  ¡¤ É¨Ã蹤¾ß
  ¡¤ ¹¥»÷³ÌÐò
  ¡¤ ºóÃÅľÂí
  ¡¤ ¾Ü¾ø·þÎñ
  ¡¤ ¿ÚÁîÆƽâ
  ¡¤ ´úÀí³ÌÐò
  ¡¤ ·À»ðǽ
  ¡¤ ¼ÓÃܽâÃÜ
  ¡¤ ÈëÇÖ¼ì²â
  ¡¤ ¹¥·ÀÑÝʾ
¼¼ÊõÎĵµ > Web¿ª·¢ > ASP
´´½¨ÐéÄâĿ¼
·¢±íÈÕÆÚ£º2003-03-04 00:00:00×÷ÕߣºÕ ³ö´¦£º  

'''''''''''''''''''''''''''''''''

Option Explicit

On Error Resume Next

'''''''''''''''''''''''

' First, open the path to the Web server you are

' trying to add a virtual directory to.

function CreateVirtualDir()

Dim ServObj

Dim VdirObj

Dim Testpath

Set ServObj = GetObject("IIS://LocalHost/w3svc/1/Root")

if (Err <>0) then

  debug.print "GetObject (""IIS://LocalHost/w3svc/1/Root"") Failed! <br>"

  debug.print "Error! " & Err.Number & "(" & Hex(Err.Number) & "): " & Err.Description & "<br>"

  exit function

end if

'''''''''''''''''''''''

' Second, Create the virtual directory (Vdir) path

Set VdirObj = ServObj.Create("IIsWebVirtualDir", "MyVdir")

VdirObj.SetInfo

if (Err<>0) then

  debug.print "CreateObject(""IIS://LocalHost/w3svc/1/Root/MyVdir"") Failed!"

  debug.print "Error! " & Err.Number & "(" & Hex (Err.Number) & "): " & Err.Description &

  exit function

end if

''''''''''''''''''''''''

' Finally, create a Path variable containing the virtual root path and

' set the permissions to read, script, and directory browsing

VdirObj.AccessRead = True

VdirObj.AccessScript = True

VdirObj.EnableDirBrowsing = True

Testpath = "C:\Temp"

VdirObj.Put "Path", (Testpath)

VdirObj.SetInfo

if (Err<> 0) then

  debug.print "Put (""Path"") Failed!"

  debug.print "Error! " & Err.Number & "(" & Hex (Err.Number) & "): " & Err.Description &

else

  debug.print "VDIR successfully created"

end if

''''''''''''''''''''''''

' The minimum amount necessary to create a virtual directory has now

' been completed. If you need to add more, do it here.

end function

¡¾·µ»Ø¶¥²¿¡¿ ¡¾´òÓ¡±¾Ò³¡¿ ¡¾¹Ø±Õ´°¿Ú¡¿

¹ØÓÚÎÒÃÇ / ¸øÎÒÁôÑÔ / °æȨ¾Ù±¨ / Òâ¼û½¨Òé / ÍøÕ¾±à³ÌQQȺ   
Copyright ©2003- 2024 Lihuasoft.net webmaster(at)lihuasoft.net ¼ÓÔØʱ¼ä 0.00167