F
fniles
Our client IIS uses NT Authentication and not anonymous.
We have XLS files in a different server than the IIS server, but both server
are in the same domain with IIS.
The user ids that are used are all in a group that has full control of the
directory where the XLS file that we want to access (say
\\myserver2\Work\myfilesFolder\).
But in the ASP page when using GetFile method to get to the XLS file, it
gets HTTP500 internal server error.
What causes this and how to fix it ?
Thank you.
This is the code:
sExcelPath = \\myserver2\Work\myFilesFolder\ExcelTemplate.xls
Set fso = CreateObject("Scripting.FileSystemObject")
Set f1 = fso.GetFile(sExcelPath) -> HTTP500 internal server error
We have XLS files in a different server than the IIS server, but both server
are in the same domain with IIS.
The user ids that are used are all in a group that has full control of the
directory where the XLS file that we want to access (say
\\myserver2\Work\myfilesFolder\).
But in the ASP page when using GetFile method to get to the XLS file, it
gets HTTP500 internal server error.
What causes this and how to fix it ?
Thank you.
This is the code:
sExcelPath = \\myserver2\Work\myFilesFolder\ExcelTemplate.xls
Set fso = CreateObject("Scripting.FileSystemObject")
Set f1 = fso.GetFile(sExcelPath) -> HTTP500 internal server error