Skip to main content

Home/ Agency Oasis Developers/ Group items tagged run

Rss Feed Group items tagged

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.
mgraber

Running AWSTATS on Windows Server 2008 Locally « The DK Projects - 0 views

  •  
    "Running AWSTATS on Windows Server 2008 Locally"
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
Douglas Couto

VMware: Run Microsoft Exchange Server Software on a Virtualization Platform - 0 views

  •  
    "Run Microsoft Exchange on VMware vSphere to not only match, but exceed the performance of physical servers by 100% or more. "
mgraber

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

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

Running Sitecore 6 on Windows 7's IIS | WimHaanstra.com - 1 views

shared by mgraber on 11 Aug 10 - Cached
  •  
    "Running Sitecore 6 on Windows 7's IIS"
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

ELMAH (Error Logging Modules and Handlers) - 0 views

  •  
    ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility that is completely pluggable. It can be dynamically added to a running ASP.NET web application, or even all ASP.NET web applications on a machine, without any need for re-compilation or re-deployment.
mgraber

Watch Mode · cloudhead/less.js Wiki · GitHub - 0 views

  •  
    You must enable this for less to run all your less files every time. To enable Watch Mode, development mode must be enabled.
Mark Ursino

Speed Tracer - Google Web Toolkit - Google Code - 0 views

  •  
    " Speed Tracer is a tool to help you identify and fix performance problems in your web applications. It visualizes metrics that are taken from low level instrumentation points inside of the browser and analyzes them as your application runs. Speed Tracer is available as a Chrome extension and works on all platforms where extensions are currently supported (Windows and Linux). "
Mark Ursino

Download ASP.NET MVC 2 RTM - 0 views

  •  
    Took me a long time to find this downloader. This will allow you to run ASP.NET MVC 2 sites
Mark Ursino

EditableGrid - Make your HTML tables editable - 0 views

  •  
    EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
Mark Ursino

Demystifying 'Sys is undefined' - 0 views

  •  
    Are you running into this error on your ASP.NET AJAX enabled web site? Does it only happen on some machines or on some browsers? Here's how you can get to the bottom of it.
Mark Ursino

jQuery Bubble Popup - 0 views

  •  
    jQuery Bubble Popup is a plugin to display smart, animated & shadowed, "bubble" popups or tooltips with few lines of code in jQuery. The plugin support HTML5 and it is fully compatible with IE, Firefox, Chrome, Opera and Safari. It needs jQuery v.1.4.2 to run, the fastest and concise JavaScript Library.
Mark Ursino

Ajax.org - The real-time collaborative application platform - 1 views

  •  
    Ajax.org Platform is a pure javascript application framework for creating real-time collaborative applications that run in the browser.
1 - 20 of 32 Next ›
Showing 20 items per page