Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 2.0 > ASP.NET 2.0 Basics
|
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 11th, 2006, 11:20 AM
Authorized User
 
Join Date: Apr 2005
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Default aspnet 2.0: Source code in the server?

I'm starting with aspnet 2.0. I saw aspnet2.0 don't compile .cs files and make a dll with them. It need source code in the server for compile

Can I configure for make a dll with .cs files and have it in bin folder as aspnet 1.1?
Thanks


_______________________
Hip Hop Directo
De Chiste
__________________
http://www.terapiahiphop.com
 
Old May 11th, 2006, 11:39 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi there,

Yes, you can.

You could use the new Web Application Project model (http://webproject.scottgu.com/) that lets you create web projects the way Visual Studio 2003 did it. The entire app is compiled into a single DLL.

Alternatively, you can take a look at Web Deployment Projects (http://weblogs.asp.net/scottgu/archi...06/429723.aspx) that allows you to compile to multiple assemblies at deployment time.

Hope this helps,

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
 
Old May 12th, 2006, 04:34 AM
Authorized User
 
Join Date: Apr 2005
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Default

but And web application project have any disadvantage?

Thanks.



 
Old May 12th, 2006, 01:33 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Why should they? They are meant to fix the problem you're having. Anything in particular you're worried about?

The Wap Application Projects brings a new (or actually an old) model to the VWD mix. I suggest you check them out and see if they fit your needs.

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004





Similar Threads
Thread Thread Starter Forum Replies Last Post
Can <!- - - -> be used to comment out aspnet code cJeffreywang ASP.NET 2.0 Basics 2 April 24th, 2008 01:35 AM
ASPNET account for ASPNET.MDF DB-Please help rsearing ASP.NET 2.0 Basics 13 November 6th, 2007 11:54 PM
ASP.net ASPNET user account and SQL Server databa cJeffreywang ASP.NET 1.0 and 1.1 Basics 0 March 27th, 2007 08:25 PM
Convert ASPNET 1.1 Project To ASPNET 2.0 [email protected] ASP.NET 2.0 Basics 3 June 29th, 2006 02:59 PM
Source Code snowolf All Other Wrox Books 1 December 15th, 2004 10:23 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.