is it possible to deploy a single aspx page with aspnet_compiler.exe

Hi all friends,

I have a big aspnet project including several
several .aspx .ascx .resx. I publish this project everytime that i
want to deploy it. I use full compile-no update options so I just
bring some dlls to customers server. All aspx are converted to a
plcaeholder.
The problem is: Sometimes I modify just one page (aspx or cs) and
wants just to deploy it. Is it possible to publish just that single
page using aspnet_compiler.exe tool?

Thanks in advance
afshar mohebbi
afshar [ Di, 29 Januar 2008 08:45 ] [ ID #1918834 ]

Re: is it possible to deploy a single aspx page with

On Jan 29, 7:45=A0am, Afshar <afshar.mohe... [at] gmail.com> wrote:
> Hi all friends,
>
> I have a big aspnet project including several
> several .aspx .ascx .resx. I publish this project everytime that i
> want to deploy it. I use full compile-no update options so I just
> bring some dlls to customers server. All aspx are converted to a
> plcaeholder.
> The problem is: Sometimes I modify just one page (aspx or cs) and
> wants just to deploy it. Is it possible to publish just that single
> page using aspnet_compiler.exe tool?
>
> Thanks in advance
> afshar mohebbi

Hello mate,

Sometimes if I modify an aspx page and I haven't modified the cs I
just upload that. However, if I've modified the cs then I also upload
the dll.

HTH,

Jon

http://www.nantwichonline.com
JonMYates [ Di, 29 Januar 2008 13:09 ] [ ID #1918850 ]
Microsoft » microsoft.public.dotnet.framework.aspnet » is it possible to deploy a single aspx page with aspnet_compiler.exe

Vorheriges Thema: InitializeNewComponent doesn't work on webcontrol
Nächstes Thema: Trying to migrate an anonymous profile to an authenticated one