Hi there,
I've encountered a strange issue with my project today. I was re-writing several elements of my support ticket application and I recreated the web.config file. Adding the providers back in, I find that I cannot seem to set them up properly using the ASP.NET
Web Configuration Tool - according to the tool my providers don't exist, I only get the option to use the default ones. This is my web.config file:
<?xml version="1.0" encoding="utf-8"?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<configSections>
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Vers ...
Go to the complete details ...