Deploying ASP.NET Web Forms Websites Using ASP.NET Membership Framework
In my case, i have been experimenting an e-commerce application which uses asp.net membership framework. If I run the website using visual studio 2008, it successfully logs in using the users i have created using the built-in asp.net website administration tool.
However, if you deploy this on a production server such as IIS, you cant' log-in. The solution is straightforward in this link:
Always set the "applicationName" property when configuring ASP.NET 2.0 Membership and other Providers(Configuring ASP.NET 2.0 Membership)
However, if you deploy this on a production server such as IIS, you cant' log-in. The solution is straightforward in this link:
Always set the "applicationName" property when configuring ASP.NET 2.0 Membership and other Providers(Configuring ASP.NET 2.0 Membership)
Comments
Post a Comment