Hi,
I am not very familiar with the following code that is in an ASP site I am working on... when the folloing code is executed:
It gives the this error
error '80070005'
The site has been moved from an NT OS to Windows 2003 Standard edition... it appears as though the error is to do with permissions but I have been unsuccessful finding out where exactly.
I have added the IUSR_[computer_name] and IWAM_[computer_name] as users under the root folder on the security tab and given full access.
Maybe I am looking in the wrong direction... can anyone point in the right direction? Could it be something to do with the above statement? It does work on the NT box and the code has not been changed.
CES
I am not very familiar with the following code that is in an ASP site I am working on... when the folloing code is executed:
Code:
CREATE VIEW #Clinical_Trial_Listings AS SELECT DocTitle, Directory, vpath, filename, size, write, characterization, rank, CompanyType FROM SCOPE (' SHALLOW TRAVERSAL OF "/patient/studies" ')
error '80070005'
The site has been moved from an NT OS to Windows 2003 Standard edition... it appears as though the error is to do with permissions but I have been unsuccessful finding out where exactly.
I have added the IUSR_[computer_name] and IWAM_[computer_name] as users under the root folder on the security tab and given full access.
Maybe I am looking in the wrong direction... can anyone point in the right direction? Could it be something to do with the above statement? It does work on the NT box and the code has not been changed.
CES