Franc Stratton's .NET (TM) Web Application, OOP, and SOA Architecture & Programming Site

A site devoted to ASP.NET (TM), SilverLight (TM) and Browser-Based WPF (TM) Applications, IIS Services, and OOP Architectures

Home     .NET Security     Standards     Data Store     Windows Form Apps     WF/WCF/WPF     jQuery     C# Developer Corner     Java Development     Site Map      
Developer Login Page
User Login Page
Boolean Algebra
Populate Web Grid
Record Checkout Checkin
Windows Service
Customer Service Messages
Roles And Features
Open New Browser Window
Page Error
Page Life Cycle
Email Class
Comment Tags
JavaScript Utility Page
Install VS2010 on Win7
Open Page Maximized
MS Dist. Trans. Coord.
PDF Documents
Dirty Flag
Installing IIS Win 2008
Out of Process Sessions
VS 2008 Publish To Win7
VS2010 Publish Win7
Zip Search
Developer Login Page for .NET Developers and Testers

Often developers and testers of .NET applications need to apply roles and features to test a specific ASP.NET page, so login to obtain those roles and features is necessary. A developer login page is a shortcut page for coders and testers to bypass a lengthy login procedure and enter a user id to very quickly access a specific page. For example:

 

 

A typical login page may look like above, but for a developer, the user id and password entry gets very tedius each time you debug a page of software, especially when a splash page either precedes or follows login. Experience has shown that a quick login page for developers bypasses all the tedious user id and password process that takes up coder time needlessly. Therefore, a quick login page that has a default id, and additionally displays application server, database server, and version information also helps with unit and quality assurance testing. For example:

 

 

 

How to Increment the Assembly Version Number (Build Number)

1. Go to project drop down menu, and select UI Properties:

 

 

 

2. Click on Assembly Information button:

3. Increment the Assembly Version Number:

 

4. The version number change shows up as Version 1.0.0.1 in the Developer Login Page: