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...
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...
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?
...
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'...
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
...
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
...
is it possible to replicate this using cmd in c#
...
Not able to publish my website. While publishing my site I'm getting this error.
Any solution?
Thank you
...
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.
...
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...
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 ...
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...
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...
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...
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...
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...
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...
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&connect_display=popup&v=1.0&next=http://www.facebook.com/connect/login_success.html&cancel_url=http://www.facebook.com/connect/login_failure.html&fbconnect=true&return_sessio...
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...