I have used Custom Membership Providers in my project, it is working correctly on local machine but when i relese this code on IIS it is giving me error like this,
Server Error in '/' Application.
--------------------------------------------------------------------------------
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Failed to generate code. Exception of type 'System.Data.Design.InternalException' was thrown.
Source Error:
Line 1: <?xml version="1.0" encoding="utf-8"?>
Line 2: <xs:schema id="BranchMaster" targetNamespace="http://tempuri.org/BranchMaster.xsd" xmlns:mstns="http://tempuri.org/BranchMaster.xsd" xmlns="http://tempuri.org/BranchMaster.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
Line 3: <xs:annotation>
Source File: /App_Code/BranchMaster.xsd Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3623;ASP.NET Version:2.0.50727.3618
mane.shrikan...
Member
53 Points
46 Posts
Membership Provider
Nov 29, 2012 11:57 AM|LINK
Hi,
I have used Custom Membership Providers in my project, it is working correctly on local machine but when i relese this code on IIS it is giving me error like this,
Please suggest the solution..
CruzerB
Contributor
5399 Points
1098 Posts
Re: Membership Provider
Nov 29, 2012 01:36 PM|LINK
Hi,
Is your project targeted .Net Framework 2.0?
My Technical Blog
mane.shrikan...
Member
53 Points
46 Posts
Re: Membership Provider
Nov 30, 2012 01:12 PM|LINK
Hi CruzerB,
My Application using .net Framework 2.0
CruzerB
Contributor
5399 Points
1098 Posts
Re: Membership Provider
Dec 01, 2012 09:24 AM|LINK
May I know what data provider that you are using? Is the same data provider being installed at the release server?
My Technical Blog