re-write url and form authentication
I am having a problem with url rewrting and form authentication. See I have the location defined in web.config to allow default.aspx
but I re-wrote my string from http://localhost/default.aspx?user=test to http://localhost/test
but the problem is, it redirects me to the login page with the re-written url.. how can resolve this?
Re: re-write url and form authentication
Hey,
You are going to have to provide more information than that before anyone is going to be able to help you.
How exactly are you handling the URL Rewriting? Can you provide some code, as well as the configuration that you are using in your web.config file.
Gary