PC Review


Reply
Thread Tools Rating: Thread Rating: 1 votes, 1.00 average.

compiling an ASP.NET web project with the command line compiler

 
 
Scott Vercuski
Guest
Posts: n/a
 
      20th Jul 2004
Everyone,

Does anyone know how to compile an ASP.NET web project using just
the command line compiler? I've tried numerous options and can't seem
to come up with the right solution. Is there a way to capture what
options are being used when I select the build option from Visual
Studio .NET 2003?

Thank you in advance for any help.

Scott Vercuski
(E-Mail Removed)
 
Reply With Quote
 
 
 
 
Murat KARATUTLU
Guest
Posts: n/a
 
      20th Jul 2004
In fact, I have never tried such a compilation method
but as a matter of fact, all the *.cs files in your ASP.net project are just
valid C# codes.
and again just like any other applications (console or library), you have
some referenced libraries such as System.Web for ASP.net

so putting it all together, running the compiler with the right references
(you should know 'em) and for all .cs files (not one by one of course) shoud
have been enough???

It's not important for the compiler, if the project is a web project or
console.....



"Scott Vercuski" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Everyone,
>
> Does anyone know how to compile an ASP.NET web project using just
> the command line compiler? I've tried numerous options and can't seem
> to come up with the right solution. Is there a way to capture what
> options are being used when I select the build option from Visual
> Studio .NET 2003?
>
> Thank you in advance for any help.
>
> Scott Vercuski
> (E-Mail Removed)



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Command line compiling... Papanii Okai Microsoft C# .NET 1 1st May 2006 08:57 PM
Difference between IDE and command line compiler when compiling resources Louise Caldicott Microsoft C# .NET 0 20th Jul 2005 05:51 PM
Compiling from command line... =?Utf-8?B?RGFuaWVsZQ==?= Microsoft VB .NET 6 24th Jan 2005 06:02 PM
Command line compiler when there are images in the project: any suggestion? Francesco Martinelli Microsoft C# .NET 4 14th Oct 2004 07:40 AM
compiling from the command line MCSD Microsoft VC .NET 3 8th Jan 2004 07:06 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:02 PM.