79505690

Date: 2025-03-13 07:32:17
Score: 0.5
Natty:
Report link

Under my testing, when Visual Studio creates a project, it first attempts to read:

%USERPROFILE%\Documents\IISExpress\config\redirection.config

If this file is not found, it then checks:

C:\Program Files\IIS Express\config\templates\PersonalWebServer\redirection.config

Based on your description, it is recommended to verify the permissions for redirection.config. If there are no "deny" permissions set, the issue may be caused by an internal error with IIS Express. In that case, reinstalling IIS Express in VS installer is recommended.

enter image description here

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Zhenning Zhang