Unfortunately, I do not have much information about this. I have a client that has moved their site from the old system in IIS7 to Windows 2008 Server. Error information below:
Error: E: \ Wwwroot \ sp \ xxx \ online_data.xls Microsoft VBScript runtime error '800a0046'
Permission denied
/xxx/oat/exceldata.asp line 52
the code:
49 response.write(server.mappath("online_data.xls")) 50 51 set fso = createobject("scripting.filesystemobject") 52 Set act = fso.CreateTextFile(server.mappath("online_data.xls"), true)
The only thing so far suggested:
provide the application pool (DefaultAppPool / Classic AppPool) s read and write permission to the physical folder that are on the asp page
Look at this when I get access, but other offers will be appreciated.
iis-7 asp-classic
Rine
source share