Search code examples
iispathinfo

how to enable path info iis 6 & 7


I am trying to use path info in my asp.net web application. I am using iis 6 on the production machine and iis 7.5 on my home computer.

Does anyone know how this can be done?

Thank you !


Solution

  • Do you mean Request.PathInfo ? If yes, this doesn't need to be enabled, it's a property of each request.