Hi,
I am getting broken links (404) from one link which contains two querystring parameters eg chart.asp?sid=6&aid=154
The broken link is reporting the link as chart.asp&aid154 which it is not. I have searched the code to find if this link is being generated and it is not. This part of the link is hard coded "chart.asp?sid=6&aid=" the aid value is dynamically generated.
Cheers