|
Prev: GetUser.ProviderUserKey gives me System.NullReferenceException
Next: A page call B page's methods?
From: jm on 4 Jul 2008 22:18 I read in an older article from MSDN November 2005: "With the release of Microsoft Visual Studio 2005, there is no "out of the box" solution for maintaining the Membership and Role databases in Microsoft IIS. This is a problem when you move your application from development to a production IIS server. The utility that Microsoft provides, ASP.NET Web Configuration, can be run only in a development, non-production environment." http://msdn.microsoft.com/en-us/library/aa478947.aspx#asp2memroleman_topic2 Is this still true today? Is it still the practice to create custom ways to accomplish this? Also, why would Microsoft have only created a tool for use on the development machine with no way to manage the system in production? Just wondering the thought here and if I'm correct the alternative is to manually edit things with the sql server (or your database tool) management studio. Thank you for comments.
From: Munna on 6 Jul 2008 02:49 Hi I guess you are talking about "Asp.net Configuration tool"... IIS 7 suppose to have built in support for managing role and membership... Best of luck ------ Munna www.munna.shatkotha.com/blog www.munna.shatkotha.com www.shatkotha.com
|
Pages: 1 Prev: GetUser.ProviderUserKey gives me System.NullReferenceException Next: A page call B page's methods? |