I seem to make this mistake every time I set up a new development box. Is there a way to make sure you don’t have to manually assign rights for the ASPNET user? I usually install .Net then IIS, then Visual Studio but it seems I still have to manually assign rights to the ASPNET user to get everything running correctly. Is my install order wrong?
Share
Install IIS, then .NET. The .NET installation will automatically register the needed things with IIS.
If you install .NET first, run this:
to run the registration parts, and
to set up the security rights for userA