|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET 2.0 deploymentI 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 Try this...
http://weblogs.asp.net/scottgu/archive/2005/11/06/429723.aspx -- Show quoteHide quoteThanks, Rahul Soni [A problem well stated is a problem half solved!!] "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 > > > 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 --- 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 >
Other interesting topics
PreInit event in usercontrol
Select string building in C# and ASP.NET download trial version of vs2005 Finally moving from classic asp to ASP.NET 2.0 w/Visual Studio 2005 ..HtmlControls.HtmlInputFile.Saveas(filename) not overwriting Application_Error does not fire need help to convert to VB 101 Question - Passing a value from one page to another How do I run a server side method from javascript?! self-signed certificate for Windows XP |
|||||||||||||||||||||||