Click here to Skip to main content
15,916,398 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
We have Deployed our web application in iis 8 in windows 2008 beta server. When browsing from IIS got the below Error
There is a duplicate 'system.web.extensions/scripting/scriptResourceHandler' section defined

After removing the **<Section name>** section in web.config , When i tried to browse again from the IIS getting
HTTP 404 The resource cannot be found .

Please suggest any solution

PS: Similarly we had WCF service as well after removing the **<Section name>** from web.config Service was working fine
Posted
Updated 2-Jul-12 20:48pm
v3
Comments
[no name] 3-Jul-12 1:54am    
please attach your web.config file
peru j 3-Jul-12 3:13am    
This is what i see in IIS Log:



2012-07-03 06:58:14 ::1 GET /ReportViewerReg/default.aspx - 80 - ::1 Mozilla/5.0+(compatible;+MSIE+10.0;+Windows+NT+6.2;+WOW64;+Trident/6.0) - 404 0 0 18

2012-07-03 06:58:18 ::1 GET /ReportViewerReg/Exit.aspx - 80 - ::1 Mozilla/5.0+(compatible;+MSIE+10.0;+Windows+NT+6.2;+WOW64;+Trident/6.0) - 404 0 0 11

2012-07-03 06:58:23 ::1 GET /ReportViewerReg/Print.aspx - 80 - ::1 Mozilla/5.0+(compatible;+MSIE+10.0;+Windows+NT+6.2;+WOW64;+Trident/6.0) - 404 0 0 20

2012-07-03 06:58:25 ::1 GET /ReportViewerReg/Print.aspx - 80 - ::1 Mozilla/5.0+(compatible;+MSIE+10.0;+Windows+NT+6.2;+WOW64;+Trident/6.0) - 404 0 0 11

2012-07-03 06:58:30 ::1 GET /ReportViewerReg/REPT_KeyClass.aspx - 80 - ::1 Mozilla/5.0+(compatible;+MSIE+10.0;+Windows+NT+6.2;+WOW64;+Trident/6.0) - 200 0 0 20

2012-07-03 07:01:31 ::1 GET /ReportViewerReg/default.aspx - 80 - ::1 Mozilla/5.0+(compatible;+MSIE+10.0;+Windows+NT+6.2;+WOW64;+Trident/6.0) - 404 0 0 11
2012-07-03 07:01:36 ::1 GET /ReportViewerReg/default.aspx - 80 - ::1 Mozilla/5.0+(compatible;+MSIE+10.0;+Windows+NT+6.2;+WOW64;+Trident/6.0) - 404 0 0 7

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900