C
chris blackbur
I have a reference tag in one of my asp.net pages that looks like:
<%@ Reference Page="ReportSetup.aspx" %>
When the page is loaded, I check that the Context.Handler is this
referenced object and save it to a local object. I then access
properties that were stored when the page was posted. This all works
fine in my environment. I have loaded it on three win xp machines with
iis installed and it works fine. Then, I loaded my code on the
production windows 2003 server and it no longer works. Any ideas what
could be causing this to not work. Maybe permissions issues or
something?
Thanks,
Chris Blackburn
<%@ Reference Page="ReportSetup.aspx" %>
When the page is loaded, I check that the Context.Handler is this
referenced object and save it to a local object. I then access
properties that were stored when the page was posted. This all works
fine in my environment. I have loaded it on three win xp machines with
iis installed and it works fine. Then, I loaded my code on the
production windows 2003 server and it no longer works. Any ideas what
could be causing this to not work. Maybe permissions issues or
something?
Thanks,
Chris Blackburn