we access a customers website and at the end of the link we add the .aspx part. if we do not we get a 404 error.
The customer does not add the .aspx part when they access their own website and it works for them
Why would this be?
Thanks
Gareth
we access a customers website and at the end of the link we add the .aspx part. if we do not we get a 404 error.
The customer does not add the .aspx part when they access their own website and it works for them
Why would this be?
Thanks
Gareth
This requires a URL rewrite. This might help you. They have solved their issue by removing the .aspx extension from their URL. https://stackoverflow.com/a/4552992/3946804