how can i deploy a single aspx page globally for all sites in IIS?
- From: "Tim_Mac" <mackey.tim@xxxxxxxxx>
- Date: 3 Mar 2006 08:01:46 -0800
hi,
i am trying to find the best way of making a single .aspx page
available to any web site on an IIS 6 server. without having multiple
copies floating everywhere.
previously i have used a hardlink for the file and junction point for
the Bin directory, which works well. but not everyone is comfortable
doing this, and it doesn't scale well for many sites if using a GUI
tool such as NtfsLink.
i looked at using a HttpHandler for MyPage.aspx in the global
web.config for the server, but to my knowledge that only means i can
run server side code when a user requests MyPage.aspx. i want to
display the .aspx page and execute its code behind. i'm not sure how
to wire the two together with the global HttpHandler.
any ideas?
many thanks
tim
.
- Follow-Ups:
- Prev by Date: Re: Validation Controls Stopped Working on the server, but work on the local machine
- Next by Date: Which reporting tool to use?
- Previous by thread: Any samples of compobox with tables in popup window
- Next by thread: Re: how can i deploy a single aspx page globally for all sites in IIS?
- Index(es):
Relevant Pages
|