Slides:



Advertisements
Similar presentations
Forms Authentication, Users, Roles, Membership Ventsislav Popov Crossroad Ltd.
Advertisements

Novell from Home Net Storage. Novell access via NetStorage 1-Web Interface Connect to your shared drive through your web browser Windows, Mac or Linux.
Web Development in Microsoft Visual Studio Slide 2 Lecture Overview Introduce Visual Studio 2013 Create a first ASP.NET application.
Authenticating Users in an ASP.NET Application. Web Site Administration Tool From VS 2008, click Website/ ASP.Net Configuration to open Web Site Administration.
ASP.NET 2.0 Chapter 6 Securing the ASP.NET Application.
DEV450 Visual Studio: Best Practices For Debugging Managed Applications Habib Heydarian Scott Nonnenberg Program Managers Microsoft Corporation.
Virtual techdays INDIA │ august 2010 Building ASP.NET applications using SQL Server Compact Chaitanya Solapurkar │ Partner Technical Consultant,
Creating a Console Application with Visual Studio
Connecting to Secure Wi-Fi in QSB Boardroom Locations 01 September 2013.
Microsoft ® Official Course Monitoring and Troubleshooting Custom SharePoint Solutions SharePoint Practice Microsoft SharePoint 2013.
IT533 Lectures Configuring, Deploying, Tracing and Error Handling.
Edwin Sarmiento Microsoft MVP – Windows Server System Senior Systems Engineer/Database Administrator Fujitsu Asia Pte Ltd
E-Commerce LAB#1 Samia alblwi1E-Commerce ( IS412) 2011.
1 ISA Server 2004 Installation & Configuration Overview By Nicholas Quinn.
© 2004 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin Programming the Web Using ASP.Net Chapter 2: The ASP.Net Template Dave.
1 Introduction to.NET Framework. 2.NETFramework Internet COM+ Orchestration Orchestration Windows.NET Enterprise ServersBuildingBlockServices Visual Studio.NET.
Deployment of web Site. Preparing the web site for deployment you now have two versions of web site 1 -one running in the production environment 2-one.
Session 11: Security with ASP.NET
Forms Authentication, Users, Roles, Membership Svetlin Nakov Telerik Corporation
Session 10 Windows Platform Eng. Dina Alkhoudari.
State Management. What is State management Why State management ViewState QueryString Cookies.
© Minder Chen, ASP.NET 2.0: Introduction - 1 ASP.NET 2.0 Minder Chen, Ph.D. Framework Base Class Library ADO.NET: Data & XML.
Course ILT Internet/intranet support Unit objectives Use the Internet Information Services snap-in to manage IIS, Web sites, virtual directories, and WebDAV.
Set 13: Web Servers (configuration and security) (Chapter 21) IT452 Advanced Web and Internet Systems.
© FPT SOFTWARE – TRAINING MATERIAL – Internal use 04e-BM/NS/HDCV/FSOFT v2/3 Securing a Microsoft ASP.NET Web Application.
11 Web Services. 22 Objectives You will be able to Say what a web service is. Write and deploy a simple web service. Test a simple web service. Write.
C# Tutorial -1 ASP.NET Web Application with Visual Studio 2005.
Tracing 1www.tech.findforinfo.com. Contents Why Tracing Why Tracing Tracing in ASP.NET Tracing in ASP.NET Page Level tracing Page Level tracing Application.
Introduction In The Name Of Allah, The Beneficent, The Merciful.
Dr. Mustafa Cem Kasapbaşı Security in ASP.NET. Determining Security Requirements Restricted File Types.
Introduction to ASP.NET T.Ahlam Algharasi. The Visual Studio IDE Start page 2.
10 – 12 APRIL 2005 Riyadh, Saudi Arabia. Building multi-lingual ASP.Net application that handle western languages and Arabic with a single code base.
Effective Security in ASP.Net Applications Jatin Sharma: Summer 2005.
HOW TO UPLOAD A WEBSITE BY KATIE HARDAKER.  SEARCH THE INTERNET THE VARIETY OF OPTIONS AVAILABLE FOR CONSTRUCTING A WEBSITE AND CHOOSE THE APPROPRIATE.
Efficient Deployment & Management of ASP.NET 2.0 Applications on IIS 6.0 Alexis Eller Program Manager Internet Information Services Microsoft Corporation.
Introduction to ASP.NET, Second Edition2 Chapter Objectives.
Module 11: Securing a Microsoft ASP.NET Web Application.
Slide 1 ASP Authentication There are basically three authentication modes Windows Passport Forms There are others through WCF You choose an authentication.
Module 7: Creating a Microsoft ASP.NET Web Application.
What is Web Site Administration Tool ? WAT Allow you to Configure Web Site With Simple Interface –Manage Users –Manage Roles –Manage Access Rules.
1 of 5 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
.htaccess Apache server directives BTM 395: Internet Programming.
3 Copyright © 2004, Oracle. All rights reserved. Working in the Forms Developer Environment.
HTML, Third Edition--Illustrated Brief 1 HTML, Third Edition Illustrated Brief Unit A Creating an HTML Document.
Purpose Intended Audience and Presenter Contents Proposed Presentation Length Intended audience is all distributor partners and VARs This would be presented.
ASP. What is ASP? ASP stands for Active Server Pages ASP is a Microsoft Technology ASP is a program that runs inside IIS IIS stands for Internet Information.
Web Access. Overview  Purpose  Prerequisites  Install Components  Enable Virtual Directories  IIS Configuration & Security  Troubleshooting.
Web Services Error Handling and Debugging. Agenda Simple SOAP faults Advanced SOAP faults SOAP headers and faults Error handling From a Service Perspective.
Module 4: Design IIS Maintenance and UDDI. Designing Internet Information Services Backup and Recovery Specifying Monitoring requirements Deploying UDDI.
Configuring and Deploying Web Applications Lesson 7.
Website Design:. Once you have created a website on your hard drive you need to get it up on to the Web. This is called "uploading“ or “publishing” or.
1 CS 3870/CS 5870: Note 14. Prog5 Due 10 PM Wednesday, Oct 21 Authentication and Authorization 2.
IIS Manager Details Delegated Administration Configuration System.
Saving Files to Database Sams ASP NET 4 Unleashed.
Personalizing Web Sites Nasrullah. Understanding Profile The ASP.NET application service that enables you to store and retrieve information about users.
Part 2.
Building web applications with the Windows Azure Platform Ido Flatow | Senior Architect | Sela | This session.
Introduction to ASP.NET, Second Edition2 Chapter Objectives.
Unit 7 Learning Objectives
ASP .NET MVC Authorization Training Videos
Globalization support in ASP.NET
ASP.NET Web Configuration File
Jon Galloway | Tech Evangelist Christopher Harrison | Head Geek
CS 3870 Prog6 Roles Management Due Monday, November 5 Group Assignment.
IIS.
Web Development in Microsoft Visual Studio 2013
Application Infrastructure
Social Media And Global Computing Introduction to Visual Studio
Setting Up Your Development Environment
Security - Forms Authentication
Presentation transcript:

 Web.config in Xml File.  IntelliSense Make It Better  Can Configure All Web Site Pages  There are Two File  Machine.config  Web. Config  Can Find Them : ( C:\WINDOWS\Microsoft.NET\Framework\[version]\CONFIG )  Have Default Setting also in  web.config.default  Machine.config.default

 Enter All Settings Between  ….  Case Sensitive Declaration  camelCase All Properties  Define Namespaces When Programmatically  System.Configuration  System.Web.Configuration  Define Your Setting Between it’s Category  ……  …….

 configure Page directive Setting s :   Configure Connection String :   Configure Application Setting s:   Configure Error Pages :   Configure Membership 

 You Can Set  a lot Of Properties For Example  Set Namespace  Add Controls Like Ajax Controls ….

.. To All Pages  … as You Specify  Page - Folder - Subfolder (as you Like ).  Example:- Set Master Page To Admin Folder only

 Can Show friendly Error  Set Default Redirect Page URL  Show Page by Error Code  Like this :  There are A lot Of Details about Will be in My Blog.

 Set Multilanguage Site  Working With Resource File (resource.resx )  UiCulture (User interface ) Will Change  Like This :  Above I set Default Culture To Arabic Egypt  User Interface Will Change as I set In My Internet Option Explorer Sequentially.

 It ‘s a page I Call It Manually in Address Bar  comes With Extension.axd ( trace.axd )  Show Number of request That Users Call  Can Follow all Request in Web Site By Details  Like This :- <trace enabled="true" traceMode="SortByTime" mostRecent="true" requestLimit="10" pageOutput="false" localOnly ="true" />

 Define Data Source, Server and Security  In My Visual Web Developer Express Edition It‘s Like This : <add name="MyConnectionString“ connectionString ="Data Source =.\SQLEXPRESS; AttachDbFilename=|DataDirectory|\MyDataBaseFile.mdf; Integrated Security=True;User Instance=True"/>  It Is Simple ( Set and Forget )  Call it any Page You Want.

 Define Global Variable using Key and Value. Example:  Also Can define more than one variable. - Note :Can Store Connection Strings

 Set Mail Settings (Host info – sender info-…)  Mail Settings is under System.Net Category  Like :- <network host="smtp.mysite.com" userName ="admin" password =“*********" />

 Set Http Runtime Settings  Use it When Upload Large Files <httpRuntime maxRequestLength =" " executionTimeout ="3600" />  Note: maxRequestLength in Kb executionTimeout in second

 Web Site Compilation Settings And Debug  Set Debug To true When Debugging.  Better To Set Debug To False When Deployment Decrease Memory Size Fasts Performance

 define identity (Just User Or Member )  ASP.Net Provide Default Database Call it (aspnet.mdf)  Generate Database Automatically by using ASP.Net Configuration From Website Menu Will be more in My Blog About this Later

 Define License To Members in access Rules  Can give License to Group by using Role  Allow Access Pages And deny Others