1

I have an e-commerce application that using a .axd handler for the page extensions.

I simply want to use IIS7 to create a rule that says .shop = .axd

Can this be done? If so how should I go about it?

Thanks

ALTVisual
  • 116
  • 10

1 Answers1

0

I believe you want to add a handler mapping to your web application.

Specifically, you should add a new Module Mapping:

Add a Module Mapping in IIS7

Mike Atlas
  • 8,193
  • 4
  • 46
  • 62