Figured my issue out.
ASP.NET must be re-registered with IIS.
- Open a command prompt in the directory where the file aspnet_regiis.exe exists. On most servers it's at c:\Windows\Microsoft.Net\Framework\v4.0.30319
- Type aspnet_regiis.exe -i
Figured my issue out.
ASP.NET must be re-registered with IIS.