Link to home
Start Free TrialLog in
Avatar of hinshelm
hinshelmFlag for United Kingdom of Great Britain and Northern Ireland

asked on

IIS6 and App Mappings

I am trying to map ALL calls to the webserver to aspnet_isapi.dll.

What I am trying to do is URL Rewriting. I want to map "http://www.sitename.com/en-UK/Student" to "http://www.sitename.com/?Lang=en-UK&Ent=Student" for all URL's processed. I can get it working fine for "http://www.sitename.com/en-UK/Student/default.aspx" but not for a folder or structure that does not contain ".aspx"

IIS6 on windows 2003 pertains to allow you to use:

Excert from help
-------------------
Extension
Type the file name extension associated with your application (or type the asterisk as a wildcard character).
-------------------

But if you put * or *.* or .* into the Extention box you get the message "Wrong Extention format".

How do you map ALL requests through the ASP.NET ISAPI extension?
OR
How do you get an asp.net application to handle all requests?
ASKER CERTIFIED SOLUTION
Avatar of sigmacon
sigmacon

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial