ASP .NET 2.0 Framework Tools
In order to facilitate ease of development and deployment of applications, the .NET framework provides the user with a number of tools. All these tools can be run from the command line with the exception of the Assembly Cache Viewer (Shfusion.dll) and the Microsoft CLR Debugger (DbgCLR.exe). In order to ensure that these tools function optimally the user has to set the Path, Include and Lib environment variables by running SDKVars.bat in the /v.2.0/Bin directory and executing it in the command shell.
Visit publisher site: ASP .NET 2.0 Framework ToolsListing Details
- Filed in:
-
Scripts / ASP.NET / Tutorials & Tips
- Submitted on:
- Last Updated:
- Feb 11, 2009
- Publisher:
- Exforsys Inc Other listings by this publisher
License & Pricing Information
- License Type:
- Freeware
- Price:
- $0.00 USD
- Additional Info:
User Reviews
Add/Edit Your ReviewDisplaying 1-1 out of 1 reviews
-
An even easier interface to the membership provider is to use the ASP.NET 2.0 Login controls: Login, LoginView, PasswordRecovery, LoginStatus, LoginName, CreateUserWizard, and ChangePassword. The Login control, for example, will ultimately call the ValidateUser method of the current membership provider when a user enter their username and password and clicks the Login button.