I'm trying to use the Application_Beg inRequest to re-write the path but it
doesn't work on the published site when a non-existing URL is called. This
does work fine in my dev environment.
For example:
If I call www.mysite.com/UserName. I want to rewrite the UserName part. This
works fine in my dev environment but when I publish the site
Application_Beg inRequest does not get called for this URL. It does however
get called for any of the existing URLs.
Is there a setting that needs to be changed in IIS maybe to make this work?
Thanks,
Joe
doesn't work on the published site when a non-existing URL is called. This
does work fine in my dev environment.
For example:
If I call www.mysite.com/UserName. I want to rewrite the UserName part. This
works fine in my dev environment but when I publish the site
Application_Beg inRequest does not get called for this URL. It does however
get called for any of the existing URLs.
Is there a setting that needs to be changed in IIS maybe to make this work?
Thanks,
Joe
Comment