Browse by Tags

All TagsC# (RSS)
  • How to know which IIS versions are installed from a WinForm in C#?

    Hello, I was looking all over the Internet to find an answer I'm sure there must be an easy way to get the IIS versions running on the Server. My old methods aren't working anymore on Windows 7 and Windows Server 2008: Old broken Method: DirectoryEntry entry = null ; eWebServerVersions iisVersion...
    Posted to Forum by ErTelis on 11-06-2009, 10:19 AM
  • Enable wildvard in iis 5.1

    Hi. When I´m trying to enable aspnet_isapi.dll to handle .* i get this stupid error: "Wrint extension format". Is it somehow possible to enable wildcard mapping (used to urlrewrite) in iis 5.1 -> Windows XP? My manager is Internet Information Services (IIS6) Manager
    Posted to Forum by bongii on 10-23-2009, 10:03 AM
  • FTP7.5 - C# Auth w/ Dynamic IP

    I've been writing a custom authentication provider for my ftp 7.5 on Server 2008R2 and have found that IFtpLogProvider.Log() returns incorrect LocalIP and RemoteIP addresses. This was addressed with an .msi for 7.5 from August 3, 2009. However, when I download the .msi and run it, the install fails...
    Posted to Forum by adrianmaule on 10-21-2009, 6:07 AM
  • My Cache HttpModule and Memory Leaks

    Hello. I have written my own cache extension. It works fine but i some time ago memory leaks appeared. One of the possible reasons is my wonderfull cache. :) Please take a look at the sources and say wheather i am doing everything right. Is it needed to detach PreRequestHandlerExecute event? cont . PreRequestHandlerExecute...
    Posted to Forum by Serge2k on 10-19-2009, 10:25 AM
  • DLLImport doesn't work with Web Service

    Hey I posted this on the asp.net forum, and they suggested to put it here. Sorry for the formatting. I really hope you can help me! http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/thread/e3bcbf6f-c51a-4c53-89f2-8e083c5e8981 I have been searching many sites and forums. I am developing on the...
    Posted to Forum by Superkew on 10-06-2009, 5:44 AM
  • Service Unavailable problem on IIS 6

    Hi all, I have an ASP.NET ashx handler that is invoking some c++ unmanaged dll to perform some operations. It looks like that something is making the application misbehave and crash the AppPool that is hosting the web app. I am trying to determine what is making the DLL crash but what i would like to...
    Posted to Forum by DanDanAus on 09-20-2009, 4:22 AM
  • Server Error in '/' Application - The resource cannot be found.

    Hey Guys, I know this is a really common error, and you must be bored of troubleshooting it by now! But here's the situation I have: I created an "Asp.Net Web application" for .Net 2.0 using visual studio 2008. I then set up IIS on my local machine (XP SP2), and it runs the website fine...
    Posted to Forum by simonalexander2005 on 09-07-2009, 5:57 AM
  • Setting Authentication on a Folder Under a Virtual Directory using Appcmd or Microsoft.Web.Administration in IIS7

    I've been trying to find a way using scripting (appcmd) or the Microsoft.Web.Administration class in C# to change the Authentication settings on a Folder under a Virtual directory. Does anybody have an idea how to do this? Thanks, Rob
    Posted to Forum by robblis on 08-05-2009, 7:07 PM
  • what permission need to call Microsoft.Web.Administration namespace?

    I have a windows service, which run through Network Service account. In this windows service, I have a method (c#) which call Microsoft.Web.Administration to get a physical path for a web application hosted on IIS 7 (win2k8 64bit server) : Site site = serverManager.Sites[ "Default Web Site"...
    Posted to Forum by eunicebiz on 07-13-2009, 6:03 PM
  • Code for using COM object for C# .Net with SQL Output

    Here's my code that works. I actually dumped log files from System, Application and Security logs into the database. using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; // Log Parser 2.2 using MSUtil; namespace...
    Posted to Forum by Solburn17 on 06-08-2009, 4:45 PM
Page 1 of 4 (38 items) 1 2 3 4 Next >