简体   繁体   中英

Url rewriting on Godaddy

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM