I've installed Visual Studio 2015 community on my laptop for personal use (I have experience with 2012 and 2014 in my workplace) and for some reason whenever I attempt to create a new Web site or a new web forms project, I get an error box saying "Configuring
IIS Express failed with the following error: Filename: redirection.config Error: Cannot read configuration file."
I've made sure to properly set the permissions on my C:\Users\[username]\Documents\IISExpress directory and the C:\Users\[username]\Documents\Visual Studio 2015 directory. I also completely uninstalled and reinstalled Visual Studio twice. Other
than that, I have no idea what to do!
It used to be much simpler to install and use the free Microsoft development tools, but now it seems that they want to squeeze you for every dollar.
EDIT: As it turns out, if I go in and select to Create a web forms project (not a website), the error stays the same, but it seems that Visual Studio
does create a number of files in a project directory (About.aspx, Site.Master, Global.asax, etc etc), but when I go to open the project in Visual Studio, it gives me an error message that says: "Creation of the virtual directory http://localhost:65196
failed with the error: Filename: redirection.config Error: cannot read configuration file".