Joseph,

The following lines are in the Web.config file:

                <httpHandlers>
                        <add verb="POST,GET" path="ajaxpro/*.ashx"
type="AjaxPro.AjaxHandlerFactory, AjaxPro"/>
                </httpHandlers>

Which is from the website referenced above.

When I view source in IE, for the URL
http://localhost/AjaxVB/WebForm1.aspx, the content is:

-------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
        <HEAD>
                <title>WebForm1</title>
                <meta name="GENERATOR" content="Microsoft Visual Studio .NET 
7.1">
                <meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
                <meta name="vs_defaultClientScript" content="JavaScript">
                <meta name="vs_targetSchema"
content="http://schemas.microsoft.com/intellisense/ie5";>
                <script src="WebForm1.js" language="javascript"
type="text/javascript"></script>
        </HEAD>
        <BODY>
                <form name="Form1" method="post" action="WebForm1.aspx" 
id="Form1">
<input type="hidden" name="__VIEWSTATE"
value="dDwtNjU0MzcyMTk1Ozs+yCkyU5hagp5x43S4j4N5TeW9eUM=" />

<script type="text/javascript"
src="/AjaxVB/ajaxpro/prototype.ashx"></script>
<script type="text/javascript"
src="/AjaxVB/ajaxpro/core.ashx"></script>
<script type="text/javascript"
src="/AjaxVB/ajaxpro/converter.ashx"></script>
<script type="text/javascript"
src="/AjaxVB/ajaxpro/AjaxVB.WebForm1,AjaxVB.ashx"></script>



                        <button onclick="GetServerTime_Async();" 
type="button">GetServerTime
Async</button>
                        &nbsp; <button onclick="GetServerTime_Sync();"
type="button">GetServerTime Sync </button>
                        &nbsp;<br>
                        <span id="spanTime"></span>
                </form>
        </BODY>
</HTML>
-------

And, as before, if I attempt to load the URL
http://localhost/AjaxVB/ajaxpro/prototype.ashx, I get a page cannot be
found error.

Is the "ajaxpro" directory a physical directory that should be there,
or is it some kind of virtually directory that is magically there
through virtue of having AjaxPro.dll in the bin directory of the
project?  (Don't know if this is a stupid question or not, because I
haven't used ASP much.)

Thanks,
Joe


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Ajax.NET Professional" group.

To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at 
http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---

Reply via email to