Posted on: 12/20/2015 5:49:33 PM | Views : 1180

I have also installed xampp in my local machine and it get iis conflict with  dot net framework.
<?xml version="1.0"?> <configuration> <system.web> <compilation debug="true" targetFramework="4.0"/> <authentication mode="Forms"> <forms loginUrl="default.aspx"> <credentials passwordFormat="Clear"> <user name="harsh" password="harsh"/> </credentials> </forms> </authentication> </system.web> </configuration>
when i render the page error state

Server Error in '/ecommerce' Application. Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Pl ...

Go to the complete details ...