publishing

How can I easily publish a ASP.NET web app using VS2010 on computer to a VM at work?

The old school way is to copy and paste and the files.. so we don't want that anymore.. So I notice VS2010 has 'Publish'... Should I use file system and just create a shared drive on the VM and publish that way?? Should I FTP and set up FTP on the VM FTP server? Should I use web deploy?? But that seems to be made for commercial web host...

Referenced-Assembly version auto updating

Hi All, I have on my machine (Windows 7, VS2010, .net 4.0) an asp.net 2.0 website which works perfectly. When I try to publish this website on another server (Windows 2003 Server, .net 2.0) I get the message Could not load file or assembly 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' o...

How do I publish a WPF web application in directories of my choosing? Currently installs some of it in Document and Settings ...

Hi, so I have a WPF web application which runs fine when run from Visual Studio. However, when I publish it and load appName.xbap (in a directory like C:\myApp) that in turn loads files located in \Documents and Settings\ ... \myApp. So what is happening is all the actual .deploy files I need are shoved in a place I don't want them. The...

I want to publish a magazine for iPad readers. How do I go about doing this?

I want to publish a magazine for iPad readers. How do I go about doing this? ...

Do I need to create my own license agreement

Hi Guys, I'm currently publishing my simple PHP framework in GitHub. Do I need to make/apply for any License Agreement/EULA (or any other legal stuff)? I'm not really particular if other people would use it. I just want to be credited(if there's some) and also have some disclaimers. The MIT license is pretty much what I need but I don'...

How can I programmatically deploy an .xbap to a specific folder?

I need to publish an .xbap application to a certain folder. The .xbap itself will be executed automatically. How can you publish an .xbap programmatically? Please see attached screenshot! Please use following link to see the screenshot! Unfortunately I was not able to attach it in this post! Link to screenshot ...

"Nested" Visual Studio 2010 Web Applications

I have a Web Application that I regularly update and publish to my website. I also have a /projects directory in various projects I'm working on. Some of these projects are Web Applications (or Web Sites) themselves. Directory Structure is like this: /www default.aspx /static... /bin... /etc... /projects ...

how to publish website using cmd

is it possible to replicate this using cmd in c# ...

Publish web site: TYPE exists in both temporary ASP.NET assemblies

Not able to publish my website. While publishing my site I'm getting this error. Any solution? Thank you ...

How to publish a web site using Visual Studio Express Web 2010

I mean; I need to publish the web site (Included the dlls built on Release Mode...) Any idea like using bats. or whatever.. since I don't have the professional studio. ...

Getting error publishing Silverlight 3 app on IIS 6 \ Windows 2003

I get the error below when I'm publishing a Silverlight 3 app on a IIS 6 \ Windows 2003 box. The app is just a vs08>file>new project>Silverlight App with the mainpage having one textblock that says "TEST". I get this error when I'm in IE only, but Firefox, Chrome just show nothing (no error and no app). The error is a bit confusing...

Two Questions on Sharepoint Publishing Sites

Hello all, I have a custom page layout which is based on a custom content type. I have placed several textfields and lookup fields from custom content type in the page layout. I want them to be seen to only admins. Contributers should not see and edit. Is this possible? Admins will select an item in a lookup combobox in page layout. I ...

HTML Editor not working in publishing pages - SharePoint

Hello All, I am developing a SharePoint publishing portal wherein I make use of HTML Editor(third party control) in my page layout for editing the contents. When I try to edit the page using the publishing console, the HTML Editor which I have added in my page doesn't appear at all. I monitored the design at run time using firebug and...

Rich Image Field rendered as HTML in publishing page - SharePoint

Hello All, I have used SharePoint's Rich Image Field in my page layout. When I traverse into edit mode of the publishing page and add an image in the image field, the image is rendered fine. But, once I 'Check In' my page using the publishing console and publish the page, the html markup of the image is rendered. How could this be reso...

How to change Asp.net Theme via Web.Config on the fly

Summary I have a web-application with more than 5 themes. Each themes covers a completely different style for different customers. whenever we publish a new version of our application we send it for all of customers. The problem. We specify theme in web.config file in <Page> tag. like <page theme="Theme1" /> // or Theme2 for second c...

Publishing to facebook from different websites using one APP ID

Hi, I'm building a custom CMS for my clients and i've implemented the Facebook API for posting on Page Walls as admin. All works well but I do have one question. Let's say the FB app name is 'CMS FB APP'. The CMS will reside on my clients' servers, is it possible to use 'CMS FB APP' for all of my clients? Or do I have to create an appl...

VS 2010 publishing website

prior to VS 2010, we used Wed Deployment Project to get the website ready to copy out. We liked it because it allowed for us to do a "Merge Each individual folder output to its own assembly". We did this because when we made a change, we could just copy out that folders dll, the file was easy to find and we didn't have to redploy the e...

Which version of the .net framework to use

Hi, I'm developing an application for wide use using c#. I'v writen most of the project, a freeware app, using the 3.5 ,net framework and now it's time to publish this project. And I have run into a few dilemas I would like your opinion . 1] Most people don't have ,net 3.5, should i offer the user to install it? the install is quite...

undefined method Facebook::call_method() need help publishing on facebook wall

Hi. I am following the tutorial here First I have a iframe like this: <iframe src ="http://www.facebook.com/login.php?api_key=XXXXXXXXXXX&amp;connect_display=popup&amp;v=1.0&amp;next=http://www.facebook.com/connect/login_success.html&amp;cancel_url=http://www.facebook.com/connect/login_failure.html&amp;fbconnect=true&amp;return_sessio...

How do I prevent prerequisite files from being duplicated in the app deployment folder?

I have a .NET 3.5 SP1 WinForms application. I have set it up for ClickOnce deployment with the following settings: Publish to location: \\fileserver\installers\myapp\ Prerequisites: Windows Installer 3.1, .NET Framework 3.5 SP1 Download prerequisites from the following location: \\fileserver\installers\common\ Application is availab...