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.vs_web_deployment_projects Tags:
Item Type: NewsGroup Date Entered: 5/12/2006 7:12:22 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 3 Views: 16 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
4 Items, 1 Pages 1 |< << Go >> >|
aivanoff
Asp.Net User
WDP output files5/12/2006 7:12:22 PM

0/0

After I build a project the ouput directory has the following content:

Bin\
Obj\
Properties\
Default.aspx
PrecompiledApp.config
web.config
SendMailWeb.csproj
SendMailWeb.csproj.user
SendMailWeb.Publish.xml

I tought the output directory should be ready for copy deployment. Am I missing something?


Alex
aivanoff
Asp.Net User
Re: WDP output files6/22/2006 6:08:56 PM

0/0

Ok, since there was no answer for more than a month, I am rephrasing a question: is WDP designed to work with WAP?


Alex
slp004
Asp.Net User
Re: WDP output files7/4/2006 5:28:00 PM

0/0

I have the same question. All I want is the equivalent of the "Publish" command in WAP, except to be able to run it from the command line. 

Can WDP do this?  Microsoft, are you listening?
egorush
Asp.Net User
Re: WDP output files7/27/2006 6:19:23 PM

0/0

Hi there,

I had the same problem. You can explicitly specify what files and or directories not to include in the output.

Right click on your Web Deployment Project and select Open Project File.

You will see the xml for the project file. Add the following xml.

  <ItemGroup>
    <ExcludeFromBuild Include="$(SourceWebPhysicalPath)\*.csproj" />
    <ExcludeFromBuild Include="$(SourceWebPhysicalPath)\*.user" />
    <ExcludeFromBuild Include="$(SourceWebPhysicalPath)\App_Code_Old\**\*.*" />
    <ExcludeFromBuild Include="$(SourceWebPhysicalPath)\obj\**\*.*" />
    <ExcludeFromBuild Include="$(SourceWebPhysicalPath)\Properties\**\*.*" />
  </ItemGroup>

There should already be an ItemGroup tag.

Include any other files you want omitted. How ever for deployement you will need the web.config and bin folders.

Hope this helps. 


Artin
[email protected]
4 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Enabling Technologies for Wireless E-business Authors: Weidong Kou, Yelena Yesha, Pages: 387, Published: 2006
Data Networks, IP and the Internet: Protocols, Design and Operation Authors: Martin P. Clark, Pages: 848, Published: 2003
Web Technologies: TCP/IP to Internet Application Architectures Authors: Achyut S Godbole, Achyut S Godbole Atul Kahate, Atul Kahate, Pages: 0, Published: 2003

Web:
Visual Web Developer Team Blog : Exclude Files and Folders from ... Oct 5, 2008 ... By default in the WDP output you will find project files (.csproj/.vbproj), user files (.user), .PDB, obj folders and other artifacts which ...
WDP output files - ASP.NET Forums WDP output files. Last post 07-27-2006 2:19 PM by egorush. 3 replies. Sort Posts :. Oldest to newest, Newest to oldest ...
WDP in VS2k8 dosen't copy files to output dir if there are any ... WDP in VS2k8 dosen't copy files to output dir if there are any targets. Last post 07-07-2008 1:24 PM by jles. 9 replies. Sort Posts: ...
Converting Graphics to HD Photo (WDP / HDP) (C# Programming ... May 27, 2007 ... HD Photo debuted in Windows Vista, with the file extension WDP and recently HDP. ... Prepare the output file. FileStream writeFile = File. ...
Visual Web Developer Team Blog : Web Deployment Projects (WDP) for ... It is because WDP looks for the web.config file in whatever path you have as your output path. This will fail, since the build takes place in the ...
Matric WDP DIO (Wireless Data Pool) (Digital Input/Output) WDP devices use frequency hopping spread spectrum radios for superior noise immunity and license free operation. The update time from input to output is ...
Vishal Joshi's Tangent After the above changes to the WDP project file when you rebuild your WDP project you should have your output folder without PDB, Project file, user file or ...
Ignoring files when publishing web site That would for example remove all *.log files from the WDP output. 2. About custom section, how have you the settings related to it, such as ...
CodeProject: Using a Web Deployment Project with a Web Application ... Apr 27, 2008 ... Even though you configure your WDP to output to a single assembly ... This article shows you how work with uploading of the files using ASP. ...
ASP.Net Web Application Build Output - How do I include all ... The output of building a WDP is all the files necessary to deploy the site in one directory. More information about Web Deployment Projects: ...




Search This Site:










a background image in top bar?

3.2 active directory setup instructions

sitemap and menu: how to create dynamic url?

anyone test dnn with sql server 2005 beta?

dnn 3 client-side api, does it work for gecko browsers?

login problem

c# property formatting

no web.config

record a link click

dnn 2.0 skins/solpart menues

user homepage

trialware -what is good to integrate into a product for use

module validation

roles

simple problem? cmab xml

hye there

visual web devloper locks up on exit

newbie ? re: c# and vs

how do you parse a subdomain out of the url

dnn 3.08, error adding new page

how to: true image menus that still use web.sitemap. look->

writing to web.config from a windows form - is it possible ?

images in private assemblies

toobar button no attribute property

.net faq's needed..

dnn capabilities

how to change the pages to more than 4 in search.aspx

how to refer to an object in xxx.ascx in dotnetnuke using javascript?

login stored procedure

set focus on username text box

 
All Times Are GMT