Visual Studio Express

J

John Prado

It's possible to generate dll for deployment of projects (for my code
behind files)???

I can't find any option to do this in Visual Studio Express.

Need I to compile the pages in command line???
 
C

Cowboy \(Gregory A. Beamer\)

You can choose publish site for standard ASP.NET 2.0 deployment or you can
use the command line if you wish to build so there are no source files.

You should be able to set this up as an "external tool" or even create the
copy in post build events. nAnt is a good build and deploy option, if you
are comfortable with XML and you can set nAnt up as an external tool.

--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
 
J

John Prado

Thanks for the reply Cowboy.

I will google nAnt to get more information.

Sure that MS will not release a FREE tool without loss of features ;)

Besides that I like VSEx as enviroment and rad tool for development.
 
J

John Prado

I find an easier way.

Using the aspnet_compiler that comes with .Net 2.0 framework.
 
?

=?ISO-8859-1?Q?G=F6ran_Andersson?=

You can download the Visual Studio 2005 Web Deplyment addon. It lets you
create a deployment project where you have more options than in the
publishing wizard.
 

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

Members online

No members online now.

Forum statistics

Threads
474,471
Messages
2,571,823
Members
48,797
Latest member
PeterSimpson
Top