CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_web_developer_2005_express Tags:
Item Type: NewsGroup Date Entered: 8/13/2005 1:46:16 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 3 Views: 28 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
4 Items, 1 Pages 1 |< << Go >> >|
Montane
Asp.Net User
VWD Express Question....8/13/2005 1:46:16 AM

0/0

Pretty well understand the new models for compiling websites. What I'm curious about is exactly which are supported in the express version and standard version versus the professional versions.

What I want to be able to do is what I do currently in deploying only the aspx, ascx files and all the code behinds compiled into the projects dll. Which version will let me do that? I'm sure the new model of compiling it all inclucing the aspx's is not for me but I like the way I do it now with 1.1.
joteke
Asp.Net User
Re: VWD Express Question....8/13/2005 10:16:12 AM

0/0

Here's about VWD:
http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=859b1375-3c9c-41c1-a1ae-b54081bc1519


You can do precompilation for deployment manually with VWD by using aspnet_compiler.exe (it is part of the Framework)

Here's about using it

Usage:
aspnet_compiler [-?] [-m metabasePath | -v virtualPath [-p physicalDir]]
                [[-u] [-f] [-d] targetDir] [-c] [-fixednames]
                [-keyfile file | -keycontainer container [-aptca] [-delaySign]]

-?            Prints this help text.
-m            The full IIS metabase path of the application. This switch
              cannot be combined with the -v or -p switches.
-v            The virtual path of the application to be compiled (e.g.
              "/MyApp"). If -p is specified, the physical path is used to
              locate the application. Otherwise, the IIS metabase is used, and
              the application is assumed to be in the default site (under
              "/LM/W3SVC/1/Root"). This switch cannot be combined with the -m
              switch.
-p            The physical path of the application to be compiled. If -p is
              missing, the IIS metabase is used to locate the app. This switch
              must be combined with -v.
-u            If specified, the precompiled application is updatable.
-f            Overwrites the target directory if it already exists. Existing
              contents are lost.
-d            If specified, the debug information is emitted during
              compilation.
targetDir     The physical path to which the application is compiled. If not
              specified, the application is precompiled in-place.
-c            If specified, the precompiled application is fully rebuilt. Any
              previously compiled components will be re-compiled. This option
              is always enabled when targetDir is specified.
-keyfile      The physical path to the strong name key file.
-keycontainer Specifies a strong name key container.
-aptca        If specified, the strong-name assembly will allow partially
              trusted callers.
-delaysign    If specified, the assembly is not fully signed when created.
-fixednames   If specified, the compiled assemblies will be given fixed names.
-nologo       Suppress compiler copyright message.

Examples:

The following two commands are equivalent, and rely on the IIS metabase. The
compiled application is deployed to c:\MyTarget:
    aspnet_compiler -m /LM/W3SVC/1/Root/MyApp c:\MyTarget
    aspnet_compiler -v /MyApp c:\MyTarget

The following command compiles the application /MyApp in-place. The effect is
that no more compilations will be needed when HTTP requests are sent to it:
    aspnet_compiler -v /MyApp

The following command does *not* rely on the IIS metabase, as it explicitly
specifies the physical source directory of the application:
    aspnet_compiler -v /MyApp -p c:\myapp c:\MyTarget



With Visual Studio 2005 you have Publish Website feature which allows you to deploy the app to a site (either with aspx updates allowed like in v1 or totally non-updateable). It has the same features as using aspnet_compiler (it's just bundled into the tool)


Thanks,

Teemu Keiski
Finland, EU
Montane
Asp.Net User
Re: VWD Express Question....8/14/2005 12:01:30 AM

0/0

Perfect exaclty what I was looking for. Kinda thought that but was not sure. With the new inline compilation model is it just as well to deploy with the code behinds? I would assume from a security standpoint there could be some issues, but as to performance is there much to gain by compiling in either the updatable or non-updatable ways?
joteke
Asp.Net User
Re: VWD Express Question....8/14/2005 7:09:41 AM

0/0

 Montane wrote:
Perfect exaclty what I was looking for. Kinda thought that but was not sure. With the new inline compilation model is it just as well to deploy with the code behinds? I would assume from a security standpoint there could be some issues, but as to performance is there much to gain by compiling in either the updatable or non-updatable ways?


Yes, it is just a view/decision that do you need to modify all (aspx & code), only aspx or nothing. No performance difference.
Thanks,

Teemu Keiski
Finland, EU
4 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Beginning SQL Server 2005 Express Database Applications: With Visual Basic Express and Visual Web Developer Express from Novice to Professional Authors: Rick Dobson, Pages: 596, Published: 2005
Beginning Visual Web Developer 2005 Express: From Novice to Professional Authors: Paul Sarknas, Pages: 334, Published: 2005
Beginning ASP.NET 2.0 with C# Authors: Chris Hart, John Kauffman, David Sussman, Chris Ullman, Pages: 735, Published: 2006
Beginning Visual C# 2005 Express Edition: From Novice to Professional Authors: Peter Wright, Pages: 458, Published: 2006
Beginning ASP.NET 2.0 Authors: Chris Hart, John Kauffman, Chris Ullman, David Sussman, Pages: 759, Published: 2005
Beginning ASP.NET 2.0 E-commerce in C# 2005: From Novice to Professional Authors: Cristian Darie, Karli Watson, Pages: 681, Published: 2005
Visual Web Developer 2005 Express Edition For Dummies Authors: Alan Simpson, Pages: 358, Published: 2005
Pro Access 2007 Authors: Martin W. P. Reid, Pages: 395, Published: 2007
Programming ASP.NET AJAX Authors: Christian Wenz, Pages: 454, Published: 2007
Beginning DotNetNuke 4.0 Website Creation in VB 2005 with Visual Web Developer 2005 Express: From Novice to Professional Authors: Nick Symmonds, Pages: 448, Published: 2006

Web:
Visual Web Developer 2008 Express Edition Get started quickly by becoming familiar with the Visual Web Developer environment with the Introduction to Visual Web Developer 2008 video ...
Visual Studio 2008 Express Editions Free, but limited editions of Visual Studio 2005 for a single programming language supported by .NET.
Express - Visual Web Developer - Easy to Use Find great hosting offers for applications you build using Visual Web Developer Express. Use built-in copy-Web functionality to get your Web site live in ...
Visual Web Developer 2005 Express - ASP.NET Forums Can't add existing folder to VWD Express under Vista via drag-drop by uick383937 . Resolved ... About this Site. Questions / Problems with this site? ...
Use Visual Web Developer Express (VWD) with DotNetNuke! Comments: You can use DNN with Visual Web Developer Express. ... Question: Data Provider In the book "DNN ASP.NET Portals" it's says that they are few data ...
inetserver iis Simple Question About Visual Web Developer Express Hello, This newsgroup is for IIS, a webserver that is not used by Visual Web Developer Express (it has its own webserver), and your question ...
Amazon.com: Visual Web Developer 2005 Express Edition For Dummies ... Visual Web Developer Express Edition is a low-cost, entry-level version centered around pre-built projects ..... Ask questions, Share opinions, Gain insight ...
Visual Web Developer Express for Dummies Source Code http://msdn.microsoft.com/vstudio/express/beginner/web/tier2/vwd/. If you have a question, click here to drop me an e-mail. Please don't change the Subject ...
Questions about Visual Web Developer Express - WebDeveloper.com Questions about Visual Web Developer Express .NET. ... guy be able to throw up a blog in a few minutes using Visual Web Developer Express? ...
Visual Web Developer Express 2008 Hosting, VWD 2008 Hosting at ... Visual Web Developer Express 2008 Hosting, VWD 2008 Hosting at DiscountASP. ... Visual Web Developer 2008 Express Edition is part of the latest version of ...

Videos:
VisuaL web deveLoper Express edition 2008 VisuaL web deveLoper Express edition 2008 Javascript Enhancment
Microsoft Visual Web Developer Express 2005 Overview of Visual Web Developer Express 2005. Developing web site development using new controls.
Visual Web Developer 2005 Video Tutorial -1- Installing http://idealprogrammer.com - Brief 7-minute tutorial demonstrates installing Visual Web Developer Express 2005. You can view over 700 video tutorials...
Getting Started with Visual Web Developer 2005 Express Video elearning on Getting Started with Visual Web Developer 2005 Express
Installing visual web developer 2008 (malay) This video is about installing the latest version of visual web developer which is visual web developer 2008 express edition. This video is in malay....
Dynamic SQL Web Report Using VWD How to create a dynamic SQL web report using Microsoft Visual Web Developer Express.
Visual Web Developer 2005 Video Tutorial - Part 1 - Installing Brief 7-minute tutorial demonstrates installing Visual Web Developer Express 2005. You can view over 700 video tutorials on programming at http://ide...
cant debug popfly to show what happens when debugging a popfly app with VWD Express
EVOLUTION www.uvmegame.ws !express# !metadata#!version#v1.0.r291!/version#!format#1.001!/format#!totalTime#128120!/totalTime#!width#400!/width#!height#300!/he...




Search This Site:










how can you turn off caching

aspx files in sub root redirect

creating administrator roll

sitemappath & multiple sitemaps!?

db compare

asp.net 2.0 beta - can't get popup javascript calendar to run within nested masterpages

custom web control + validation

menu disappears

how do i authenticate the email server?

can you load a certain profile

dnn 3x and built-in email features

placing cutom controls on form absolutely

sql server connection error message

adding a delete column in datatable

convert php image generation to asp.net

app.config file

intro7.aspx

get http status code (c#)

getting the web site's path

using asp.net 2.0 treeview control in a usercontrol

i want build a crm system with asp.net?but i have many problem !!!

opening a page and reading variables

problems installing skins, could use some advice.

running a new website on server

adding login controls to aps:menu

anyone using dnnjungle templates experienced this???

help in creating web crawler

simple internal site search engine

help with master page. help.

built-in controls with custom providers

 
All Times Are GMT