how can i deploy a single aspx page globally for all sites in IIS?

Tech-Archive recommends: Fix windows errors by optimizing your registry



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

.



Relevant Pages

  • issues deploying a ASP.NET application (SPPS 2003 SP1)
    ... Those aspx page were hosted on my development server. ... added a new virtual directory, just as one would normally do (of course all ... To enable these types of pages to work on your STS Web site ...
    (microsoft.public.sharepoint.windowsservices)
  • Masking
    ... I have a web site that I am running from a Windows 2003 Server at my office. ... the Address Bar in the browser does not show ... aspx, either in html, javascript or in the code behind page of the aspx ...
    (microsoft.public.inetsdk.html_authoring)
  • Maskig
    ... I have a web site that I am running from a Windows 2003 Server at my office. ... the Address Bar in the browser does not show ... aspx, either in html, javascript or in the code behind page of the aspx ...
    (microsoft.public.dotnet.framework.aspnet)
  • Accessing an .aspx page from server in a DMZ
    ... We are currently hosting our own web site; the web site of course resides ... do SQL queries and access data from the web site server. ... from a server within the DMZ. ... My issue is the .aspx page treats the web ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Accessing an .aspx page within the DMZ
    ... We are currently hosting our own web site; the web site of course resides ... do SQL queries and access data from the web site server. ... from a server within the DMZ. ... My issue is the .aspx page treats the web ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)