1

I am working on a web application***(framework 3.5)***.I had done routing in this by using the following code:

http://www.4guysfromrolla.com/articles/051309-1.aspx

On local machine everything running fine.But when i deploy the code on IIS 6.0 i am getting

 404 (Page Not Found) Error

I searched a lot on web and also get many solutions for this one of them is to add

<modules runAllManagedModulesForAllRequests="true">

in web config but problem is still there.Now i find out that we have to set IIS wild card mapping on server.

Problem:

How we can perform Url Rewritting on shared server.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Sunny
  • 3,185
  • 8
  • 34
  • 66

1 Answers1

0

Here it says URL Rewriting works on Windows servers that has IIS 7. Maybe that is your problem. You should see here:

Microsoft URL Rewrite Module

M.Eren Çelik
  • 155
  • 2
  • 9