WindowsServer 2008R2 64-bit IIS Framework64 folder; error 500.21 with ashx

rhcpsnow

New Member
I'm getting a 500.21 error when trying to call an ashx I've written (it works fine on my development PC on localhost); one of the most likely causes of the error, according to the verbose error page on the server, is \[code\]ASP.NET is not installed or is not installed completely\[/code\].When Windows Server 2008R2 is running on a 64-bit server, my assumption is that it is necessary to execute commands such as the following only in the Framework64 folder, not in the 32-bit folder as well. Is that assumption correct?\[code\] run %windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -i run %windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -i\[/code\]
 
Back
Top