Hi all
I have big problem.
I install windows2000 Pro and add IIS.
If ran asp scripts without write the following statement
set objFile = objFSO.GetFile(Server.Mappath(inFileName))
is runing ok.
If i using
set objFile = objFSO.GetFile(Server.Mappath(inFileName))
I have white page and my processor is busy
Plase help me
