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_studio_2005 Tags:
Item Type: NewsGroup Date Entered: 10/21/2005 11:55:25 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 5 Views: 217 Favorited: 0 Favorite
6 Items, 1 Pages 1 |< << Go >> >|
devteam
Asp.Net User
Allow precompiled site to be updateable10/21/2005 11:55:25 AM

0

hello,

what is the best way to update a site in which for example a webpage was added?

Now if i publish the website with the option "Allow precompiled site to be updateable" all the directory is deleted ..... and all is again copied!
Is a way to recognize only the dll which must be copied. In the directory are over 80 dlls - for all codebehind of a page a dll ...... and the other referenced dll

Must also the App_Code.compiled or other file updated?

Any  sugestion?
thanks
devteam
Asp.Net User
Re: Allow precompiled site to be updateable10/23/2005 5:14:06 PM

0

even if i publish to a other directory - what is the best way to recognized which dll s are modified?

thanks

Luis Abreu
Asp.Net User
Re: Allow precompiled site to be updateable10/24/2005 8:12:57 AM

0

hello.

 

i'm not sure i follow your questions here...in my opinion, precompilation is used only to enhance the user experience (yes, you can also use to help prootect your intellectual property though we really know that it really doesn't protect much...). i'm not really following your question...can you tell us more about it?


--
Regards,
Luis Abreu
email: labreu_at_gmail.com
PT blog: http://weblogs.pontonetpt.com/luisabreu
EN blog:http://msmvps.com/blogs/luisabreu
http://www.pontonetpt.com
http://weblogs.pontonetpt.com/
devteam
Asp.Net User
Re: Allow precompiled site to be updateable10/24/2005 10:41:20 AM

0

hello,

i try to explain  better....

after developing a application (ASP.NET)  for a customer (in beta2) some weeks ago ..... i published the project (Buils -> Publish -> target local directory ( C:\myApp1\ ) - with the checkbox "Allow this precompiled site to be updateable"), and send the customer that directory .... and all works OK (in the bin directory of the customer there are about 80 - dlls ...)

Now i made a modification in the codebehind of  a *.aspx - page and i added a new aspx-page with codebehind.
 
Because i have no access to the live-server i want to send only the file which have been chanched (in Net1.1 there where only 2 dlls...) .
If i publish again in that local directory  C:\myApp1\ - all files!!!! are deleted and new published. How can i detect  simpy - only the dlls which i must send to the customer.

thanks

Luis Abreu
Asp.Net User
Re: Allow precompiled site to be updateable10/24/2005 3:20:15 PM

0

hello.

well, that won't be possible...
you'll have to upload everything again.

if you've set the site to allow the update of aspx files, then you can add new aspx files without code-behind or change existing aspx files on that site. however, there's currently no support for changing the code-behind files od pre-compiled sites (at least, i don't know any...)
--
Regards,
Luis Abreu
email: labreu_at_gmail.com
PT blog: http://weblogs.pontonetpt.com/luisabreu
EN blog:http://msmvps.com/blogs/luisabreu
http://www.pontonetpt.com
http://weblogs.pontonetpt.com/
ScottGu
Asp.Net User
Re: Allow precompiled site to be updateable10/25/2005 7:42:29 AM

0

The new VS 2005 Web Deployment Project download that is coming out the same time as RTM will give you more control over assembly generation and naming when doing updatable pre-compiles.

Two options you might like and look into:

1) Compiling everything into one named assembly (this is the same behavior as VS 2003)
2) Compiling each directory of content into a named assembly (MyCompany.SubDirName.SubDirName2).

Each option will give you more flexibility on deployment -- the second is particularly useful if you only update one part of the site.

Hope this helps,

Scott
6 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
ASP.NET 2.0: Your Visual Blueprint for Developing Web Applications Authors: Chris Love, Pages: 339, Published: 2007
Professional ASP.NET 2.0 Authors: Bill Evjen, Scott Hanselman, Farhan Muhammad, Srinivasa Sivakumar, Devin Rader, Pages: 1253, Published: 2005
BEGINNING ASP.NET 3.5 IN C# AND VB Authors: Imar Spaanjaars, Pages: 768, Published: 2008
Programming ASP.NET Authors: Jesse Liberty, Dan Hurwitz, Pages: 930, Published: 2006
ASP.NET 2.0 Website programming: problem-design-solution Authors: Marco Bellinaso, Pages: 576, Published: 2006

Web:
Walkthrough: Publishing a Web Site The Allow this precompiled site to be updatable option specifies that all program code is compiled into assemblies, but that .aspx files (including ...
MSBuild Support, Web Site Property Pages Dialog Box Allow this precompiled site to be updatable. Specifies that the content of .aspx pages are not compiled into an assembly; instead, the markup is left as-is, ...
Kenny and .NET: “Allow this precompiled site to be updatable” and ... If you Allow this precompiled site to be updatable, the ReportViewer will work fine, but you cannot take the advantage of precompiling your aspx, ascx, ...
ASP.NET Precompiled Site Options "Allow this precompiled site to be updatable" [X], This indicates whether you want to use dynamic compilation or not. Your website is only updatable if you ...
Boost ASP.NET Performance with Precompilation If you check the option "Allow this precompiled site to be updatable" in the Publish Web Site dialog as shown in Figure 5, you'll find that the initial load ...

Allow precompiled site to be updateable - ng.asp-net-forum ... Allow precompiled site to be updateable, > ROOT > NEWSGROUP > Asp.Net Forum > visual_studio.visual_studio_2005, Date: 10/21/2005 11:55:25 AM ...
Precompiled web site with fixednames not so fixed? - ng.asp-net ... NET Forums I have a precompiled website in the production server. The website is compiled with: fixed names (use fixed names... = true); not updatable . ...
could not load assembly error - ng.asp-net-forum ... allow precompiled site to be updateable - create separate assemby for each page and control output - remove the App_Data folder from the ...
This application was precompiled with personalization turned off ... 2- Version of the IEWebControls application I downloaded from the site = 2.11. 15.0 (I .... this application was precompiled with personalization turned off ...
This application is already precompiled - Help? - ng.asp-net-forum ... The web deployment project precompiled the web application ... box to allow the web site to be upgradeable after precompiling, but it doesn't make a difference. Can someone please help me so that I can update my site? ...






visible placeholders problems

difference between a web application and an asp.net website?

wanting to make a simple sub-project that does nothing but run a bat file

usercontrol events not showing in the deisgner properties window

url rewriting on all file extensions

vs 2005 debug on firefox, i want to change to run on ie

does visual studio.net 2005 run ok on xp home

tableadapter wizard does not generate update and delete methods

file or ftp explorer for visual studio 2005

vs 2005 service pack 1

how send flash file from asp.net to flash

intellisense / intellitasks

microsoft visual studio in vista (web developer cannot debug)

system.serviceprocess namespace not found in vs.net 2005 pro edition

404 after visual studio hang

error: name 'lblsubtitle' is not declared

website project to web application project

"open in browser" opens texteditor instead of ie

recover value @return_value in a class

programatically create project files?

design time persmission issues...

visual studio causing computer to reboot without notice!

how to format codes in html editor in vs 2005?

all data objects disappear ? where?

problem reinstalling visual studio 2005 professional

vs 2005 crashes when attempting to open the html designer

intellisense of config file is gone!

debug error

what is "source control"?

asp.net page model with code behind and server side script different to version 1.1

   
  Privacy | Contact Us
All Times Are GMT