Microsoft VBScript runtime error '800a0046'
Permission denied
Does anyone know how to set the permissions so that everything works fine.
I have a 2003 server that is on a domain or network
I'm using IIS and ASP/VBScript I'm trying to run this bat file. Once the client is one a certain page. I have set the IUSR acount to full access to the folder so I set that up. I have researched every where and I tried the suggestions but it seems not to work.
Can someone please help me?
this is the code I'm using
<% set shell=server.createobject("WScript.shell")
mess=shell.Run("c:\bat\test.bat", 2, true)
if(mess=0) then %>
worked
<% else %>
didn't work
<% end if %>
Permission denied
Does anyone know how to set the permissions so that everything works fine.
I have a 2003 server that is on a domain or network
I'm using IIS and ASP/VBScript I'm trying to run this bat file. Once the client is one a certain page. I have set the IUSR acount to full access to the folder so I set that up. I have researched every where and I tried the suggestions but it seems not to work.
Can someone please help me?
this is the code I'm using
<% set shell=server.createobject("WScript.shell")
mess=shell.Run("c:\bat\test.bat", 2, true)
if(mess=0) then %>
worked
<% else %>
didn't work
<% end if %>