12/20/2011

What is Visual Web Developer and its Features?

Visual Web Developer is a full-featured development environment for creating ASP.NET Web applications
It offers the following features:
  •  Web Page Design
  •  Page Design Features
  •  Code Editing
  •  Testing and Debugging (A local Web Server for testing and a debugger that helps you find errors in programs)
  •  Deployment (Tools to automate typical task for deploying a Web applications to a hosting server or a hosting provider)
 
Testing and Debugging
  •  Visual Web Developer provides an ideal environment in which to build Web sites and the npublish them to a hosting site.
  •  Visual Web Developer includes a local Web server that provides all the features you need to test and debug ASP.NET Web pages,without requiring IIS to be installed
  •  Finally, you can take the advantage of the built-in suppoert for the File Transfer Protocol(FTP), using the Visual Web Developer , you can connect directly to the host computer and then create and edit files on the server

Introduction to ASP.NET 4.0

  • ASP.NET is a Web Platform that provides all the services that we require to build server-based Web applications.
  • ASP.NET is built upon .NET Framework, so all .NET features are available to ASP.NET applications.
  • ASP.NET applications can be written in any language that is compatible with the CLR , including Visual Basic and C#
  • To create ASP.NET Web applications , we can use Visual Studio.
  • The tools and options in Visual Studio that are designed for creating Web Applications are referred to as 'Visual Web Developer'.
                                     Learn ASP.net 4.0 from msdn : http://msdn.microsoft.com/en-us/library/dd566231.aspx

12/12/2011

How to give user permission for a web application

It is easy to add a user to a site collection of a web application, but what if we want to add a user to 100s of site collection of a we application?, in such cases we give the control to Central administrator who can do these steps:

Step1 : Go to Central administration
Step2 : Go to Application Management
Step3 : Go to Mange Web application
Step4: Select the Web application from the list
Step5: Click 'User Policy' shown on the ribbon
Step6: Do 'Add User' -> select user zone Click Finish