Skip to main content

Home/ Agency Oasis Developers/ Group items tagged directory

Rss Feed Group items tagged

mgraber

Delete Failed DCs from Active Directory - 0 views

  •  
    How can I delete a failed Domain Controller object from Active Directory? When you try to remove a domain controller from your Active Directory domain by
mgraber

Performing offline defragmentation of the Active Directory database - 0 views

  •  
    "Performing offline defragmentation of the Active Directory database"
Douglas Couto

Things to consider when you host Active Directory domain controllers in virtual hosting... - 0 views

  •  
    "Things to consider when you host Active Directory domain controllers in virtual hosting environments"
mgraber

Active Directory - 0 views

  •  
    This page contains a collection of Windows Server 2000, 2003, and 2008 Active Directory related articles, tips & tricks, whitepapers, useful tools and
Douglas Couto

Recover Active Directory Restore Mode Password : Microsoft, Active Directory, 2000, 200... - 0 views

  •  
    " Chances are it is blank"
mgraber

ASP.NET QuickStart Tutorials - 0 views

  • Securing Non-ASP.NET Files
  • ASP.NET handles requests for file extensions that are normally associated with ASP.NET, while IIS handles requests for all other file extensions. By default this means common file extensions such as .aspx and .asmx are processed by ASP.NET. This processing includes authentication and authorization to ASP.NET files. Sometimes though, a developer wants non-ASP.NET resources to be processed by ASP.NET. One reason for processing non-ASP.NET files through ASP.NET is to allow ASP.NET authentication and authorization to control access to these types of files. The combination of IIS6 on Windows Server 2003 and ASP.NET 2.0 provides the most flexibility for running the ASP.NET pipeline as part of processing a request for a non-ASP.NET resource. IIS6 includes support that allows ASP.NET 2.0 to perform authentication and authorization steps, and to then hand off the remainder of the processing of a non-ASP.NET resource back to IIS6. For example, it is possible to authenticate access to an ASP page using ASP.NET forms authentication, authorize access with ASP.NET's Url authorization and still allow the ASP ISAPI extension (asp.dll) to execute the ASP page. This support is possible because IIS6 introduced a new server support function for ISAPI extensions: HSE_REQ_EXEC_URL. Assume that a directory structure contains a mix of both ASP and ASP.NET files. The ASP.NET pages are used to log a user in with forms authentication, while the ASP pages represent the rest of the application. Using the IIS6 MMC, right-click on directory and create an application (this is the same step that is necessary when setting up a standard ASP.NET application). After an application has been created, click on the Configuration button that is located on the Directory property page. This will cause the Application Configuration dialog to be displayed. New to IIS6 is a feature called wildcard application mapping. The bottom of the Application Configuration dialog allows you to configure this feature. First determine the path for the ASP.NET ISAPI extension that processes ASP.NET files such as .aspx files. You can find this path by looking at the extensions that are listed in the Application Extensions list shown in the top half of the Application Configuration dialog. Click on the row in the list that maps the .aspx extension, and select the Edit button. In the dialog that pops up, highlight the text in the Executable textbox and copy it to the clipboard. Then cancel out of the dialog. Next, click the Insert button that is in the bottom half of the Application Configuration dialog. A dialog box titled Add/Edit Application Extension Mapping will be displayed. In the Executable text box, enter the path to the ASP.NET ISAPI extension that you copied to the clipboard earlier. The end result should look something like the screenshot below.
  • Click OK to close out all of the dialogs. Now whenever a request is made for any file, the request will first be processed by ASP.NET. If the web.config for your ASP.NET application has enabled forms authentication, an unauthenticated request for a .asp file will first trigger a redirect to the login page configured for forms authentication. After a user has successfully logged in, they will be redirected back to the original .asp page. When the now-authenticated user requests the .asp page, ASP.NET will first run through the FormsAuthenticationModule to verify that the forms authentication cookie exists and is still valid. If this check passes, ASP.NET will hand processing of the .asp page back to IIS6, at which point IIS6 will pass the request on to the ISAPI extension that normally process .asp pages. In this case the extension is asp.dll and the ASP page will then run to completion. The reason ASP.NET will pass the request back to IIS6 is that non-ASP.NET resources will fall through the list of configured <httpHandlers> to the following entry: <add path="*" verb="GET,HEAD,POST" type="System.Web.DefaultHttpHandler" validate="True" /> The DefaultHttpHandler is responsible for handing requests back to IIS6 for further processing.
  •  
    "Securing Non-ASP.NET Files"
mgraber

Seizing FSMO Roles - 0 views

  •  
    How can I forcibly transfer (seize) some or all of the FSMO Roles from one DC to another? Windows 2000/2003 Active Directory domains utilize a Single
mgraber

How do I install Active Directory on my Windows Server 2003 server? - 0 views

  •  
    First make sure you read and understand Active Directory Installation Requirements. If you don't comply with all the requirements of that article you will not
Douglas Couto

TeamCity Build Agent Disconnected | The Ninja's Apprentice - 0 views

  •  
    If an agent becomes disconnected for whatever reason, you can follow these steps to re-connect it: ssh to the server that the disconnected agent is on. go to the build agent's bin directory (i.e. /opt/teamcity/buildagent/buildagent01/bin/) su to the user that the agent runs as (i.e. appBuilder) run agent.sh start That will start the agent, and after a few seconds or so, the next time you go to TeamCity, it will be connected.
Mark Ursino

Google Font API - 1 views

  •  
    The Google Font Directory provides high-quality web fonts that you can include in your pages using the Google Font API.
Mark Ursino

Visual Subst - Virtual Drives In Effect - 0 views

  •  
    Visual Subst is a small tool that allows you to associate the most accessed directories with virtual drives. It uses the same API similar to the console 'subst' utility, but makes it easier to create and remove virtual drives in a GUI way.
mgraber

Troubleshooting Dcpromo Errors - 0 views

  •  
    What are the most common DNS related Dcpromo errors? How do I fix them? Some common issues that you may encounter with Active Directory installation and
Douglas Couto

The Official SBS Blog : Active Directory FTP User Isolation Mode (IIS 6.0) - 0 views

  •  
    [Today's post comes to us courtesy of Wayne McIntyre] **DISCLAIMER FTP is an older protocol which has been replaced with better methods of hosting files. FTP is also unsecure and your username/passwords are sent in clear text which poses a major security
Mark Ursino

Configure NTFS Permissions (IIS 6.0) - 0 views

  •  
    Use NTFS permissions to define the level of access to your directories and files that you want to grant to specific users and groups of users
mgraber

How to Run Eseutil /R in Recovery Mode - 0 views

  •  
    "How to Run Eseutil /R in Recovery Mode"
mgraber

How to move Exchange databases and logs in Exchange Server 2003 - 0 views

  •  
    "How to move Exchange databases and logs in Exchange Server 2003"
mgraber

Moving Exchange Server 2003 to New Hardware - 0 views

  •  
    "Moving Exchange Server 2003 to New Hardware"
mgraber

Moving an Exchange Mailbox Database to Another Server or Storage Group - 0 views

  •  
    "Moving an Exchange Mailbox Database to Another Server or Storage Group"
mgraber

Exchange 2003 Backup and Restore with NTBACKUP - 0 views

  •  
    "Exchange 2003 Backup and Restore with NTBACKUP"
1 - 20 of 26 Next ›
Showing 20 items per page