Dear Guys,
I hope i posted this on the right thread.
I'm really having like a nightmare in solving this error. I don't understand it totally. I have a small program which i created in my pc and has active directory authentication. It's perfectly working in my pc and i don't have any problem at all. SQL connectivity is perfectly configured too because i tried to run my web application from my PC using my server SQL address connectivity, it works fine. When I copy all of my files under wwwroot/comms to the server (wwwroot/comms), it gives me this error below. I hope you guys could shed your brilliant solution in my situation.
PC Specs: Windows 7, IIS7, MS VS 2010 and SQL Server 2008.
Server Specs: WinSvr2008 R2, IIS7, SQL Server 2012.
Thanks a lot in advance. Jim.
Server Error in '/comms' Application.
Configuration Error
Description:An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: An operations error occurred.
Source Error:
Line 35: maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10"
Line 36: applicationName="/"/>-->Line 37: <add name="AspNetActiveDirectoryMembershipProvider" type="System.Web.Security.ActiveDirectoryMembershipProvider, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" connectionStringName="ADService" attributeMapUsername="sAMAccountName"/> Line 38: </providers> Line 39: </membership> |