Answer the question
In order to leave comments, you need to log in
How to setup rewrite on IIS for child application?
In general, the point is this. There is an IIS server that hosts CRM Dynamisc, and there is also a web application that is hosted as a child.
Structure of IIS:
- Site with CRM Dynamics
- folders and files
- child application
Let's say we open a child application, then always at the end of the URL according to the routing logs is appended at the end of the URL /default.aspx.
Link example:
http://CRM Dynamics site/child application/section?setting=123456 /default.aspx
Pattern: (*.?)/?Default\.aspx$
IgnoreCase: true
Action Type: Rewrite
Rewrite URL: {R:1}
Append query string: true
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question