Is there a way to run a sample aspx file inside a precompiled_non-updatable website
-
I have a large enterprise website, which was build and published as precompiled / nonupdatable. Now I have an issue that is happening only at one customer site. So, I wanted to create a simple test.aspx file inside the website in question, and run it at the customer site -- without having to recompile and re-publish the original website. Is there any workaround to achieve this? Below is the error that received when I copy and try to run my test.aspx page: The file '/MyWebApp/test.aspx' has not been pre-compiled, and cannot be requested. Environment is: Windows 2008 R2 - 64bit OS
-
I have a large enterprise website, which was build and published as precompiled / nonupdatable. Now I have an issue that is happening only at one customer site. So, I wanted to create a simple test.aspx file inside the website in question, and run it at the customer site -- without having to recompile and re-publish the original website. Is there any workaround to achieve this? Below is the error that received when I copy and try to run my test.aspx page: The file '/MyWebApp/test.aspx' has not been pre-compiled, and cannot be requested. Environment is: Windows 2008 R2 - 64bit OS
Yes possible, first publish on your local environment then copy the compiled page on specific local and reference dll in bin. I would be worked. Thanks, Parwej
Parwej Ahamad