CodeVerge.Net Beta


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

ASP.NET Web Hosting – 3 Months Free!



Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.vs_2005_web_application_projects Tags:
Item Type: NewsGroup Date Entered: 10/5/2006 4:17:50 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 3 Views: 58 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
4 Items, 1 Pages 1 |< << Go >> >|
winkler67
Asp.Net User
Big web project - build single page with Visual Studio 200510/5/2006 4:17:50 PM

0/0

Hi everyone,

I do a big project with more than 100 aspx pages with code besides. I'm using a developement server (on on file system) and single page assemblies. 

Normally I build the complete project and publish it completely, but this takes much time.
And if I only change the code of one page, I only want to publish the assembly of this page.

Therefore I tried the command "Build page", but I don't know where the resulting assembly can be found.

Can anybody help me?

Thanks for your tip.

Martin

vivek_iit
Asp.Net User
Re: Big web project - build single page with Visual Studio 200510/5/2006 7:00:42 PM

0/0

Hi Martin,

If you are using VS 2005 Website model, then all assemblies are placed under Temporary ASP.NEt files folder uncer C:/Windows/Microsoft.NET/framework/version.

If you use the Web Application project model, then the single assembly is placed under /bin folder, just like VS 2003. See this article on compilation details:

http://msdn.microsoft.com/msdnmag/issues/06/01/ExtremeASPNET/

Hope this helps,

Vivek


MVP, ASP.NET || My Website || Blog || Articles

Please mark the most helpful reply/replies as "Answer".
winkler67
Asp.Net User
Re: Big web project - build single page with Visual Studio 200510/6/2006 6:48:56 AM

0/0

Hi Vivek and everybody,

thanks a lot for answering, but I still have my problems: 

When publishing the project, I will get a changed aspx-file (inherits changes) and of course in the Bin folder a DLL is created like "App_Web_select.aspx.fdf7a39c.dll".

In the publishing dialog box these two items are selected:
x  Allow this precompiled site to be updatable
x  Use fixed naming and single page assemblies

But if I have to change only one file and I don't want to publish the whole project, I want to use "Build page" and want get only two files (e.g. "select.aspx" and "App_Web_select.aspx.fdf7a39c.dll") to copy to the productive web server.

I have searched in the folder "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files" and found my project and a lot of subfolders like "8dee1bc6" with a lot of files, but I don't find exactly the needed files.

Do you have an idea or is there any other solution for my problem?

Thanks

Martin

vivek_iit
Asp.Net User
Re: Big web project - build single page with Visual Studio 200510/6/2006 8:55:42 AM

0/0

Publish the files to a local folder, and FTP only the single page assemblies. When you just compile, all assemblies would be in the Temporary folder and using them is not going to help you as they will be randomly named.

Vivek


MVP, ASP.NET || My Website || Blog || Articles

Please mark the most helpful reply/replies as "Answer".
4 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Professional ASP.NET 2.0 Authors: Bill Evjen, Scott Hanselman, Farhan Muhammad, Srinivasa Sivakumar, Devin Rader, Pages: 1253, Published: 2005
Beginning ASP.NET 2.0 Authors: Chris Hart, John Kauffman, Chris Ullman, David Sussman, Pages: 759, Published: 2005
Professional Visual Studio 2005 Authors: Andrew Parsons, Nick Randolph, Pages: 869, Published: 2006
Programming WPF: Building Windows UI with Windows Presentation Foundation Authors: Chris Sells, Ian Griffiths, Pages: 863, Published: 2007
Mastering Web Development with Microsoft Visual Studio 2005 Authors: John Paul Mueller, Pages: 822, Published: 2005
Wrox's SQL Server 2005 Express Edition Starter Kit: Express Edition Starter Kit Authors: Rajesh George, Lance Delano, Pages: 353, Published: 2006
Professional Software Testing with Visual Studio 2005 Team System: Tools for Software Developers and Test Engineers Authors: Tom Arnold, Dominic Hopton, Andy Leonard, Mike Frost, Pages: 372, Published: 2007
The Complete Reference to Professional Soa With Visual Studio 2005 (C# & Vb 2005) .net 3.0 Authors: Tom Gao, Pages: 700, Published: 2007
Beginning ASP.NET 2.0 AJAX: Written and Tested with the Final 1.0 Release Version of ASP.NET AJAX for ASP:NET 2.0 Authors: Wallace B. McClure, Paul Glavich, Scott Cate, Steve C. Orr, Craig Shoemaker, Steven A. Smith, Jim Zimmerman, Pages: 344, Published: 2007
Expert ASP.NET 2.0 Advanced Application Design: Advanced Application Design Authors: Dominic Selly, Andrew Troelsen, Tom Barnaby, Pages: 459, Published: 2005

Web:
Microsoft Visual Studio 2005 Web Project System: What Is It and ... NET 2002 and Microsoft Visual Studio .NET 2003. A few of the big improvements that we .... NET and Visual Studio Web project build-systems into one common .... solution with only a single Web project and directly kick it off in the IDE . .... NET Web Forms Page Architecture, ASP.NET Web Services Infrastructure, ASP . ...
First Preview Download of VS 2005 Web Application Project Model ... So any little annoyance (tho, this one wasn't so little) becomes a big pain you ... 2-If i edit any single page's codebehind after clean compile and hit that page ... Build Page isn't supported in this project model -- since all code gets ..... The initial preview of the Visual Studio 2005 Web Application Project ...
Visual Studio 2005 Web Deployment Project Update - ScottGu's Blog In addition to releasing the VS 2005 Web Application Project this past Friday, ... but it really feels compared to 1.1 that .net 2 and vs 2005 is a kinda of big ongoing ... the Web site (project) containing the page in Visual Web Developer. ... When building with "Merge all outputs to a single assembly" why does it ...
Visual Studio 2005 Web Application Projects and Web Deployment ... NET 2.0 and Visual Studio 2005 related to:. Page compilation; Project .... When you build your projects you get a fully compiled, single assembly and an ..... much better if projects are categorized into small and big and made easy to ...
CoDe Magazine - Article: Web Application Projects Are Here NET 2.0 and Visual Studio 2005 by providing a project model that more closely ... Right-click on a page, select View in Browser and the built-in Web server .... When you build your projects you get a fully compiled, single assembly and ... Truthfully though, I’m not a big fan of Edit and Continue; the fact that all ...
ASP.NET 2.0 and Visual Studio 2005: You win some, you lose some ... Options exist to compile every page in a single assembly, group all pages .... Our goal is to have a V1 version of the VS 2005 Web Application Project .... richer functionality available to build logic. The big difference is that ASP. ...
Tip/Trick: Optimizing ASP.NET 2.0 Web Project Build Performance ... Sep 22, 2006 ... NET 2.0 Web Project Build Performance with Visual Studio 2005. ... build system that compiles all code in a project into a single assembly (similar .... much quicker (since it doesn't need to perform a big compilation first). ... What this means (when you select the "Build Page" option in the dialog ...
ASP.NET - Web site projects vs Web Application projects in ASP.NET 2.0 Visual Studio 2005 and ASP.NET 2.0 introduced new project model, Web Site projects. ... inferred referencing of assemblies, single page assembly compilation. ... However big generic projects usually hit limitations listed below. ... I had to build my own tool, which kept track of changes based on Visual Source Safe ...
Chris Johnson : UPDATED: Building a simple ASP.Net page based ... Create the project. Start Visual Studio. Create a new VSeWSS project (File->New- >Project) ... public partial class DataEntryApp : System.Web.UI.Page .... We know VSeWSS does not address every single scenario out there and it is good to have ... When I use the same code in visual studio 2005 with vsewss 1.1, ...
Using the Visual Studio 2005 DataSet Designer to build a data ... Learn how to use the new features in the Visual Studio 2005 DataSet Designer to create ... Rename the table from SelectEmployees to just Employees by single clicking on the .... The big difference is that you did not have to write a line of ADO. ... Microsoft Project Astoria brings data services to Web API battle ...

Videos:
Silicon Valley WebGuild: Vertical Search Trends Google Tech Talks August 23, 2006 Silicon Valley Web Guild http://www.webguild.org/ Presenters: Michael Yang, Founder, President and CEO ...




Search This Site:










visual studion 2005 start page : create web project...

error lnk2019: unresolved external symbol _lib$stat_timer referenced in...

confusion about vs2005 tools for office vs. office xp pia's

inconvenient?

call a class from a base class project within the same solution

webbrowser element types from vb.net?

cannot install the december visual studio '05

web server project in vs2005 issue

how to create a custom dataprovider so i can use it with the dataset inasp.net

refector doesn't work?

adding a web application project to the global assembly cache causes problem in configure data source

cannot add reference to another project

configurationsettings.appsettings -vs- configurationmanager.appsettings

project templates error

copy to website with ftp-authssl:

problem at web developer 2005

database to website

web site administration tool - membership provider

copying a project from sourcesafe

am i missing some steps?

master detail table update using tableadapter in web application

package load error

assembly generation failed -- referenced assembly 'microsoft.applicationblocks.data' does not have a strong name

ide reformatting html switching from source to design and back

problems copying from remote to local files web.config, global.ascx, *ascx. urgent.

how to create a new .aspx page from c# code?

vs.net 2003 and vs.net 2005 on same machine

word/excel

vs2005 team edition will not start under vista after working fine for several weeks

vs 2005 b2 - where to download/buy when available

  Privacy | Contact Us
All Times Are GMT