theme problem

G

Guest

hi, i have an app_themes folder in my app wand it works perfectly and so do
my themes when i run the app on my localhost. but when i put it online it
doesnt.
i get an error telling me that my theme wasnt found in the global or
application themes directory.
i think this is because the app lies in a subfolder, not at the root
directory of the site. and i dont have access to the root directory because
the owner of the webspace is only letting me use that particular diractory.
is there a way to access my themes and make the page run properly? thanks
 
G

Guest

i dont think you understand mr allen. the application itself is placed in a
subfolder of the domain.
thanks anyway,
 
B

Brock Allen

So your app is deployed to the root of the domain? Or a subfolder in the
domain?

If it's a subfolder of the domain, that's fine -- but your directory needs
to be configured in IIS as its own application. If you can't do that, then
you need to move your App_Theme to the root of whatever application (as configured
in IIS) you've deployed your directory (and code) to.

-Brock
http://staff.develop.com/ballen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top