This may (hopefully) be a simple fix that I just can't seem to figure out.
I've created a custom Quote Request .aspx page which uses a QuoteRequest control that I created in the source code of the AspDotNetStorefrontControls.vs2010 solution.
This page works and runs fine on my local machine. It appears in the browser as "http://localhost:3909/QuoteRequest.aspx".
I'm attempting to deploy the .aspx and .aspx.cs file to the website. I updated the AspDotNetStorefrontControls .dll file and moved the QuoteRequest.aspx and QuoteRequest.aspx.cs file to the root folder of the website.
My Question: Now how do I access this new page? It won't show up under www.mysite.com/QuoteRequest.aspx.
Start of QuoteRequest.aspx:
<%@ Page Language="c#" Inherits="AspDotNetStorefront.QuoteRequest" MaintainScrollPositionOnPostback="true" MasterPageFile="~/App_Templates/Skin_1/template.master" Codebehind="QuoteRequest.aspx.cs" AutoEventWireup="True" %>