Home All Groups Group Topic Archive Search About

can asp.net pages source code be precompiled in asp.net 1.1?

Author
22 Dec 2005 8:14 PM
BLACKDOG157
Can asp.net pages be precompiled so that the source code never appears
on the server?  I know this can be done with asp.net version 2, but my
host is still using asp.net version 1.1.

Author
22 Dec 2005 8:25 PM
Marina
No, the .aspx pages must physically exist on the server.

<BLACKDOG***@LYCOS.COM> wrote in message
Show quoteHide quote
news:1135282441.920098.119990@g44g2000cwa.googlegroups.com...
> Can asp.net pages be precompiled so that the source code never appears
> on the server?  I know this can be done with asp.net version 2, but my
> host is still using asp.net version 1.1.
>
Are all your drivers up to date? click for free checkup

Author
22 Dec 2005 9:01 PM
Chris Botha
By "source code" do you mean the code-behind files? If so, they don't have
to be on the server, the aspx, etc. must be there and the DLL files(s) in
the bin directory.

<BLACKDOG***@LYCOS.COM> wrote in message
Show quoteHide quote
news:1135282441.920098.119990@g44g2000cwa.googlegroups.com...
> Can asp.net pages be precompiled so that the source code never appears
> on the server?  I know this can be done with asp.net version 2, but my
> host is still using asp.net version 1.1.
>

Bookmark and Share