I have a server (Server 2008) with IIS 7.5, an ASP.NET application. This application use an Excel file place on the newtork. When I launch the application on the server http://localhost/MyApplication ... no problem I can use the file via \network\path or via a mapping drive.
From a client now, I try to use the same appliction http://myServer/MyApplication in this case, I get a message "... is not a valid path"
This application is running on an ApplicationPool with identity "NetworkService"
An idea to solve this problem ?
Thanks,