Skip to main content

Home/ Agency Oasis Developers/ Group items tagged processing

Rss Feed Group items tagged

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"
Mark Ursino

Lightscreen - 0 views

  •  
    Lightscreen is a simple tool to automate the tedious process of saving and cataloging screenshots, it operates as a hidden background process that is invoked with one (or multiple) hotkeys and then saves a screenshot file to disk according to the user's preferences.
Douglas Couto

Visio 2007 crashes, or the Visio.exe process is still running after you exit Visio 2007... - 1 views

  •  
    "Visio 2007 crashes, or the Visio.exe process is still running after you exit Visio 2007 on a Windows Vista-based computer"
  •  
    This happened to me all the time when I was running Vista
mgraber

Requirements Management - Author Requirements - 0 views

  •  
    "Blueprint Requirements Center lets you precisely author requirements through business process diagrams, hierarchical rich text requirements, use cases, user interface mockups, data definitions, and business rules. Best of all, it ensures that all requirements content fits together to provide a "single version of the truth" - a common reference for everyone on the project."
Mark Ursino

FinalBuilder - Visual Build Automation for Windows Software Developers - 0 views

  •  
    Focus on writing great software. Let FinalBuilder take care of the build. Thousands of Software Developers rely on FinalBuilder to automate the build, test and release process.
Mark Ursino

NuPack - 0 views

shared by Mark Ursino on 12 Oct 10 - No Cached
  •  
    NuPack is a free, open source developer focused package management system for the .NET platform intent on simplifying the process of incorporating third party libraries into a .NET application during development.
Nick Laidlaw

Sitecore - Friendly URLs - 0 views

  •  
    Sitecore does not process default URLs such as http://somedomain.com/somefolder/. An ISAPI filter is required. A free, lite version is available here: http://www.helicontech.com/download-isapi_rewrite3.htm. Here's an example of the regular expression required: RewriteLogLevel 9 LogLevel debug RewriteRule ^/(sitecore.*)$ /$1 [L] RewriteRule ^/([^\.\?]+)/?(\?.*)?$ /$1default.aspx$2 [L]
Mark Ursino

Rethinking Forms in HTML5 - 2 views

  •  
    While there are many changes for the better in the HTML5 specification, there is no better bang for the buck for the data driven website than the transformation of forms. These simple changes will transform how you enter, validate, process, and even display inputs. You will be able to create more usable web applications with less code and less confusion.
Mark Ursino

jQuery Form Framework - jFormer - 0 views

  •  
    jFormer is a form framework written on top of jQuery that allows you to quickly generate beautiful, standards compliant forms. Leveraging the latest techniques in web design, jFormer helps you create web forms that: * Validate client-side * Validate server-side * Process without changing pages (using AJAX)
Mark Ursino

DropKick - a jQuery plugin for beautiful dropdowns - 0 views

  •  
    Creating custom dropdowns is usually a tedious process that requires a ton of extra setup time. Oftentimes lacking conveniences that native dropdowns have such as keyboard navigation. DropKick removes the tedium and lets you focus on making s@#t look good.
Mark Ursino

jFontSize - 0 views

  •  
    The jFontSize plugin was developed to facilitate the process of creating the famous buttons A+ and A-, which alter the font size on sites with very large texts, such as blogs, journals, tutorials
Mark Ursino

jQuery BlockUI - 0 views

  •  
    Block a users' UI when processing something
Mark Ursino

Sitecore Update Helper - 0 views

  •  
    It's a simple website that helps to prepare to Sitecore CMS update by displaying update steps and links to appropriate pages on SDN. You just need to specify source / target versions, and click "Process".
1 - 17 of 17
Showing 20 items per page