Dear Experts,
My page is running perfectly without update panel & content template, but we need that because have to upload file button (postback trigger), when I am placing update panel & content template it’s not loading page showing error.
HTTP Error 500.19 - Internal Server Error
Absolute physical path "C:\Inetpub\vhosts\ifapk.com\error_docs\unauthorized.html" is not allowed in system.webServer/httpErrors section in web.config file. Use relative path instead.
Most likely causes:
The worker process is unable to read the applicationhost.config or web.config file.
There is malformed XML in the applicationhost.config or web.config file.
The server cannot access the applicationhost.config or web.config file because of incorrect NTFS permissions.
Things you can try:
Look in the event logs for information about why the configuration files are not readable.
Make sure the user identity specified for the application pool, or the authenticated user, has the required permissions to access the web.config file.
Detailed Error Information:
Module CustomErrorModule
Notification SendResponse
Handler PageHandlerFactory-Integrated
Error Code 0x8007000d
Requested URL http://localhost:49813/ksvj/EducationSurvey.aspx?id=670&wid=0&cid=0&SV=1
Physical Path E:\IFAPK-App\ksvj\EducationSurvey.aspx
Logon Method Anonymous
Logon User Anonymous
More Information:
This error occurs when there is a problem reading the configuration file for the Web server or Web application. In some cases, the event logs may contain more information about what caused this error.
If you see the text "There is a duplicate 'system.web.extensions/scripting/scriptResourceHandler' section defined", this error is because you are running a .NET Framework 3.5-based application in .NET Framework 4. If you are running WebMatrix, to resolve this problem, go to the Settings node to set the .NET Framework version to ".NET 2". You can also remove the extra sections from the web.config file.
View more information »