symfony IIS problem 

i have installed symfony on iis ( winxp )… and loaded askeet tutorial … installed from tar and not using pear so my symfony files are in c:/symfony…

in my settings.yml i have

all:
   .settings:
        relative_url_root:  /askeet
        path_info_key:      HTTP_X_REWRITE_URL

since i am trying to set it up to use isapi_rewrite.

i followed this tutorial http://trac.symfony-project.org/trac/wiki/symfonyOnIIS

so i've got two virtual directories, one called askeet and the other called sf. askeet points to D:\code\askeet\web and sf points to C:\symfony-stable\symfony-1.0.4\data\web\sf

when i go to localhost/askeet i see the congratulations screen but the sf default css/images are being searched for in localhost/askeet/sf and not in localhost/sf so they don't load

I checked the source of the page and all the images/css for default sf are being searched for in /askeet/sf/

Please help. My symfony version is 1.0.4

documented on: 25 June 2007, ques

symfony IIS problem 

If anyone runs into this… I figured out the problem:

The instructions said : "create a new virtual directory on the root of your WEBSITE" Smile…. and i was creating the sf virtual directory as a separate entity. So i deleted that, created the sf virtual directory inside the askeet virtual directory… and pointed to right location and now works fine.

Feelings of stupidity overwhelm me but at least it works now Smile.

documented on: 25 June 2007, ques