Re: [web2py] Re: IIS 8.5 static file using rewrite problem

2015-08-18 Thread Niphlod
following the recipe on the book. http://web2py.com/books/default/chapter/29/13/deployment-recipes#IIS On Tuesday, August 18, 2015 at 10:07:15 PM UTC+2, Dmitri Ermolaev wrote: > > how you start web2py under IIS ? > > 2015-08-18 11:07 GMT+03:00 Remco Boerma > >: > >> >> -- Resources: - http:

Re: [web2py] Re: IIS 8.5 static file using rewrite problem

2015-08-18 Thread Dmitri Ermolaev
how you start web2py under IIS ? 2015-08-18 11:07 GMT+03:00 Remco Boerma : > Solved. > > While gathering information about my setup I found the solution. > > Setting "Default web site > Authentication > Anonymous Authentication > (keep enabled) " to "Application Pool Identity" solved my issue

[web2py] Re: IIS 8.5 static file using rewrite problem

2015-08-18 Thread Remco Boerma
I've uploaded a video demonstrating the installation I did which works quite well. it's far from perfect as a video and demonstration, but all the tinkering is in there, i think it matches your setup quite well. https://www.youtube.com/watch?v=gxOhsThD0FY Op dinsdag 18 augustus 2015 10:43:55

[web2py] Re: IIS 8.5 static file using rewrite problem

2015-08-18 Thread Niphlod
didn't quite get if it's an error on the recipe (which I can't replicate, since it's my standard tried several times setup) or your "slightly changed recipe" was the cause of the error. On Tuesday, August 18, 2015 at 10:07:21 AM UTC+2, Remco Boerma wrote: > > Solved. > > While gathering informa

[web2py] Re: IIS 8.5 static file using rewrite problem

2015-08-18 Thread Remco Boerma
Solved. While gathering information about my setup I found the solution. Setting "Default web site > Authentication > Anonymous Authentication (keep enabled) " to "Application Pool Identity" solved my issue. Here's a few tags and keywords for future reference when someone else bumps into

[web2py] Re: IIS 8.5 static file using rewrite problem

2015-08-13 Thread Niphlod
401 means not authorized. What happens without rewrite (or incorrect ones) is usually 404 (not found) . Can you post more details about the structure of the iis site which the app belongs ? On Wednesday, August 12, 2015 at 6:01:45 PM UTC+2, Remco Boerma wrote: > > Hi, > > I'm migrating from ub