Reputation: 193
When I run project in IIS, after displaying home page it will not allow to redirect on any other page. It gives Page could not found error.
Upvotes: 1
Views: 552
Reputation: 1039428
On IIS 6 you may need to register a mapping in order to associate the ASP.NET ISAPI module with an extension or if you would like to have extensionless URLs you may take a look at this article.
Upvotes: 3