We have old aspx application written in .NET 1.1 with url rewrite (wildcard) on IIS 6.0 and I need to upgrade to IIS 7.
App is now working on IIS 7.0 but without url rewrite.
I tried this example:
http://improve.dk/blog/2006/12/11/making-url-rewriting-on-iis7-work-like-iis6
but this example is for .NET 2.0 and these steps change web.config
with elements not permitted in ASP.NET 1.1.
Is there any way configure IIS 7.0 for .NET 1.1 app without changing the source code?