Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
U

User 13549006

@User 13549006
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Response.Headers.Remove(“Server”) does not work in global.Asax. when run project show “This operation requires IIS integrated pipeline mode” issue
    U User 13549006

    I try to remover server header IIS8.0

    ASP.NET apache sysadmin windows-admin help

  • Response.Headers.Remove(“Server”) does not work in global.Asax. when run project show “This operation requires IIS integrated pipeline mode” issue
    U User 13549006

    I try to remove Server header IIS8.0 . I use below code in Global.Asax. protected void Application_PreSendRequestHeaders() { this.Response.Headers.Remove("Server"); Response.AddHeader("Server", "My httpd server"); } and i use below code in web.config [httpRuntime maxRequestLength="50000" requestValidationMode="2.0" enableVersionHeader="false"] when I run the project I see below issue "This operation requires IIS integrated pipeline mode" Although Manage Pipeline mode is integrated mode.

    ASP.NET apache sysadmin windows-admin help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups