How Do I Resolve the “System.UnauthorizedAccessException” Message That I Receive While Using UAB in My Web Application?
To do this, follow these steps: • Confirm that the Manifest.xml file in the Web application has read permissions in IIS. • If it does not have read permissions, select the read attribute of the Manifest.xml file. To check that the Manifest.xml file in the Web application has read permissions in IIS • In IIS, right-click the folder that contains the Manifest.xml file, and then click Properties. • Click the Directory tab. If it has read permissions, the Read check box is selected. If the Read check box is not selected, select it.
Related Questions
- When I try to open a file through my Java Web Start application, a message box pops up with the title "javaw.exe - No Disk". Why does this happen?
- I have just tried to open the web application server and got the message that "Port 80 is already in use". What am I doing wrong?
- The web application often times out when uploading XML files. What can be done to resolve the time out issue?