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

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
 
J

Jon

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top