c# - IIS 7.5 Tracing area "...." is not recognized - HTTP Error 500.0 - Internal Server Error -
everything working fine , of sudden started getting following error web projects , websites. 1 thing sure iis issue since compiler not reach code.
error message:
http error 500.0 - internal server error
tracing area "authentication,security,filter,staticfile,cgi,compression,cache,requestnotifications,module,fastcgi,websocket,rewrite,requestrouting,iisnode" not recognized
i've tried following things 1 one no luck:
- re-install tracing - 'turn windows features on or off',
- re-install iis,
- aspnet_regiis -i (also tried -u),
- removed isapi .dll
windows features:
i'm using visual studio 2013 build web project (asp.net c#).
i appreciate help/information on issue.
i removed below tag applicationhost.config file located under c:\users\sanket\my documents\iisexpress\config path on windows 7 machine.
<add provider="www server" areas="authentication,security,filter,staticfile,cgi,compression,cache,requestnotifications,module,fastcgi,websocket,rewrite,requestrouting,iisnode" verbosity="verbose" /> see if helps.


Comments
Post a Comment