c# - HTTP Error 500.19 - Internal Server Error localhost -
newbie here, having error in of projects , backups when executing project visual studio 2012. last week working fine , error came out. using localhost.
these solutions found , still didn't work: :(
-in iis manager - feature delegation set handlermapping read/write.
-control panel, turn windows features on or off, internet information services, world wide web services, enable application development features except cgi.
-i gave iis_iusrs full control project folder.
any other suggestions?
error message
http error 500.19 - internal server error
the requested page cannot accessed because related configuration data page invalid.
detailed error information:
module iis web core
notification beginrequest
handler not yet determined
error code 0x80070003
config error cannot read configuration file
config file \?\c: -- web.config
requested url http://localhost:49926/home.aspx
physical path --
logon method not yet determined
logon user not yet determined
request tracing directory
c:\users\john\documents\iisexpress\tracelogfiles\ --config source: -1: 0:
my [web.config] file
<?xml version="1.0" encoding="utf-8"?> <!-- more information on how configure asp.net application, please visit http://go.microsoft.com/fwlink/?linkid=169433 --> <configuration> <system.web> <compilation debug="true" targetframework="4.5"> </compilation> <httpruntime targetframework="4.5" /> <pages> <controls> <add tagprefix="ajaxtoolkit" assembly="ajaxcontroltoolkit" namespace="ajaxcontroltoolkit" /></controls> </pages> </system.web> <appsettings> <add key="validationsettings:unobtrusivevalidationmode" value="none" /> </appsettings> <connectionstrings> <add name="connectionstring" connectionstring="deleted" /> </connectionstrings> </configuration>
according me there should problem in application pool.. change , select proper version 4.5
pool solve server problem.. if still not work inform..
Comments
Post a Comment