http

--------

HTTP Error 404.0 - Not Found The resource you are looking for has been removed, had its name changed, or is temporarily unavailable. RSS

try to add website to your trusted site. if this works fine. else follow the following step.

iisreset /stop

net user aspnet /delete

net stop aspnet_state

net user aspnet 1passw@rd /add

runas  /profile /user:aspnet cmd.exe

aspnet_regiis -i

iisreset /start

                                                              ---------------------X------------------------

--------