0

Perplexed here on how/why the ASP.NET MVC4 URL has hashes in them.

Deployed to the test server -- URL looks normal like this: http://testweb1.me.local/Admin/Permission/AddPermission

When deployed to production server -- this is what I get: http://prodweb1.me.local/Admin/(F(QlUC0Nb2vhAGUhEJK1QW7kkwckxhSoQ8LqBuDkZiOzVzmuO9SGyBz2i2nKn_zPYUZbC-lfvKGkZUBJNnNKnNa_O79kfZQ1mkGZmpaJS3D1w1))/Permission/AddPermission

Must be something in IIS 7, but what?

MikeSmithDev
  • 15,731
  • 4
  • 58
  • 89
Rob Koch
  • 1,523
  • 3
  • 18
  • 26
  • 1
    Cookieless sessions will do this: http://stackoverflow.com/q/15706382/1810243 – MikeSmithDev Mar 20 '14 at 13:50
  • That was it too: http://stackoverflow.com/questions/12228704/ie10-injects-token-into-net-mvc-links Thanks @MikeSmithDev (might be worthwhile to link this issue to the other 2) – Rob Koch Mar 20 '14 at 20:24

0 Answers0