win app and web app

  • Thread starter Thread starter mimi
  • Start date Start date
M

mimi

I have a com wrapper used to access a file on remote machine. When I call
com object from a win app, it works fine. But it give me an error when
accessing the file from web app. I think that must be permission problem,
so I set in the web.config file that impersonate=true and username, password
is my NT username and password. But it still gives me error. What's going
on?

Thanks
 
Back
Top