G
Guest
Hi you all,
I'm facing a litle problem with a custom httpHandler for ASP.Net. The
application will be precompiled for deployment, so I won't have any .aspx
files which contain code or anything else. BUT the user can/may create such
files (dynamically - filebased CMS), which should be executed then.
So, my question is: Can I get a Page-Instance without using PageParser?
Obviously I could use it, but I want to check @ runtime if the page, which
should be executed, is precompiled or is still present as .aspx file.
Thanks in advance.
Patrick
I'm facing a litle problem with a custom httpHandler for ASP.Net. The
application will be precompiled for deployment, so I won't have any .aspx
files which contain code or anything else. BUT the user can/may create such
files (dynamically - filebased CMS), which should be executed then.
So, my question is: Can I get a Page-Instance without using PageParser?
Obviously I could use it, but I want to check @ runtime if the page, which
should be executed, is precompiled or is still present as .aspx file.
Thanks in advance.
Patrick