Click here to Skip to main content
15,886,833 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hai,

I have a problem in creating Sharepoint websites. Whenever I am trying to create a new project in Visual Studio, it shows the url is not valid. I couldn't even run the central administration website also. It shows an error like "HTTP Error 500.19 - Internal Server Error". I think the visual studio cannot identify the server name. Should i have to change the port number or any other property in the inetmgr? The error summary is as shown below. Please help me to solve my problem.
JavaScript
Error Summary 
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
Detailed Error Information
Module IIS Web Core 
Notification Unknown 
Handler Not yet determined 
Error Code 0x800700b7 
Config Error There is a duplicate 'system.web.extensions/scripting/webServices/jsonSerialization' section defined  
Config File \\?\C:\inetpub\wwwroot\wss\VirtualDirectories\80\web.config 
Requested URL http://localhost:25807/ 
Physical Path  
Logon Method Not yet determined 
Logon User Not yet determined 
 
Config Source
   32:         Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
   33:           <section name="jsonSerialization"
   34:             type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, 
 
Links and More InformationThis 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. View more information »


Thank you....
Posted

Config Error There is a duplicate 'system.web.extensions/scripting/webServices/jsonSerialization' section defined
Did you check your config file? It says that there are duplicate entries. Remove one entry.
 
Share this answer
 
Hi,

I resolved this error by reinstalling sharepoint server by replacing the existing server.
 
Share this answer
 

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