I dont think IIS Reset can help here, this will just recycle the app-pool.
Follow these steps and check if that helps:
1. Start | Programs | Microsoft Office Server | Sharepoint Central Administration
2. Click Application Management
3. Click Create or Configure this Farms Shared Services
4. Click the name of the Shared Services Provider
5. Click Edit Excel Services Settings
6. Look at the settings for File Access Method. There are two choices, Impersonation and Process Account. Whatever it is set to here, you could change the setting to the other and see if that fixes the issue.
7. (If this is a Standalone installation, you may need to run this command to have the change executed in a timely manner: stsadm –o execadmsvcjobs. You would run this from the c:\Program Files\Common Files\Microsoft Shared\web server extensions\12\bin folder.)
The File Access Method setting determines the authentication method used by ECS to get workbooks from trusted file locations other than Sharepoint Document Libraries. Impersonation is the default. If set to impersonation, the end-user account is used to access the workbooks. If set to Process Account, the ECS process will be used to access the workbooks.