Can anyone help with a problem that i have please. I write and design web
sites and use a reseller account for those web sites. I am now testing a
VPS server using iis 6, i have no idea what version off iis is on the
reseller acount, but all pages worked fine. My web site generates invoices
and emails the client the invoice, in this email is a link to click to make
an online payment, similar to http://www.mysite.co.uk/mp.asp?o=1234&b=y, if
the link is clicked the page displayed is the sites index page, if i then
copy and paste the above url into the browser the correct page displays. In
an attempt to find the problem i created a new folder called pay and then
placed the asp page in that folder and renamed it mp.asp to index.asp, then
retyped the lick above to http://www.mysite.co.uk/pay/index.asp?o=1234&b=y,
i found that when i clicked the link the address bar showed
http://www.mysite.co.uk/index.asp with the query string missing. Finally i
have noticed that if i do not close the browser down and then go back to my
email client and then click the link the correct page opens up in a new
window, but this only works if i dont close the first window.

Can anyone help here please?

TIA

Paul