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

  • Thread starter Thread starter Afshar
  • Start date Start date
A

Afshar

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
 
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
 
Back
Top