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: 9/30/2005 4:52:50 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 9 Views: 19 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
10 Items, 1 Pages 1 |< << Go >> >|
Siddharth
Asp.Net User
is it possibe to deploy website from VWD 2005?9/30/2005 4:52:50 PM

0/0

Hi folks,

I've been evaluating VWD 2005 for a little while to help make a recommendation to my IT guys for purchasing VS 05. However, i'm trying to know if a website can be deployed onto a server (another physical machine) for testing purposes using VWD 2005? I've been struggling to understand the deployment options in VWD to be able to accomplish this - any help would be really appreciated.

When I manually copy the entire directory to another machine, it does not seem to work inspite of registering ASPNET 2,0 with IIS. I'm trying to understand if complex websites developed in VWD can be deployed at all.

thank you in advance
--siddharth
Mikhail Arkhipo
Asp.Net User
Re: is it possibe to deploy website from VWD 2005?10/3/2005 6:17:19 PM

0/0

Of course it is possible to deploy Web sites. What exactly does not work?
Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
dlmcdanl
Asp.Net User
Re: is it possibe to deploy website from VWD 2005?10/3/2005 8:35:32 PM

0/0

I have a similar question.  When I build my website I am not seeing a compiled dll or a bin folder.  Would like to upload to a testing server the compiled code and aspx pages.  How do I compile the code?  I am using Microsoft Visual Studio 2005 Beta.

Thanks
Mikhail Arkhipo
Asp.Net User
Re: is it possibe to deploy website from VWD 2005?10/3/2005 9:42:43 PM

0/0

Pages are compiled on demand, there is no step that requires you to compile Web site or any individual pages into a single dll before running or deployment. You only need to copy source files and binaries that are in the bin.

You do can precompile the entire Web site into a single assembly, but that is a different issue.
Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
dlmcdanl
Asp.Net User
Re: is it possibe to deploy website from VWD 2005?10/4/2005 12:07:53 PM

0/0

Perhaps I am confused.  When using Visual Studio 2003, once I built the website the code was compiled to a dll and placed in the bin folder that was automatically created on the build.  To deploy I simply copied the bin folder and the aspx files to the webserver.  I really like this feature because my source code was never exposed to the web. With the beta version of 2005, I am not seeing the bin folder when I build the solution.  Are you saying that I have to copy all of the aspx.vb files to the webserver?  And I no longer will have a compiled dll.

Thanks! 

Mikhail Arkhipo
Asp.Net User
Re: is it possibe to deploy website from VWD 2005?10/4/2005 6:27:10 PM

0/0

You always could do it both ways: either deploy sources or compile Web into a binary. VS 2003 Web support was built around client projects so it required to user the latter way, i.e. build a binary as all other client projects do. It didn't support 'no compile' model which ASP.NET runtime always supported (along with Web Matrix).

VS 2005 supports both models, simple page deployment which is OK for sites where you don't care about source code (personal sites, Intranet, etc) and compilation into a single binary. 'No compile' model allows team of developers to better share Web server. With binary deployemnt it is impossible for multiple people to work on the Web site at the same time even if they want to work on different pages.

Have a look here:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvs05/html/codecompilation.asp

Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
Siddharth
Asp.Net User
Re: is it possibe to deploy website from VWD 2005?10/5/2005 10:41:35 AM

0/0

mikhail,

I kinda realized that deploying the application from VWD is quite like in VS.NET 2003. the catch being that all the code files have to be copied onto the Server machine - there is no option to create DLL and package the unit as an assembly.

btw:  the West Wind AspNet Compiler is a great tool to pre-compile the application without getting into the command prompt and typing those cryptic commands. It also generates all the necessary DLL's. limited functionality but one step ahead in terms of the VWD compilaion options
wqusa
Asp.Net User
Re: is it possibe to deploy website from VWD 2005?10/5/2005 2:51:26 PM

0/0

I have been looking for the server requirements. For example, I have a server with W2K. Also, the code behind does not compile in the Visual Web Developer Express. Another also, the first line of the web.config contains a namespace reference to V2, it is not recognized and errors out. Thanks
bitmask
Asp.Net User
Re: is it possibe to deploy website from VWD 2005?10/5/2005 3:43:02 PM

0/0

Does the server have .NET Framework 2.0 installed?

Is the virtual directory for your application configured for the 2.0 runtime?
wqusa
Asp.Net User
Re: is it possibe to deploy website from VWD 2005?10/7/2005 5:38:55 PM

0/0

Thank you.

I realize this is a donkey question, but how does the server update to .net framework 2?
10 Items, 1 Pages 1 |< << Go >> >|


Free Download:


Web:
How do i deploy asp.net website in visual web developer 2005 ... I build a website in vwd express edition. I want to deploy it. ... How it is possible? Please anyone can help me it is very urgent. ...
Visual Web Developer Team Blog : Web Deployment Projects (WDP) for ... However, it was possible to enjoy “poor man’s support” for Web Deployment Projects with Visual Web Developer Express 2005 by running aspnet_compiler.exe and ...
Inside Microsoft: Visual Web Developer in Visual Studio 2005 ... After that, it isn’t possible for the customer to change the application or any of the pages. To achieve this in VS.NET 2005, select Publish Web Site from ...
VWD 2005 and VS 2003 - ng.asp-net-forum ... NET Framework 1.1 and 2 together, its possible in Windows 2003 and using IIS 6 ... VWD requires SQL Server Express 2005 ? - MSDN Forums With new deployment ...
Brian Goldfarb's Blog : Improving Copy Web in Visual Web Developer But, what else could we do, either with 2005 or in "Orcas" to really deliver the best possible deployment tool. Filed under: ASP.NET, Visual Web Developer ...
Deploying a site from Visual Web Developer Express (VWDE) - Basics ... From that, I gather that the web site can be uploaded 'as is', .... When the hosting support acces or SQL then it is always possible to add ...
Beginning DotNetNuke 4.0 Website Creation in VB 2005 with Visual ... Jun 18, 2008 ... Beginning DotNetNuke 4.0 Website Creation in C# 2005 with Visual Web Developer 2005 Express. Dean | June 19th, 2008 at 9:20 pm. Thanks you! ...
vwd-cms Resources | TechRepublic Its objective is make possible the management of your business in an ... to use and framework and flexible integration capabilities, +CMS is fast to deploy. ...
How to Deploy ASP.NET Web Application This will present you the famous set of possible project types from which you will select ... Introduction to Visual Web Developer 2005 - Express Edition ...
How to deploy ASP.Net 2.0 appliction..No bin folder and dll file ... Aug 7, 2006 ... I am using visual web developer 2005 express edition. Is it possible in this edition? Report Abuse. Page 1 of 1 (3 items) ...




Search This Site:










web site administration tool vs2005

set up dnn2.0.3 on webmatrixhosting.net

membership.updateuser

chrating

dynamically created control disappearing

installing on win xp pro and sql server 2000

mobile

role management in sitemap does not work 100%

module debugging using dnn jungle templates - object viewing problem

datalist control data source problem

a note to pa creators - don't flatten your directory structures.

manually loading an xml file and binding it to an asp:menu

new to dnn. (working with legacy database)

sql problems with login.

encrypt passwords

is dotnetnuke a good solution for an online magazine?

fileupload webcontrol and portal webparts

3.0.11 tree control menu green vertical skin

accessing masterpage and sitemap from contentpage ???

navigating a tree view and frames

final words to convert existing dnn site users and rolres to windows security and active directory.

discussion module question

multiple stiemaps with multiple master pages

multi postbacks

localize navigationurl of asp:hyperlink

suggestions on using login control in enterprise application

why wouldn't i use 4.0?

error when using forms authentication

vb vs c# question

how to: make default property work (and design time properties stick)

 
All Times Are GMT