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

enter image description here

i've tried following things 1 one no luck:

  1. re-install tracing - 'turn windows features on or off',
  2. re-install iis,
  3. aspnet_regiis -i (also tried -u),
  4. removed isapi .dll

windows features:

enter image description here

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

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -