Obviously this is the catch all javascript error for "something didn't
work."

I have this working great on my local machine, but when I moved it to
my development web server, it started throwing this error and I think I
know why, but I don't know how to fix it.

I can view source and clearly see the Ajax.NET added lines:
<script type="text/javascript" src="/ajaxpro/prototype.ashx"></script>
<script type="text/javascript" src="/ajaxpro/core.ashx"></script>
<script type="text/javascript" src="/ajaxpro/converter.ashx"></script>
<script type="text/javascript"
src="/ajaxpro/{application}.{directory}.{class},{application}.ashx"></script>

I think the problem is the directory structure. This IIS server has a
second "web site" that is configured to point it's home directory to:
C:\Inetpub\wwwroot\{application}

The "web site" you hit depends on the DNS alias you use to get to the
web server. This second "web site" is the one running Ajax.NET.

I am assuming there is a directory permissions issue causing the
dynamic files to fail. Any ideas on what I could try?

--brian


--~--~---------~--~----~------------~-------~--~----~
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