subapplication

IIS7: disabling HttpModule in subapplication - sites, application and virtual directories

I have a few aspx files in a "Cache" folder in my application and I do not want HttpModules to run for those files in that folder. I tried having a web.config in subdirectory but learned that HttpModules take the root web.config and not that of the subdirectory. Reference 1, Reference2. So I decided to have this directory as a sub appli...

Ruby on Rails: how to extract part of web-app?

I have a big application and I need to extract part of this application to separate small application. I'm going to develop big application, but I want to small app to be up to date. What should I use for this purpose? P.S. I use Ruby on Rails 3 ...

flash as2: how can i override the hitTest function for all of the objects in my application?

Hello. I'm loading a flash file as a sub application to my main flex application. The Flex application's stage is bigger then the flash i'm loading into it. The flash application starts at top=300 and left=300 in the main flex application. the flash file uses hitTest(_root.mouse._x,_root.mouse._y,true) to find out if the mouse cursor ...

Authorization Deny ? not working for me in IIS6

i have an application which i developed on my local machine win7, iis7 which does something like this: deny all anonymous users on all root pages and redirect them to login they will be able to access the root pages after logging in. It uses forms authentication to log the user in. it is structured as an subapplication in a website ...