My web app uses the sql memebership provider. Running it locally all is well, deploying to a dev server it works fine too in firefox, but in IE8 something unexpected is happening.
I have an ASP.Net Web site using .Net Membership with a SQL Server provider, so the users and roles are stored in the SQL tables created by Aspnet_regsql.exe.
We\'re moving one of my websites to production.Because of a firewall and the website and database being on different machines, the website can\'t connect directly to the SQL server.We\'ve set it up so
I have created the nece开发者_JS百科ssary tables (aspnet_User,....) in Sql server Management Studio 2005 in my Database named \"AuctionSite\". So instead of making one in App_Data folder ,i
3 Years ago I came across a really nice script. It was just an aspx and aspx.cs script, nothing more. It allowed me to see all the roles and users on site.
I\'m beginning to design the infrastructure of web application developed with ASP.NET MVC preview 2 as a learning experience.
I followed the directions in the Membership Providers document provided by Sitecore, but I was unable to get my membership provider to work correctly.