Home / ASP.NET Weblogs
All Tags » C# » iis (RSS)

Browse by Tags

Related Posts

  • Day Of Frustration

    <Rant> I am in the process of playing around with the routing library for my current project, and I am playing around with using routing for web forms. I was running in IIS7 Classic mode (Don't ask why integrated works fine but I was seeing how this would work in IIS6 by testing with classic mode...
    Posted to Stefan Sedich's Blog (Weblog) by stefan.sedich on 11-09-2008, 12:00 AM
    Filed under: ASP.NET, .NET 3.5, C#, IIS
  • Commerce Server 2007: No Cache refresh using Host Headers

    As you all know I have been working hard writing, eating and bleeding commerce server 2007 for the past year. One thing I could never get past was why I could not do a site cache refresh from the tools provided with commerce server 2007 . The tools that are provided are what you would call management...
    Posted to Mike Dopp (Weblog) by mikedopp on 09-09-2008, 12:00 AM
    Filed under: ASP.NET 2.0, C#, IIS, Commerce Server 2007
  • Resetting your web application or web site without recycling app pool or IIS.

    If you don't know by now you can reset your web applications and or web sites with a simple change to the web.config. For example you can FTP(if remote or hosted) to your server and edit the web.config by adding a space or removing a space. Basically you want the application your using editing with think...
    Posted to Mike Dopp (Weblog) by mikedopp on 03-29-2008, 12:00 AM
    Filed under: ASP.NET 2.0, C#, IIS
  • Enhance your apps with the Integrated ASP.Net Pipleline

    The January publication of MSDN Magazine carried an article titled "Enhance your apps with Integrated ASP.Net Pipleline". While the subject of the article is not something that I would normally be super excited about, I decidede to spend at least 10 minutes perusing the article while commuting to work...
    Posted to Jaycent Drysdale (Weblog) by jaycent on 01-23-2008, 12:00 AM
    Filed under: Vista, ASP.Net, C#, IIS, .NET
  • Working with USB to Serial port adapter on .NET

    You can't solve a problem with the same kind of thinking that created it. — Albert Einstein (1879-1955) Yesterday I spent a lot of time trying to get a speed radar to work on my .NET application. Every test was giving us diferent results. We made hundreds of tests, but every time we thought we found...
    Posted to Matias Paterlini (Weblog) by paterlinimatias on 01-16-2008, 12:00 AM
    Filed under: WPF, Orcas, Team System, Vista, Infocard, Commerce Server, WinFX, .NET FAQ, Atlas, Web Services, Agile, CLR, Biztalk, BCL, WCF, Avalon, WWF, AJAX, General Software Development, Windows Forms, Content Management Server, ASP.NET, Visual Basic, C#, Sharepoint, Mobile, IIS, Community News, Crossbow, Visual Studio, .NET, SQL Server
  • Are Page Modules Still Useful In IIS7?

    With IIS7 a new transfer method is available in the HttpServerUtility class . It's the TransferRequest method . What this method is intended to do is behave like the HttpResponse.Redirect method without the penalty of traveling to the client and back . I said "is intended to behave" because it still...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 10-15-2007, 12:00 AM
    Filed under: Community, ASP.NET, SoftDev, Web, MVP, MSDN, Microsoft, Architecture, .NET, PageModules, C#, IIS
  • My new blog has arrived...

    For the past year I've been writing blogs on my website using an old outdated version of Community Server. A few weeks ago I was about ready to just write my own for the heck of it.. but we all know how that turns out when you: Start a new job Going to be a dad in five weeks evade ninjas on a daily bassis...
    Posted to Ryan Ternier (Weblog) by Ryan Ternier on 10-05-2007, 12:00 AM
    Filed under: ASP.NET , AJAX, Ninjas, C#, IIS
  • 2.0 Web Service Problem with 1.1 Assembly Redirections (I challenge you)

    This is a problem I have been trying to resolve for over three weeks now with no success. I shall try to explain the problem as clearly as I can as it can get very confusing. I have a Visual Studio 2005 .NET 2.0 Web Service Project which has a single web service class called HelloService. This service...
    Posted to Russell Pooley's .NET Blog (Weblog) by russell@vsdotnet.co.uk on 03-02-2007, 12:00 AM
    Filed under: Visual Studio .NET, C#, .NET, ASP.NET, IIS
  • Clear Project List from Start Page

    Here is a nice tips to clear the Recent project list or File list from Visual Studio .Net Run--> RegEdit and navigate to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\<your version>\ProjectMRUList delete unnecessary list. similarly for FileMRuList. Make sure not disturb other key from the...
    Posted to Suresh Behera (Weblog) by Suresh Behera on 05-31-2006, 12:00 AM
    Filed under: DotNet, .Net, .Interview, Avalon, C#, WPF, Atlas, Orcas, ASP.NET, WWF, BCL, Windows Forms, Commerce Server, Biztalk, Crossbow, Agile, AJAX, Visual Studio, IIS, WinFX, Visual Basic, Community News, General Software Development, .NET FAQ, Sharepoint, WCF, SQL Server, Content Management Server, Vista, Infocard, Web Services, CLR, Mobile
  • Playing around with IIS Application Pool using C#

    Just thought of sharing a some useful IIS App pool functions I wrote long back in C#. Requirement was to play around with IIS v5.0/6.0 and do all settings dynamically - Note : You must have administrator priveledge to perform all IIS actions. Namespace Required using System; using System.Collections;...
    Posted to Robin Kedia (Weblog) by worldclasscoders on 04-28-2009, 12:00 AM
    Filed under: C#, IIS
Page 1 of 3 (27 items) 1 2 3 Next >