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...
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
...
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 ...
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
...