Max
Sat May 10 02:47:18 CDT 2008
Correction.
I was able to compile the application from a physical path to another
physical path (C:\aaaa\ to C:\bbb\)
No IIS or virtual path involved. Really happy with that.
Gift is perfectly maimed, and now you can't look inside!!!!
Thanks again
"Max" <mm> ha scritto nel messaggio
news:4825510e$0$41653$4fafbaef@reader4.news.tin.it...
> Juan,
> you really gave me a huge help. I was unable to find such information on
> the web, and I searched a lot before posting.
> I've tried, and with a syntax similar to yours, I was able to compile a
> application and have a server running it (with web dev express 2005!)
> Only one question, it seems necessary to have IIS running on the machine
> where it is compiled. A virtual IIS directory is needed. I could not
> compile in any way from a physical path to a physical path.
> Is that true?
>
> Thanks
> Max
>
> "Juan T. Llibre" <nomailreplies@nowhere.com> ha scritto nel messaggio
> news:e9dSBXisIHA.1220@TK2MSFTNGP04.phx.gbl...
>> re:
>> !> Understand that Express version doesn't offer this option. have looked
>> for a
>> !> "deploy" or "publish" option but in vain, while Enterprise or Pro seem
>> to
>> !> have it, afa I can read. MS gave us a gift, but without the red
>> staple.
>>
>> ASP.NET comes with the tools to compile any .NET code that you
>> write regardless of the development environment that you prefer to work
>> in.
>>
>> Sample batch file :
>>
>> set frmwk=Drive:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
>> set src=Drive:\vwdsite
>> set dest=Drive:\vwdsite\compiled
>> del /F /Q Drive:\vwdsite\compiled\*.*
>> %frmwk%\aspnet_compiler -v /vwdsite -p %src% %dest% -c
>>
>> Just substitute your actual boot drive letter anywhere "Drive" appears in
>> the batch file.
>> After you compile, just upload all the files in Drive:\vwdsite\compiled
>>
>> Also, you can modify VWD's menu so you can automate
>> batch compiling your VWD-developed applications.
>>
>> See this article for the details on how to do that :
>>
http://safari.oreilly.com/9780789736659/ch03lev1sec2
>>
>> More background info on this process is found at :
>>
http://www.informit.com/articles/article.aspx?p=1073232
>>
>> As you can see, your gift isn't maimed.
>>
>>
>>
>> Juan T. Llibre, asp.net MVP
>> asp.net faq :
http://asp.net.do/faq/
>> foros de asp.net, en español :
http://asp.net.do/foros/
>> ======================================
>> "Max" <mm> wrote in message
>> news:4824a1ad$0$29598$4fafbaef@reader1.news.tin.it...
>>> Understand that Express version doesn't offer this option. have looked
>>> for a "deploy" or "publish" option but in vain,
>>> while Enterprise or Pro seem to have it, afa I can read.
>>> MS gave us a gift, but without the red staple.
>>> Max
>>>
>>>
>>> "Teemu Keiski" <joteke@aspalliance.com> ha scritto nel messaggio
>>> news:O1qhcfUsIHA.1436@TK2MSFTNGP05.phx.gbl...
>>>> Hi,
>>>>
>>>> if you develop ASP.NET application with Visual Studio and using web
>>>> application project model, you essentially deploy
>>>> markup files e.g aspx (ascx,asmx etc) and dll files to the server, and
>>>> there's no need to deploy the code-behind
>>>> files. Idea is that code-behind is compiled to the dll, and therefore
>>>> isn't viewable so directly (to add: you can
>>>> also obfuscate dlls).
>>>>
>>>> --
>>>> Teemu Keiski
>>>> AspInsider, ASP.NET MVP
>>>>
http://blogs.aspadvice.com/joteke
>>>>
http://teemukeiski.net
>>>>
>>>>
>>>>
>>>> "Max" <mm> wrote in message
>>>> news:4823510d$0$29596$4fafbaef@reader1.news.tin.it...
>>>>> Is it possible for an ASP.net server (like IIS 6) to run web
>>>>> application without having available the code behind
>>>>> forms in clear ascii? Can I provide a compiled product to the
>>>>> customer, not an exe file of course, but some dll
>>>>> compiled by my server ?
>>>>> I'm asking that because 1. sometimes I am not happy to provide my
>>>>> source code 2.customer is afraid of their internal
>>>>> security...
>>>>>
>>>>> Thanks
>>>>> Max
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>>
>
>