This section includes the following topics:
By default, the Folder Attendant Windows service is installed to log on and run as a Local System Account. In order for the service to access network share directories, it must be configured to log on and run as an account that has access to read and write the appropriate network share directories.
If the Cisco MXE 3500 UI returns an error when trying to access a file or directory, check the IIS impersonation account permissions. Assuming the user is starting with the default configuration, check the following two accounts:
IUSER_[your machine_name] and ASPNET
Depending on how the application tries to access the file, either one may be used. Try these steps for ASPNET. If it still does not work, try the other:
If the file is local to the machine that IIS is running on, then check the permissions on the directory and ensure the IIS account has the minimum permissions necessary. For input files this is just read, for profiles this is read/write/modify (full control can be used if necessary).
If the file is not local to the machine that IIS is running on, or if you would like more information, see:
http://support.microsoft.com/kb/891031
Symptom Error message: Server Error
Possible Cause NET 2.0 is not installed or referencing .NET 1.1. Sometimes this happens when the site is running an older version of .net, then the newer version is installed later.
Recommended Action Install .NET 2.0 framework (download from Microsoft or accept Microsoft updates).
1. Open Internet Information Services (IIS).
2. Select Start > All Programs > Control Panel > Administrative Tools > Internet Information Services (IIS) Manager.
3. Navigate to the MxeUI folder. See Figure 12-1.
Figure 12-1 MxeUI Folder
4. Right-click on the folder, select Properties > ASP.NET tab.
5. Choose 2.0.xxxxx from the ASP.NET version drop-down. See Figure 12-2.
Figure 12-2 ASP.net Version
Note You may need to reboot or restart IIS.