Search

You searched for the word(s): userid:439423

Matching Posts

  • Re: Httpwebrequest and Post C# with Fiddler Probs

    Andy, I've been having the same problem and saw your post all over the internet ... I stumbled across this link ... Fiddler must force open and closed the requests, since it's acting as a proxy. Calling the close() method or wrapping in a using statement appears to be working in my case. HttpWebRequest testRequest = (HttpWebRequest)WebRequest.Create("http://....."); string responseStatus; using (HttpWebResponse testResponse = (HttpWebResponse)testRequest.GetResponse()) { responseStatus
    Posted to HttpHandlers and HttpModules (Forum) by lieblick on 8/25/2009
  • WDP - Output files

    When I compile a WDP project, It changes <%@ Page Language= "C#" MasterPageFile= "~/my.master" AutoEventWireup= "true" CodeFile= "aboutUs.aspx.cs" Inherits= "aboutUs" %> To: <%@ page language= "C#" masterpagefile= "~/my.master" autoeventwireup= "true" inherits= "aboutUs, my_Assembly" %> My problem is that when my designer changes the layout on the pages, I have to open them one by one, then pull the contents outside of the @ directives back into my local dev copies, so we're sync'd up
    Posted to VS Web Deployment Projects (Forum) by lieblick on 7/20/2006
  • WDP Versions ... April 06

    I have WDP installed off the "November 03, 2005" version. When I try to install the more recent April 06 version, it says that I have to uninstall the previous first. Is there any risk in losing the WDP settings I already have? Is there a version history anywhere? TIA, -Blieb
    Posted to VS Web Deployment Projects (Forum) by lieblick on 7/20/2006
  • Re: Could not load file or assembly App_Web...

    Hey Brad ... let us know if that helped! I'm experiencing something similar!
    Posted to Configuration and Deployment (Forum) by lieblick on 5/15/2006
  • Re: Enterprise Library for .NET Framework 2.0 security problem.

    Man I'm havin' the same problem ... Not looking good for us ... http://support.jodohost.com/showthread.php?p=39047
    Posted to Microsoft Application Blocks (Forum) by lieblick on 3/23/2006
  • multi-page generated document

    Ok, this is kind of a strange request. I have a document, it can be word, rtf, basically any standard format. It's a form with information. I'd like to populate the form, so the data is filled out. I saw and article at MSDN about how to do it using bookmarks in a word doc, but the problem is that I might want to generate the same form, 50 different times, with different data, in the same document. This is an ASP.NET web document that will output a header before sending the file contents. Any suggestions
    Posted to C# (Forum) by lieblick on 6/25/2004
Page 1 of 1 (6 items)