Search

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

Matching Posts

  • Re: Do httpHandlers behave differently between IIS 5 and IIS 6?

    Thanks to David Wang who replied in microsoft.public.inetserver.iis. Here is his response and my followup response: David, I see that your options #1 and #3 would solve the problem. However, one of my customer's requirements is that they want the user to be able to right click an image in the browser then be able to save it locally with the original filename and extension without having to manually change it. I created a URL namespace (only in this specific virtual directory) where all of the information
    Posted to HttpHandlers and HttpModules (Forum) by Chuck H on 3/19/2006
  • Do httpHandlers behave differently between IIS 5 and IIS 6?

    I am trying to deploy an ASP.NET 2.0 application that was developed on XP with IIS 5 to a 2003 Server with IIS 6. It has a couple of subdirectories that have an httpHandler that is used to retrieve JPG and GIF files from a database. At first, everything looked fine except for the images that were to be retrieved by the httpHandler. I then noticed that I had forgotten to configure the Application Mappings for ".jpg" and ".gif" to aspnet_isapi.dll. After I did that, the httpHandler started responding
    Posted to HttpHandlers and HttpModules (Forum) by Chuck H on 3/18/2006
  • Re: Exception in StaticSiteMapProvider

    Danny, Yes, the answer to your design question is easy for me. I would like the first one found to be returned. I have several menu items that I would like the user to be able to navigate to from multiple menu paths, but show the same location in the SiteMapPath. A boolean StaticSiteMapProvider property like RequireUniqueUrl would do the trick for me. For a simple example, I have a top level "Admin" menu item with child menu items for "Calendar Admin", "News Admin", and "Information Admin". I also
  • Re: Unable to cast object of type 'ASP.masterpage_master' to type 'ASP.masterpage_master'.

    I have the same problem. I haven't noticed exactly what triggers it to start failing, but it seems to have started right after I created a nested Master page and then started creating pages using that Master page in a folder different from the folder containing the nested Master page. When the errors occur, Intellisense is also gone for the nested Master Page class. For me, the problem doesn't seem to fully disappear until I do multiple Rebuild Web Site commands. Getting the problem to go away also
  • Exception in StaticSiteMapProvider

    I have written a custom Site Map provider which I derive from StaticSiteMapProvider . In my BuildSiteMap() method, I build my SiteMapNode's using a Guid for the key instead of using the Url for the key. The intent is to allow the same Url to be used by multiple Site Map entries. However, when I invoke the AddNode(), I get the following exception: [InvalidOperationException: Multiple nodes with the same URL '/SCVCC/Admin/SiteMapProviders.aspx' were found. XmlSiteMapProvider requires that sitemap nodes
Page 1 of 1 (5 items)