HTTP/1.1 500 Server Error
- Forums
- General Errors
- HTTP/1.1 500 Server Error
This Page Contains information about HTTP/1.1 500 Server Error By wallpaperama in category General Errors with 3 Replies. [2599], Last Updated: Sat May 18, 2024
wallpaperama
Mon Jun 09, 2008
3 Comments
1913 Visits
what does this error mean?
simple sollution : iis is not running or asp .net is not installed
open a command prompt and cd c:\windows\microsoft.net\framewo 1.1.4322 is the version of dotnet in question
c:\windows\microsoft.net\framewo > iisreset /stop
c:\windows\microsoft.net\framewo > aspnet_regiis -i
c:\windows\microsoft.net\framewo > iisreset /start
this will install and reactivate iis
simple soolution 2 : iis is not running, control panel,add or remove programs,add and remove components
make sure iis and all its components (under details) are checked and install them then
c:\windows\microsoft.net\framewo > iisreset /stop
c:\windows\microsoft.net\framewo > aspnet_regiis -i
c:\windows\microsoft.net\framewo > iisreset /start
more complex sollution : dotnet is corrupt on install :
complex sollution :
download a copy of dotnet framework 1.1 and 1.1 service pack 1 from microsoft.
uninstall using add remove programs ... both of these programs.
navigate with windows directory to c:\windows\microsoft.net\framewo and delete directory v1.1.4322
goto administrative tool compute management users and delete user aspnet
restart computer
uninstall iis with add remove components
install iis with add remove components... install all components (even the ones you don't need)
double click the previously downloaded 1.1 dotnet framework to install.
notice near the end it preforms a ...
c:\windows\microsoft.net\framewo > aspnet_regiis -i
double click the 1.1 service pack to install.
restart computer
if all goes well, this should solve the problem