views:

21

answers:

1

Hi I have a VS 2008 web app, that runs on my local machine fine, and as system admin runs fine on the server, but none of the users can run it, the error indicates that the dll is looking for files with the explicit path from my PC not the unc path on the Server.

Any advice greatly appreciated, I know I must be over looking something simple

A: 

Are You using any paths directly in Your application code? Are You using any third party components with configuration set-up in web.config?

Check this out first.

Rafal Ziolkowski