What i meant was the assembley code. Will the appliction work if I just copy the assembly code to the server? Where do i find this assembly code? it used to be in the same folder with the project in the previous version. I do not know where it is stored in aspx.net 2.0 .
Thank you for your help.
Are you wondering how to have an asp.net app that consists of one only single file (a dll)? The solution is to create a virtual path provider, that routes requests for .aspx and .ascx files to a hanlder class that returns the html output, rather than to actual .aspx files. See this article to get you started:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.