CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_web_developer_2005_express Tags:
Item Type: NewsGroup Date Entered: 11/17/2005 8:57:09 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 1 Views: 34 Favorited: 0 Favorite
2 Items, 1 Pages 1 |< << Go >> >|
webber123456
Asp.Net User
deploy with ASP.net 2.0 obfuscation/precompile tools via VWD11/17/2005 8:57:09 PM

0

What is the best way to deploy when .vb files are not to be uploaded to the server.  I would like to take advantage of the ASP.net 2.0 tools which obfuscate/compile classes as was done in ASP/net1.1 through command line code.

is there a .bat or .exe file available for a tool through VWD for reading the appropriate files and obfuscating/compiling them through ASP.net 2.0 ?


mark_bert
Asp.Net User
Re: deploy with ASP.net 2.0 obfuscation/precompile tools via VWD11/21/2005 10:35:29 PM

0

From the MSDN help page.


1. Open a command window and navigate to the folder containing the .NET Framework.

The .NET Framework is installed in the following location.

  
%windir%\Microsoft.NET\Framework\version
 

2. Run the aspnet_compiler command, specifying the source as either a virtual path or physical path, the target folder, and a switch indicating whether you want to compile both code and .aspx pages (which is the default) or just code.

  
aspnet_compiler -v virtualPath targetPath
 

If your Web site is not an IIS application and therefore has no entry in the IIS metabase, use the following value for the -v switch.

  
aspnet_compiler -p physicalOrRelativePath -v / targetPath
 

If you want to precompile the site for deployment and update, include the -u switch, as shown in the following code example.

  
aspnet_compiler -p physicalOrRelativePath -v / targetPath -u
 

The targetPath parameter is a physical path.

2 Items, 1 Pages 1 |< << Go >> >|


Free Download:


Web:
CodeProject: ASP.NET 2.0 and Visual Web Developer Overview. Free ... Dec 6, 2005 ... ASP.NET 2.0 delivers a new application deployment utility that enables both developers and administrators to precompile a dynamic ASP. ...
ASP.NET Compilation Overview In ASP.NET 2.0 you can use different languages such as Visual Basic and C# in the same ... You can precompile a Web site using the ASP.NET compiler tool ...
obfuscator for Framework 2.0!! - ASP.NET Forums obfuscator for Framework 2.0!! Last post 08-08-2008 11:21 PM by ... i downloaded trial version and obfuscated the precompiled dlls but how ...
Code Behind in VS Web Developer - ASP.NET Forums The new assembly merge tool (Aspnet_merge.exe) combines assemblies created during ASP.NET 2.0 precompilation for deployment. ...
Understanding Page Inheritance in ASP.NET 2.0 - Rick Strahl's Web Log re: Understanding Page Inheritance in ASP.NET 2.0 by Rick Strahl November 22, 2005 @ 12:27 pm Matt, Microsoft has released the Web Deployment Projects ...
Question and Answer Log shepard Asked: is web gardening stillsupported in asp.net 2.0? .... pauln Asked: if deploy tool deploys to c:\ deploy how does the virtual directory see it ...
.NET ASP Page 37 - Bytes Site Map Where is *.dll in ASP.NET 2.0? ... NET 2.0 Localization effects on cookies and query strings .... Net 2.0: size of content place holder at design time ? ...
ASP Net [Archive] - Page 311 NET 2.0 - Two ASPX files with one code file · I want to derive a new asp: circlehotspot control - need some help · PLS HELP! Drag and Drop a file to a web ...
microsoft.public.dotnet.framework.aspnet Re: Problem deploying ASP.Net 2.0 application, bruce barker \(sqlwork.com\) ...... Re: How can I add Content Management via VWD 2005, Basil Abusamrah ...
Mikhail Arkhipov (MSFT)'s WebLog : Server code intellisense in Web ... NET tools team. My team owns Source view functionality of the Visual Studio ... After ASP.NET runtime completes code generation, the code will be compiled ...






are there any online beginner tutorials?

'__o' is not declared - what does it mean?

how to filter unwanted words in behind code?

web parts

untitled page

grayed out controls

adding 2.0 framework to an iis+.net1.1 server

can i uses express edition for commercial use

why is this code not populating outlook email addresses in my dropdownlist

can not add new item to a project

windows xp home not supported by sql server express??

using iis and not cassini?

unable to open .net configuration/security without sqlserverexpress installed.

cannot install vwd

are there controls missing or can you tell me where i can add them????

is ms planning to give away vs express 2005 products for free-mvps plaese answer?

xmldatasource remote (xml) datafile connection (via proxy server) problem

visual web developer

date time

hyperlink to a .asp form

why all controls except html controls of my vwd are disabled?

displaying error (using vb)

visual source safe

sql server compatable?

guided tour - problem with web parts menu

local webserver - simple question

differences between visual web developer 2005 express edition and visual studio 2005?

.net 1.1 preference in vwd express

how to ...

vwd web page layout issue

   
  Privacy | Contact Us
All Times Are GMT