Am trying to get combres working with my .net 4 web form on IIS 7.
Everything is working locally, however when made the site live the following path comes up with 404 error
www.mydomain.co.uk/combres.axd/siteCss/-1938526509/
But if i remove the / at the end it works.
www.mydomain.co.uk/combres.axd/siteCss/-1938526509
How can I fix this problem ?