All TagsC# (RSS)
  • Re: Unable to serialize the session state - ASP.NET v2.0 -- Please Help

    Hi, Thanks for replying. I've read that post before, and that doesn't really help. I have "StateServer" in the web.config file, and I've been told to leave it as that. I can't go to "InProc", which is why I mentioned that earlier. Amit
    Posted to Forum by amissra on 11-25-2009, 9:43 AM
  • Unable to serialize the session state - ASP.NET v2.0 -- Please Help

    Hi, I'm a little new to asp.net and I'm not exactly sure how to tackle this problem..... On the web application we're using, I'm essentially trying to print out data from a repeater in a panel out to a printer. In the web.config, we're using "StateServer" as the Session...
    Posted to Forum by amissra on 11-25-2009, 9:15 AM
  • Re: Windows 7 FTP problems

    In vb.net, you can try using Microsoft.Web.Administration, especially the ServerManager. Here's how I listed the web/ftp sites and virtual directories: (I used C#, which can auto-translate to vb.net) managerServer = new ServerManager(); foreach (Site site in managerServer.Sites) { listBox1.Items...
    Posted to Forum by benjamin.pence on 11-19-2009, 4:19 PM
  • Response.Redirect Issues

    We have been successfully using ARR in our dev and test environments for some time and have had great success. There is one key difference in our production environment that is causing some issues. We have several instances of the app running in vdirs on the same web servers. In dev and test environments...
    Posted to Forum by philsidari on 11-13-2009, 5:36 PM
  • How To Output the Filename Where Match Occurs?

    Hello, I'm running logparser in a C# application, and I'm using the ExecuteBatch method. This runs nicely (I think) because I do get the output file, but the method returns false. Now the main question I wanted to ask is. since my query is searching in a bunch of files, I was wondering if it's...
    Posted to Forum by mOrrIsEmSaBeR on 11-12-2009, 11:58 AM
  • 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
Page 1 of 5 (43 items) 1 2 3 4 5 Next >
Microsoft Communities