The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
20 views

Not able to publish a website in ASP.NET?

I am using VS 2010,few days ago it was working fine(means the Publishing), now when i press "publish website" its giving the following Pop up, and i am not familiar with this, please help me to ...
0
votes
0answers
25 views

msdeploy cannot reach destination despite having web deployment service started

as you can see from the title I am experiencing some trouble deploying to a remote IIS. Here is what I have done so far: I have set up a virtual machine running an IIS7 on Windows Server 2008. I ...
2
votes
1answer
47 views

Temp path too long when publishing a web site project

I am trying to publish an ASP.NET web site project using the Publish Web Site tool but get this error: ASPNETCOMPILER(0,0): Error ASPRUNTIME: The specified path, file name, or both are too ...
2
votes
0answers
138 views

Good CSS library for print and “report” style formatting [closed]

What is a good CSS library that can be used for generating reports, in both preview and print form? The key in the "reports" is that they would look more like a formal (and printable) document than ...
-3
votes
1answer
71 views

How to get my HTML code into a published webite [closed]

I feel like this is a simple enough question that it should have already been asked and answered, but I have not seen anything on it in my searches. I am creating a website for my club at school, and ...
1
vote
2answers
23 views

Post images & videos to sitecore

Is there a way to invoke the sitecore api and post images/videos so that sitecore accepts them and stores it in its own media folder? Or is there a folder where you can place items that get imported ...
1
vote
1answer
275 views

Why can't Web Publish/Deploy Find my Web.config?

I've just clone OrchardCMS from codeplex, built it and tried to deploy it to my web hosting service using Visual Studio's 'Publish' command. No files get published and the publish fails with the ...
1
vote
1answer
1k views

Error: The Target “GatherAllFilesToPublish” does not exist in the project, but is in v10.5 folder

I've been going around and around on this issue. I've got a ASP.NET MVC 3 Web application built in VS2010 SP1. When I attempt to Publish to the local file system, I get the error The Target ...
4
votes
1answer
1k views

Publishing vs2012 solution from team city

I'm using visual studio 2012 and the publishing feature. I have created a publishing profile that deploys my application to a development server, and it works great when executed from vs2012 on my ...
1
vote
1answer
882 views

Why isn't the Visual Studio 2012 web publishing wizard copying my files to the destination?

I'm using the Visual Studio 2012 web publishing wizard. I have some saved profiles. Ones for various development and test servers. In two different projects, for certain publishing profiles the wizard ...
1
vote
1answer
567 views

Set ACLs during Web Deployment via MSBuild

I have a mostly working web build-and-deploy configuration running in TeamCity, that basically uses MSBuild to automatically deploy the site to a web server. MSDeploy sets everything to Readonly on ...
1
vote
1answer
218 views

File System vs Web Deploy of Website on Local LAN - Which is Better?

Our production website is available via our Local LAN. Since it's been available, I've used File System deployment to move our site into production. I know Web Deploy has been available for some ...
1
vote
2answers
414 views

Creating a web site webdeploy package when solution builds

I have a VS 2010 WCF service solution which I would like to deploy to IIS 7.5 servers via web deploy package. I would like to have the web deploy package generated when the WCF service project builds. ...
107
votes
15answers
21k views

Visual Studio 2012 Web Publish doesn't copy files

I have a Web Application project in VS 2012 and when I use the web publishing tool it builds successfully but doesn't copy any files to the publish target (File System in this case). If I look at the ...
1
vote
1answer
989 views

MSBuild - Project specific targets for solution does not work

I have a solution that has multiple projects in it, including web application. I want MSBuild to execute "WebPublish" target against web application project and "default target" for all other projects ...
8
votes
3answers
3k views

Deploying an existing package using publish profiles

I'm trying to use the new publish profile support (available in VS2012 and in VS2010 via an update) to create a continuous delivery "deployment pipeline", whereby a package/zip is made in the first ...
1
vote
1answer
659 views

How do I publish ASP.NET MVC3 application to azure using “Publish -> ”Web Deploy"? (getting error: Web Deployment task failed)

I'm getting this error when trying to deploy to azure using "Publish" from my MVC project. I checked Web Management Service and Web Deployment Agent Service and there are both running. Credentials I'm ...
0
votes
1answer
443 views

UseWPP_CopyWebApplication with web.config transformations

I am trying to build and publish my ASP.NET MVC3 project. I am trying to achieve Web.Release.config transformation using using the MSBuild method I have used the following msbuild command to do the ...
0
votes
3answers
297 views

Moving the location of the Bin folder, web publishing issue?

I have been working on an ASP.Net web site and have been publishing to my server with no issues. I decided to change the path that it was being published to a few steps down so that everything would ...
0
votes
1answer
1k views

What is the purpose of Binaries\_PublishedWebsites directory under TFS build

TFS generates a publish directory under the build agent working directory. Z:\TFSBuilds\1\box\CT\Binaries_PublishedWebsites I am supposing that this is where TFS is automatically publishing the ...
0
votes
2answers
164 views

Filemaker Web Publishing & Data Integrity

I was recently asked to try to solve a data integrity problem with a Filemaker database app that has been published to the Web. This app collects job applicant data, through a series of views. There ...
0
votes
2answers
2k views

Parser Error: Could not load the assembly 'App_Web_ah9y-lsc'

The site works fine when I'm running it locally, I published it and hosted to a hosting space hired by my company via SMART FTP.There is a folder with my company's name eg. 'MyCompany'. It has sub ...
1
vote
1answer
671 views

Should I use a sharepoint 2010 publishing portal for our intranet redesign?

I am building out a redesign of our corporate intranet on sharepoint 2010. We have three web applications: My sites, Team or Organization sites, and the Intranet “portal”. On the intranet I want to ...
0
votes
2answers
250 views

How do I control which kinds of files Visual Studio will publish by default?

I'm working with a php website in Visual Studio 2010. Everything was going well until I tried to publish. None of the php files are included in the published version of the website. How do I fix this? ...
7
votes
4answers
1k views

Publish Web to file system from Visual Studio 2010 does nothing but delete

When I try to publish in Windows 7 from Visual Studio 2010 via File System, no files are added to my target folder. If I choose "Replace matching files with local copies", nothing happens. If I choose ...
31
votes
5answers
7k views

VS2010 Web Publish command line version of File System deploy

Folks, In a nutshell, I want to replicate this dialog: It's a Visual Studio 2010 ASP.Net MVC project. If I execute this command, I get all the files I want, including the transformed web.configs ...
4
votes
3answers
562 views

Is it possible to link Web.config transform with publising profile?

Currently I can easily setup Web.config transform based on build configuration, e.g. use connectionString=server;.. for Debug and connectionString=./SQLExpress;.. for Release. But is it possible to ...
2
votes
1answer
2k views

Different connection string for each publish profile in VS2010

Is it possible to change connection string (or just server host) relying on selected web publish profile? Maybe using Web.config transform or someway else? I mean for profile "Test" change connection ...
0
votes
2answers
115 views

Where I can find an engine like OFPS Open Feedback Publishing

I'd like to write a little book on personal topics together with two friends of mine, remotely located. Do you know of any FOSS content publishing system like the one from O'Reilly (OPFS)? I saw the ...
0
votes
1answer
121 views

Common framework for publishing books online

Django book and Real World Haskell are using some similarly-looking web publishing platforms (with rigid TOC/chapters/paragraphs+comments structure). However, I haven't found any reference to the ...