Home All Groups Group Topic Archive Search About
Author
22 Dec 2005 8:55 PM
Amelyan
I dosn't want to deploy my *.aspx.cs files.  What do I do so that *.aspx.cs
files are compiled into my project dll and are not required by their
corresponding *.aspx files?

Thank you,
-Boris

Author
22 Dec 2005 10:19 PM
Rahul Soni
Try this...

http://weblogs.asp.net/scottgu/archive/2005/11/06/429723.aspx

--
Thanks,
Rahul Soni

[A problem well stated is a problem half solved!!]




Show quoteHide quote
"Amelyan" wrote:

> I dosn't want to deploy my *.aspx.cs files.  What do I do so that *.aspx.cs
> files are compiled into my project dll and are not required by their
> corresponding *.aspx files?
>
> Thank you,
> -Boris
>
>
>
Are all your drivers up to date? click for free checkup

Author
23 Dec 2005 12:05 AM
Rick Strahl [MVP]
Deployment is pretty complex in ASP.NET 2.0 and you need to basically
precompile your project using the ASPNET_COMPILER.EXE file.

If you want to play around with the different options you can check out this
free tool:

http://west-wind.com/weblog/posts/3763.aspx

which lets you easily play with the different compiler options and shows you
what hte command line equivalents are...

+++ Rick ---

--

Rick Strahl
West Wind Technologies
www.west-wind.com
www.west-wind.com/weblog


Show quoteHide quote
"Amelyan" <bamel***@wi.rr.com> wrote in message
news:%23guw9nzBGHA.3572@TK2MSFTNGP14.phx.gbl...
>I dosn't want to deploy my *.aspx.cs files.  What do I do so that *.aspx.cs
>files are compiled into my project dll and are not required by their
>corresponding *.aspx files?
>
> Thank you,
> -Boris
>

Bookmark and Share