I'm using a 3rd party web server to host ASP.Net applications on a Windows 10 computer that does NOT have IIS installed. After most Windows 10 updates it appears that the Temporary ASP.NET Files folder (v4.0.30319) gets removed and my web server does not have permissions to create it.
My understanding is that the user can run aspnet_regiis.exe, which registers a particular version of ASP.Net with IIS, and this folder will be created but if IIS isn't installed this utility doesn't create the folder. If I manually create the Temporary ASP.NET Files directory and restart my web server then things work fine.
How can I prevent this folder from being removed??