Re: how to compile asp.net 3.5 application?
- From: "Cowboy \(Gregory A. Beamer\)" <NoSpamMgbworld@xxxxxxxxxxxxxxxxxx>
- Date: Fri, 23 Nov 2007 12:56:55 -0600
My assumption is the compiler in 2.0, updated with install of 3.5, is aware
of 3.0 and 3.5 assemblies, as both are just added on top of 2.0. If this is
the case, you can still use the compiler with 2.0.
I can see if I can determine what is going on when it compiles in Visual
Studio, as it also uses the command line compiler under the hood. I know the
bits were updated with the 3.5 install, so I would imagine the compiler was
also updated.
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
*************************************************
| Think outside the box!
|
*************************************************
"Bob" <cq@xxxxxxx> wrote in message
news:O%23vFVgfLIHA.4272@xxxxxxxxxxxxxxxxxxxxxxx
Hi,
i have just installed . net framework 3.5.
With asp.net 2.0, i compiled my code like this:
cd \windows\microsoft.net\framework\v2.0.50727
aspnet_compiler -p "c:\inetpub\wwwroot\myapp" -v / c:\compiled\myapp -f
Is this still the right way with aspnet 3.5 or another compiler must be
used, but i can't find any aspnet_compiler file in directory
windows\microsoft.net\framework\v3.5 ?
Thanks
Bob
.
- Follow-Ups:
- References:
- how to compile asp.net 3.5 application?
- From: Bob
- how to compile asp.net 3.5 application?
- Prev by Date: Re: Repetitive coding
- Next by Date: Re: jsp to asp
- Previous by thread: how to compile asp.net 3.5 application?
- Next by thread: Re: how to compile asp.net 3.5 application?
- Index(es):
Relevant Pages
|