Are you using a URL rewriter? If not, I could not get the SES manager
to work properly with IIS without one, perhaps someone else has. I
downloaded IIRF a IIS URL rewriter at http://cheeso.members.winisp.net/IIRF.aspx
as it is freeware and works reasonable well. I set the ini file as
follows:

IterationLimit 0

RewriteRule ^(/.+/.+/.*\?.+\..*)$ /index.cfm/$1
RewriteRule ^(/[^.]*)$ /index.cfm/$1
RewriteRule ^(/index.cfm)$ /index.cfm/

I created my own version of the SES URL component by copying the
existing one and modifying it so as not to mess with core files:

<cfreturn ReReplace(link, "index\.cfm\/", "")/>

This keeps the hyperlinks from containing index.cfm  in them.

Hope this helps, good luck.







On Mar 21, 1:31 am, David Mineer <[email protected]> wrote:
> I want to use SES in a MG3 app.  The URL to my app ishttp://localhost/myapp
> .
>
> But when I turn on SES and navigate to that address I get an error: No event
> named "myapp" is defined.  Without SES on everything works fine.
>
> I am using IIS with a virtual directory to myapp.
>
> --
> David Mineer Jr
> ---------------------
> The critical ingredient is getting off your
> butt and doing something. It's as simple
> as that. A lot of people have ideas, but
> there are few who decide to do
> something about them now. Not
> tomorrow. Not next week. But today.
> The true entrepreneur is a doer.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "model-glue" 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/model-glue?hl=en

For more about Model-Glue, check http://www.model-glue.com .
-~----------~----~----~----~------~----~------~--~---

Reply via email to