Click here to Skip to main content
15,896,505 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Dear Sir,

I developed a web application it is working fine on local system,Now i want to access it on intranet(using IP address).for that i published it in C:\inetpub\wwwroot\published and in IIS i created a virtual directory named su. and also add ASPNET and IIS_IUSRS account and gave all the permissions.
When I browse it then i get a following error-

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
0x80070032
Config Error

The configuration section <system.web.extensions> cannot be read because it is missing a section declaration
Config File

\\?\C:\inetpub\wwwroot\web.config

Requested URL

http://localhost:80/su

Physical Path
Logon Method

Not yet determined
Logon User

Not yet determined
Config Source   25:     
   26:  <system.web.extensions>
   27:      <scripting>


 Links and 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.
View more information.

PLS HELP ME .

THANKs
Abhishek
Posted
Updated 5-Jun-12 5:48am
v2
Comments
AmitGajjar 5-Jun-12 3:03am    
are you sure, you have set port as 80(default) or you have changed it ?

check this out you may not install some components!
http://forums.asp.net/t/1115232.aspx/1[^]
 
Share this answer
 
I usually see that when you have a different .net version etc.
for example it maybe your web site is on framework 4.0 and the server default app pool version for the framework is .NET 2.0.

check that..
 
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