publishing

In asp.net using c# publishing a website takes more time.

i created a website using c# in asp.net when i am publishing it. Its taking more than 1 hours to publish that particular site. ...

Remove the pdb files when using Publish in visual studio 2008

Is there a way to have the publish command on a web application not push the pdb files? perhaps using an msbuild post build script. Thanks ...

MOSS Minimal Publishing Site Definition

I'm using the MOSS Minimal Publishing Site Definition from codeplex. I want to change the default.aspx page to be a publishing page by default, rather than a WSS page as it is currently in this site definition. Is that possible? ...

How are programming-related papers published?

Hi, I've been working on implementing code from papers such as The Slab Allocator: An Object-Caching Kernel Memory Allocator. This has kind of got me wondering now... How do these guys get these papers published? The closest I've gotten in my search for this answer is the IETF's RFCs, but what if your paper doesn't discuss an Internet-...

Visual Studio 2008 Publish Fails.

HI everyone, i need some advice regarding Visual Studio 2008 Pro. We develop a lot of web service applications and ever since we started we keep encountering an error on our production server that does not seem to occur on the development or test systems. When publishing new code to the server we are normally met with the following err...

Asp.net .aspx and MVC Co-existing project, the Codebehind/Codefile still existing inside .aspx files after project published

We have Asp.net .aspx and MVC Co-existing project, Codebehind/Codefile are still existing inside .aspx files after project published, it needes a lot of effort to get rid of these after deployment: we have to manually change every .aspx file <%@ Page Title="" Language="C#" MasterPageFile="~/MasterPages/xxx.master" AutoEventWireup="t...

How to "publish" my application?

I've completed my little app with some help here on StackOverflow so now I have to give it to the world! Is there a simple way to do this? My app is just a little .exe file with a .settings file. I think users don't have to install anything but I may be mistaken. Thanks for all the help! ...

In VS2008, for FTP Publishing of a website, is there a way to save FTP Logon password?

I like the Visual Studio 2008 IDE integrated (not command line) feature to choose to publish an ASP.NET website to my webserver via FTP. I'm able to store my FTP username but I don't see any option to store my FTP password and so I must type it in each time I publish. Is there an equivalent to the "Remember password" functionality foun...

App.config files in XBAP

Hi, I'm developing an XBAP application with FullTrust. I have an App.config file which is part of the XBAP application. I use it to read some values from the AppSettings section. The scenario is, I publish my application once to IIS with some values in the App.config file. Now, if I need to update some values in the App.config file how...

Captcha image not displayed when publishing website

I'm using some captcha control implementation which I took from here and it's working fine in my localhost but the problem rises when publishing it on the server. The captcha image itself is not displayed. Of course I'm using master page and the captcha itself is under some usercontrol. Is there any known issue for this when publishing....

SQL Database Publishing wizard with SQL Server 2008

I'm desperately looking for SQL Database Publishing wizard. I've download it but it seems to require SQL Server 2005. According to http://blogs.msdn.com/webdevtools/archive/2007/10/15/sql-database-publishing-wizard-is-now-in-visual-studio-orcas.aspx it comes with Visual Studio 2008, but my Visual Studio 2008 Professional doesn't have tha...

Winforms: where should assemblies that go with the application be published

Very simple Winforms application I want to deploy manually. Can all the referenced assemblies simply go in the application folder or where should they be published? (In ASP.NET they can go in the \bin folder). I would rather not put in the GAC. ...

Release new version of ASP.NET website - Best Practices

What is the best practice for releasing a new version of my asp.net application? I am concerned about users currently using the application. If I push a new version, does it kick them out? How does IIS handle open sessions? I am looking for a simple way of pushing new releases without affecting users. ...

ASP.NET MVC - NHaml issue on web.config file

Hello There, I'm trying to implement NHaml views on my application, and it's all working well. But strangely I'm getting some warnings on web.config files when publishing the application. My nhaml parameters are: <configSections> ... <section name="nhaml" type="NHaml.Configuration.NHamlConfigurationSection, NHaml"/> </configSection...

SharePoint template option missing

I believe I have read this somewhere, but I can't find it nomatter how I search. I need to create a site collection using the "Publishing Site with Workflow" template. Unfortunately, that template is not available as an option. The SharePoint installation is an Enterprise license and all enterprise features are enabled. Any idea what I'm...

Is Django Book platform available?

The Django Book has a neat content publishing template. Anyone knows if it's available for public use? Alternatively, what Django sources would you recommend as an easy to use, out of the box CMS? ...

Date based publishing ASP.NET MVC

I am building a custom CMS in ASP.NET MVC and one of the requirements is that the content has a start and end date that dictates whether or not the page appears on the site. What is the best approach to this? Should I run some sort of chron job to mark the status of the page according to its publish dates? Does anyone have any resourc...

Publishing as Pre-Compiled ASP.net-MVC Website with VWD Express Edition

Is there a way to pre-compile websites with VWD Express ? Can I use ASP.NET Merge tool or similar utility ? and is there any limitation to options (can I choose whatever options like in VS Pro edition) ...

Who should publish to production?

Many of you guys agree that the developers should not have write access to production servers (ie this question). In a such environment, who publishes a public-facing application/service/data? the testers? ...

C# publish with visual studio dependance of dependance

Hello, My project1 references project2. In project2 I added some dll as link. However when I publish the project, the dll are not in the resulting folder. Is it possible to do this or I am doom to add the dll directly to the project1. ...