The "IIS Privilege Error" when opening a local web site with Visual Studio Express 2013 for Web can occur due to a few reasons:
- Insufficient permissions: You may not have the necessary permissions to open the web site in Visual Studio Express 2013 for Web. Try running Visual Studio Express 2013 for Web as an administrator to see if that resolves the issue.
- IIS Express is not installed or configured correctly: IIS Express is required to run web sites in Visual Studio Express 2013 for Web. Check that IIS Express is installed and configured correctly on your machine.
- Visual Studio Express 2013 for Web is not configured to use IIS Express: Visual Studio Express 2013 for Web may not be configured to use IIS Express as the web server. Check your settings in Visual Studio Express 2013 for Web to make sure that IIS Express is selected as the web server.
- Incorrect IIS Express version: Make sure you are using the correct version of IIS Express that corresponds to Visual Studio Express 2013 for Web.
- A firewall or antivirus software is blocking Visual Studio Express 2013 for Web: Some firewall or antivirus software can block Visual Studio Express 2013 for Web from accessing the web site. Check the settings of your firewall or antivirus software and add an exception for Visual Studio Express 2013 for Web if necessary.
- The website is not properly configured: Make sure the website is properly configured and that the files and folders that the website uses are accessible to the user running the Visual Studio Express 2013 for Web.
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.