Hi Team
I am creating an MVC web app, but i am encountering this issue, try and and see from other open source, nothing to seem to work. Let me share my web.config with you mates, maybe there is a missing logic. Its not running at all, try IIS setting as well to check and unchecked nothing.
- "1.0" encoding="utf-8"?>
-
-
"entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> -
-
"true" targetFramework="4.7.2" /> -
"4.7.2" /> -
-
-
"c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:1659;1699;1701" /> -
"vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:41008 /define:_MYTYPE=\"Web\" /optionInfer+" /> -
-
"webpages:Version" value="3.0.0.0" /> -
"webpages:Enabled" value="false" /> -
"ClientValidationEnabled" value="true" /> -
"UnobtrusiveJavaScriptEnabled" value="true" /> -
"ProductImage" value="/Content/ProductImage/"/> -
-
"true" > -
-
"urn:schemas-microsoft-com:asm.v1" > -
-
"System.Web.Helpers" publicKeyToken="31bf3856ad364e35" /> -
"1.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> -
-
"System.Web.WebPages" publicKeyToken="31bf3856ad364e35" /> -
"1.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> -
-
"System.Web.Mvc" publicKeyToken="31bf3856ad364e35" /> -
"1.0.0.0-5.2.7.0" newVersion="5.2.7.0" /> -
-
"WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral" /> -
"0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" /> -
-
"Antlr3.Runtime" publicKeyToken="eb42632606e9261f" culture="neutral" /> -
"0.0.0.0-3.5.0.2" newVersion="3.5.0.2" /> -
-
"Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> -
"0.0.0.0-11.0.0.0" newVersion="11.0.0.0" /> -
-
"System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" /> -
-
"System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> -
-
"eNtsaRegistrationWebSiteEntities" connectionString="data source=GCOBANIM-L\SQLEXPRESS;initial catalog=eNtsaOnlineRegistrationDB;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework" providerName="System.Data.SqlClient" />
Guest UserPosted Jan 30, 2020, 7:35 AM
Ramachandran MPosted Jan 30, 2020, 7:19 AM