I have an ASP page that generates XML after querying an MS Access Datbase. But when I upload it to a SharePoint 2007 server, I am not allowed to upload .asp files. So I named it .aspx and uploaded it successfully. When hitting the .aspx page I just uploaded, I get an ERROR page:




What can I do to make it work? Will I have to convert my classic ASP code to ASP .NET code? If so, can someone help me convert...