On Mon, Sep 28, 2009 at 10:58:19PM +0300, Markus T�rnqvist wrote: >On Mon, Sep 28, 2009 at 09:13:40AM -0600, Jeff Hardy wrote: > >But it gives me a 404, from IIS (not Django) so I'm guessing my >Web.config is bad. > ><!-- > <scriptMappings> > <scriptMapping scriptName="/" physicalPath="C:\Program Files\IronPython > 2.6\Lib\site-packages\mysite\hello.wsgi" /> > </scriptMappings> >--> ><wildcard physicalPath="C:\Program Files\IronPython >2.6\Lib\site-packages\mysite\hello.wsgi" callable="application" /> > >I tried to Google quickly (but it might be more important I get this message >out) if I can make <scriptMapping scriptName="/"> recurse or is my wildcard >tag broken? > >I'll try to add the cookie url as a scriptMapping and Google more, tho help >is appreciated as always :)
Hmh, it looks like a problem in IIS, it doesn't appear to even hit Web.config o_O I couldn't find anything on the net about getting the entire Default Web Site going as ASP.NET - would anyone here know? I'd hate to create virtual directories, because obviously a lot of the Django stuff is virtually handled by itself, and IIS doesn't apparently do regexp URL mapping :/ Thanks! -- mjt _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com