How can I redirect

http://myserver.com/MyApp/#/Welcome?page=2

to

https://myserver.com/MyApp/#/Welcome?page=2

in IIS 6?

I tried using https://myserver.com$S but it leaves out the # and anything after it. Same with any of the other redirect variables.

(In case you're wondering, the # is used to enable deep linking in a Silverlight app.)

link|improve this question

25% accept rate
feedback

2 Answers

The server never sees the anchor. The processing for those is done completely client-side.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.