Configuration :: Difference Between Web Site Deployment And Web Project In VS2008?

Jun 7, 2010

Is there a difference between the Web Setup Project in VS2008 and the Web Deployment Project that I keep reading about on this site? More importantly, how much of a help is the deployment project over just using the setup project?

View 1 Replies


Similar Messages:

Difference Project And Web Site?

Jan 12, 2011

What is the difference between a Project and a Web Site. In Visual Studio it offers File | New Project ... and File | New Web Site As what I develop are going to be web sites, I choose File | New Web Site I have a number of web sites that all access the same database and within each web site I have a lot of duplicated functionality - like GetContact(int ContactID), GetNotes(int JobID) etc. etc. Can I keep all the common code in one place and access it from each web application? I have the idea that this is what a 'Solution' is for, with the ability to add various Projects to a Solution.

But, if you create a web site (as opposed to a project) you don't seem to be able to reference another project.

View 36 Replies

Configuration :: WIX For Web Site Deployment?

Jan 7, 2011

I am using WIX 3.6 for VS2010 to create our MSI's for our web application setups. This is all working fine and all in terms of deployment and uninstall.

I recently allowed the user to specify the virtual directory and application pool names to support side by side installs. This is all fine as I have created my own setup bootstrapper.

The issue is with uninstallation.

If the user does not specify the names and leaves the default values, it will install successfully.

The minute the user updates the names from the defaults, the install process will not remove the app-pool and virtual directory. This is what I have found consistently with my testing.

View 2 Replies

Configuration :: Multi-project Deployment?

Feb 14, 2011

I need to deploy 3 projects using one single installer. The first project is a web project the second and third project are windows services.I need to use the .Net Deployment project to deploy all the project is a single installer. I have managed to create a installer and a custom action which gets the primary output of the both windows service but I am having problems installing the Web application.

If I create an output for the web application it gets installed in the application's folder and not on IIS folder and its not set as an application.

View 1 Replies

Configuration :: Web Deployment Project Not Working?

Jan 9, 2011

I built the solution once in release mode and it created all the necessary files in the release folder. I then deleted all the contents of the release folder. Now when I buid it for the second time, the release folder is empty. The dll is in the debug folder.

View 1 Replies

Configuration :: How Do I Precompile A Web Site For Deployment

Aug 6, 2010

I am using the Standard edition of VS2008 to develop a website locally. Now, I am ready to upload the website to a remote server, but I cannot find any output to transfer. I clicked on the "Build Web Site" option of the "Build" drop-down list and got a "Build Succeeded" message, but nothing else.

I only found a file of type "Visual Studio Solution user Options". It was in a folder under a "Projects" folder within the "Visual Studio 2008" subdirectory. Does that one file contain everything needed for the website to function on the remote server?

I also found another folder along with the file named "PrecompiledWeb". This folder contained web page files and related static files of a previous precompile operation, but no newer files. There was also a "bin" folder with old compiled files and application extension files. I cannot find newly compiled files anywhere. What am I doing wrong?

View 2 Replies

Configuration :: Unresponsive Controls In Web Deployment Project?

Apr 28, 2010

My web application functions as expected when using non-compiled web pages. When I used a Web Deployment Project to build my solution (creating a separate assembly for each page and control output), the web application does not function (e.g.: pushing a button does not result in any action).

View 3 Replies

Configuration :: How To Deployment Of Web Site And Install It In VS 2008

Mar 8, 2011

I m using VS 2010. I wan to create setup for that so what r the step to create and how can i insatll it in VS 2008.

View 4 Replies

Configuration :: Images Not Been Displayed After Web Site Deployment

Feb 17, 2011

I can see all the.jpeg and .gif images when I execute site through my code, but after site deployment in Windows server, those images on web page is not been displayed.

I have given sourece
as below..

For update progress..

<asp:UpdateProgress
ID="UpdateProgressMaster"
runat="server">
<ProgressTemplate>
<panel>
<img
align="middle" src="/Images/ajax-loader_Wait.gif"
/></td>
</panel>
</ProgressTemplate>
</asp:UpdateProgress>

For DIV

<div
style="background-image: url('/Images/Main_Menubar.jpg');">

View 4 Replies

Configuration :: Deployment Of Web Site Like A Trial Version?

Mar 24, 2011

I have developed a small website which is working on SQL server.. And also found Deployment process which is working well in my system. But my actual need is when I am deploying a project there should be some time limit to work that particular application like a trial version to give demonstration to others.

how to deploy a project like a trial version....

View 1 Replies

Configuration :: Web Deployment Project (wdproj) Not Deploying In VS 2010

Jun 21, 2010

Have been searching for a while but am having no luck fixing this. I am running VS 2010 on a Win XP machine. My agency's developer converted our web app with no problem, and i can open it and compile the code in VS 2010. I am trying to run my wdproj to build the site to a local directory, and it will not. I get an output error:

Error 2
Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive.
C:Ronweb_sitesTESTDEVpctweb.config
76 1 pct.deploy

View 1 Replies

Configuration :: Visual Studio 2005 Web Deployment Project Add-In?

Feb 12, 2011

According to this website, I can go to Visual Studio 2005 Web Deployment Projects, and download the add-in, but I am not finding what I need. I have searched other sites for the add-in as well, but with no luck. where I can download the add-in?

If not, can someone provide documentation on how to properly deploy an ASP Web application? I have tried on my own, but I am apparently doing something incorrectly or incompletely, as I have several different problems with my current deployment. So I am looking to start over with the help of this add-in or by following more detailed documentation.

View 2 Replies

Configuration :: How To Add A Post Build Event To A Web Deployment Project

Apr 22, 2010

I need to know how to add a post build event to a Web Deployment Project.

How can it be done?

View 5 Replies

Configuration :: Webapplication Deployment / Making Project Setup

Nov 25, 2010

Now i want to deploy that application without any interaction of IIS. I want to make setup of my project so that i can directly install it in client's pc. I have tried many ways of doing this. I have tried Xcopy method and even tried of adding web setup project.

View 2 Replies

Configuration :: VS2010 Web Deployment Project Rebuilds Constantly?

Jun 6, 2010

I just upgraded from VS2008 to VS2010, and now my web deployment project keeps rebuilding constantly. Even if I have a WinForms application set as the startup project and hit Ctrl+F5 to run it, the web deployment project rebuilds every time I hit Ctrl+F5. It didn't do this in VS2008. Does anyone know what's causing this?

View 1 Replies

Configuration :: Copy Web Site Deployment - XSD Dataset Files?

Jun 29, 2010

I am ready to deploy my first real website to my Hosting Server and was wondering exactly how a simple FTP or Copy of the website files will operate as opposed to proper deployment via publishing the website to a DLL?

Will my Typed Datasets within my .xsd files work normally by FTP'ing them to my server or is there something special i need to do such as build them?

Here are the file types i need to deploy:

1) .aspx and aspx.vb files for my website pages (some in folders such as Admin, etc....)
2) App_Browsers --> CSSMenuAdapter.Browser for use with the CSS Control toolkit
3) App_Code --> several .xsd dataset files. Do these just get FTP'd to the server as well????
4) Bin --> several .dll files for using the CSS Control Toolkit, AJAX Control Toolkits, FCK Editor controls
5) CSS files and folders
6) web.config file

Can i just FTP all of the above folders and files and get the website to work, or does some of this .net 3.5 require publishing to DLL's???

View 1 Replies

Configuration :: Web Project One-Click Deployment And Creation Of IIS Virtual Directories?

Oct 28, 2010

I have an ASP .NET web project; let's call it XYZZY. On my development machine I test and debug it using IIS. Under the IIS virtual directory for XYZZY, I have several "sub" virtual directories which I reference for downloading documents. Let's call them Doc1, Doc2, Doc3. These virtual directories reference a shared folder on another machine. Everything works great on the development machine.

Now I would like to publish the XYZZY web application to the production machine using One-click deploy. I have told it to include all IIS settings as configured in IIS manager. When I deploy XYZZY to the production machine, it properly creates the XYZZY application directory under c:inetpubwwwrootXYZZY and copies all files there and creates the XYZZY application in IIS. However, when it creates the sub virtual directories Doc1, Doc2, Doc3 under XYZZY in IIS, it doesn't use the shared folder I have them
set up as on the development machine, it points all 3 of them to c:inetpubwwwrootXYZZY.

I've examined the metaproperties in the archive.xml from the zipped deployment package, and it correctly has the IIsWebVirtualDir virtual directory folder Path settings correct from the dev machine, but for some reason they are overridden when the app is deployed.

I have found the instructions on customizing the deployment settings complicated and confusing. Surely this requirement for creating IIS virtual directories during web package deployment must be common. Can anyone explain clearly how to get the deployment package to create the IIS virtual directories with the proper targets on the target machine? Ideally, it would be nice to be able to set them to different values based on the configuration just as Web.config can be customized, but that's not a requirement just yet.

View 4 Replies

Configuration :: Web Deployment Task Failed - Site 'localhost' Does Not Exist?

Jun 23, 2010

I have a web service that I have successfully published locally several times through VS2008. When I attempt to publish this service through VS2010, a dialog window is displayed where you must enter a 'Service URL' and 'Site/Application.' The service URL is not a problem, but what do I enter as a 'Site/Application?'

My entries are as follows:

Service URL: http://localhost/gfIDSProxyAccess/Service1.asmx
Site/Application: localhost/gfIDSProxyAccess

I also tried localhost, gfIDSProxyAccess, www.gfcpa.com, gfcpa.com, www.gfcpa.com/index.html and localhost/gfIDSProxyAccess/Service1.asmx, with and with and without the http://.

View 1 Replies

Configuration :: Web Deployment Project 2008: Exclude Large Folder From Being Copied?

Mar 18, 2010

I have a large folder (1.5 GB) in my ASP.NET Web Site, called Downloads, which contains media files, graphics, etc. No code that needs to be compiled or even deployed on every build.

I use Web Deployment Projects to compile and deploy. Every time I build the deployment project, the Downloads folder gets included and copied to the output location. This is taking a significant amount of time, because the folder is copied twice.

I've tried modifying the wdproj file like this:

<ItemGroup><ExcludeFromBuild
Include="$(SourceWebPhysicalPath)Download*"
/>

I've also tried not adding the * after the folder, but then I get a message that says the directory is not empty during the build process.

I've also tried this approach:

<ItemGroup>

<RemoveBeforeMerge Include="$(OutputPath)Downloads*" />

</ItemGroup>

And that still did not help. (also says: The directory is not empty.)What is the proper way to tell WDP not to consider a folder at all?

View 1 Replies

Security :: VS2008 Development Server (local Host) & Hosted IIS7 Site Different Configuration - How To Test Application

Mar 19, 2010

How can I test an application that I am publishing to a remote provider's IIS7 hosted site, with the VS2008 development server that is built in with VS2008 on an XP Machine?

My membership/roles work perfectly up on the remote host. On ths hosted IIS7 site when I try to access a secure directory it redirects to login, and I am able to login, however when I launch (debug - F5) from VS2008, it will provide that folder/resource, no questions asked. Same build, config, etc... nothing has changed.

I am running XP, and local IIS version installed is 5.1.

My guess is what is happening is that the new format required in the web.config is configured properly for IIS7 deployment, which is why it works remotely, but when running locally through VS2008/XP it is running with an older version on IIS and does not recoginize the new tags.

View 3 Replies

Configuration :: Add A Project Into Company Web Site?

Jun 3, 2010

Our company has web site as www.mycompany.com.I created a asp.net project as ORDERS (open it using default.aspx) and boss wants to list it as www.mycompany.com/orders.

View 4 Replies

Configuration :: How To Publish A Project To Hosting Site

Mar 17, 2011

I want to publish an asp.net 4.0 project to a hosting site. I uploaded the three SiteMaster files and the three default files. It has an error on the first line of the SiteMaster.aspx. The error message was "Could not load type 'PorjectName.SiteMaster'." What files should I upload?

View 5 Replies

Configuration :: Can Create An Incremental Deployment Package Using Either Visual Studio 2010 Web Deployment Projects

Mar 27, 2011

Can I create an incremental deployment package using either Visual Studio 2010 Web Deployment Projects or Web Deploy (Web Deployment Tool) .

I need to automatically select changed files from a source and destination or a change set on TFS and build a deployment package only with the changed files.

View 9 Replies

Web Forms :: Difference Between IIS And VS2008 IIS?

Mar 10, 2010

I have the project in vs2008. I find that there is difference behavior between VS2008 Debug Mode IIS and Windows 7 IIS.

I have published the project and deploy on windows 7 IIS.

Different examples: After login, VS2008 debug mode can go to default page but not in windows 7 IIS in which it return back to login page after login. Sometimes, they can login but still difference behavior in page reload such as dropdownlist databind.

View 4 Replies

Web Site Deployment / Root Of The Site?

Jan 3, 2010

Is not a lot of fun of yielding much success at the moment.

When I copy my web site on the local machine some of the CSS classes in my themes are not applied. Although not major, I am concerned at what may be causing this.

My real problem is regard the root of the site. On my personal machin, I have set the root of my site using the tilde syntax. However, the root of the web site on my host's ftp site is wwwroot.

Does this mean that I need to change a setting somewhere for the page to be recognised?

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved