asp.net - Getting Configuration Error? -
i have downloaded online shopping project made in asp.net
[http://prakashjha.codeplex.com/]
and trying execute in visual studio 2012 getting error
configuration error description: error occurred during processing of configuration file required service request. please review specific error details below , modify configuration file appropriately. parser error message: error use section registered allowdefinition='machinetoapplication' beyond application level. error can caused virtual directory not being configured application in iis. source error: line 39: <!--<rolemanager enabled="true" />--> line 40: <compilation debug="true" targetframework="4.0" /> line 41: <authentication mode="forms" > line 42: line 43: <forms defaulturl="default.aspx" loginurl="login1.aspx" cookieless="autodetect" ></forms>
i have configured iis server going control panel programs turn windows on or off selecting iis still giving same error. please in advance
if have added application sites in iis please development period change <compilation debug="true" targetframework="4.0" />
<compilation debug="false" targetframework="4.0" />
because iis doesnot support debugging , in advanced settings of site in iis sure change application pool asp.netv4.0 , done.
Comments
Post a Comment