Rolling Your Own Website Administration Tool - Part 2 30 May 2007 00:00 GMT
To help administer users, roles, and authorization settings, ASP.NET 2.0 includes the
Web Site Administration Tool (WSAT), which is available
from Visual Studio 2005 by going to the Website menu and then choosing the ASP.NET Configuration
option. Launching the WSAT from Visual Studio, however, allows only local websites to be administered.
Such restrictions are limiting when hosting a website remotely with a web hosting company. Consequently, I decided to build
my own WSAT-like tool from the ground up. Part 1
of this article series provided an overview of this application and a look at the user management side of things.
This second and final installment looks at the remaining pieces of the custom WSAT application in detail: role
management and specifying access rights. The complete application can be downloaded from the end of this article. For
instructions on using my custom WSAT in a new or existing web application, refer back to the "Using My Custom Website Administration Tool"
in Part 1. Read on to learn more about my custom
WSAT's role management and access rights capabilities!
Read More >
Source: 4GuysFromRolla Join thousands of developers at TechEd 2007 24 May 2007 19:25 GMTDid you know that a lot of the content at TechEd 2007 is developer-focused? If you are looking to develop and deploy mission-critical Web applications with the latest generation of Web technologies, attend TechEd 2007. You will find a track that covers everything you need to know about ASP.NET, ASP.NET AJAX, Internet Information Server (IIS), Internet Explorer 7, and more.
Source: MSDN The Visual Basic language on Silverlight 24 May 2007 19:23 GMTDid you know that a lot of the content at TechEd 2007 is developer-focused? If you are looking to develop and deploy mission-critical Web applications with the latest generation of Web technologies, attend TechEd 2007. You will find a track that covers everything you need to know about ASP.NET, ASP.NET AJAX, Internet Information Server (IIS), Internet Explorer 7, and more.
Source: MSDN See the search and navigation improvements on MSDN 24 May 2007 19:23 GMTMSDN now has a new look. You asked us to make it easier to switch between product-focused resources and simpler to find information through search and site navigation. We’ve responded with improvements that will roll out across MSDN in the coming weeks.
Source: MSDN See the Search and Navigation Improvements on MSDN 24 May 2007 17:38 GMTMSDN now has a new look. You asked us to make it easier to switch between product-focused resources and simpler to find information through search and site navigation. We’ve responded with improvements that will roll out across MSDN in the coming weeks.
Source: MSDN Improving Productivity and Code Quality Doesn't Have to Break the Bank 24 May 2007 00:47 GMTIncreasing software developer productivity is a constant challenge. But with the right tools and libraries added to Visual Studio .NET, developers can be more productive and create applications that users want to useat a price point developers love.
Source: DevX Mastering the WPF RichTextBox 23 May 2007 23:03 GMTNearly everything about the the newest version of the RichTextBox has changed except its purpose as a formatting text editor control. Find out how you can take advantage of the new features.
Source: DevX