publishing

A name was started with an invalid character. Error processing resource

Here is the exact error I'm getting when I try to launch my default.aspx file from the published folder. Can anybody point me in the right direction? The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. --------------------------...

How do I keep MSDeploy from deleting extra folders in my project?

I am using the MSBuild runner in Team city to build and deploy my project to a staging environment. Everything works perfectly except for the fact that it keeps removing my repository folder located in the root of the project. In Visual Studio 2010 there is a check box in the publish profile dialog that says "Leave extra files on destin...

Why msbuild.exe can do publishing (clickonce) while msbuild task can not?

Hy guys I'm writing script for CI system (Bamboo). So, it calls "msbuild.exe project.sln /p:Configuration=Release". In csproj file of mvc web application i defined after-build task in different ways. None of these do publish: <AspNetCompiler VirtualPath="temp" ToolPath="C:\Windows\Microsoft.NET\Framework\v4.0.30319" PhysicalPa...

website Publishing

I've developed a web application and when i try to publish it in to a folder in my local disk using the PUBLISH option in ASP.NET a error messages is showed at the bottom bar of visual studio "Published Failed" but i couldn't find the error and it doest not provide any error message other than "Published Failed". So is there a way to fin...

The file '/index.aspx' has not been pre-compiled, and cannot be requested.

When I publish my website using Visual Studio 2010 I get the following error: I'm also using the following compilation settings: What possible reasons are there for this not working? Thanks, Curt ...

problem in publishing a webservice

i am new to web services. i have created a web service in .net. it's working fine but i am bit confused about the publishing procedure. it's not working when i publish it to localhost's inetpub.i get some error messages like access denied or location not found. i wanna know the procedure to publish my webservice and make it public. th...

Sitecore: Allowing a user/role to publish.

I'm in the process of implementing a workflow in Sitecore, and for that I have setup several different users with roles, where the security for the roles dictates the workflow process (nothing unusual). One of these roles is a "CMS Publisher", and its job is to be last in the review process and to publish the item once it is accepted. ...

SharePoint 2010 Publishing Site - how to enable Publishing WITHOUT going through workflow

I'm working on a 2010 publishing site and I'd like to enable the users to publish a page directly, without going through the workflow. On the Ribbon's "Publish" tab, there is a "Submit" dropdown with "Publish" greyed-out. I'm an administrator on this site, so I can't think what else I could do to enable it. Any thoughts or suggestio...

Is there a programming language for designing and web publishing electronic circuits ?

Hi, there are good languages to publish math contents on the web. But, is there any such language for electronic circuits diagrams. Which can help you design circuit diagrams, save in several formats [.pdf,.ps, .djvu etc] and publish on the web? By, publishing on the web I don't mean first save in some picture format and then use html to...

How to publish a full website without compiling and without copying SVN files

Apparently, DNN installations do not like to be precompiled (they won't be able to find any localized strings then). Our installation is safely put in SVN, which means I cannot just copy the whole directory. To publish everything, I need to copy the whole website directory without the SVN files and directories. So far, I've been messing ...

Which Publish method is most efficient at maintaining a large website?

I'm using VS2010 and TFS to build a complex medium sized website. Which protocol is most efficient and secure? I think I can enable any protocol I need since I own the IIS server and control all aspects of it. My choices are: Webdeploy FTP FileSystem FPSE There is also a hint at something called "one click"... not sure what that ...

What do I need to publish my ASP.Net application to a URL locally?

I don't want to pay for a domain, but simulate a url exists, something like 'www.myapplication.app'. Is this possible? I'm guessing I need to configure some thing with IIS7 or something right? This is for a college course and instead of just doing the bare minimum I'd like to make something very nice to show. I realize this question m...

How do I configure SQL to be a "shared hosting provider" for use within the Database Publishing Wizard?

VS2010 has the ability to either create a script, or "publish to shared hosting provider". What do I need to do to be able to use my private SQL server to become a Shared Hosting Provider for my dev team? What are the benefits of using this versus using traditional SQL scripts? ...

Keep the Visual Studio publisher tool from copying .svn folders?

Whenever I publish my web application I select "only files needed to run application". Upon publishing then it all works fine except for the bin/ folder contains a.svn folder. Is there a way to keep it from copying the .svn folder? ...

Security of ClickOnce application

I have an application (exe) that uses some strongly named dll's. If I understand that correctly, nobody can replace the dll's with their own, prepared versions, because they will not be signed. Nobody can replace the exe too, because it's secured by signing the manifest. But what if somebody prepares their own exe and changes the signat...

Will i be able to replace the existing application with a new application, if i'm enhancing it with more features

hi Will i be able to replace the existing application with a new application to android market, if i am enhancing it with more features ...

Symfony: How to access the user object early in execution

Hi, I have a custom routing class that checks versioning of an object to allow for creation of draft versions of pages that wont appear on the live site. When an admin clicks to preview a draft version of a page my PublishingHelper class on the front-end (called from the routing class) checks the user's permissions to see if they are al...

How to identify where I am publishing to for use in the pre-build event

I would like to use Nant to create an environment-specific web.config during the build process when I'm publishing to a given location. For example, when I am publishing to my TEST server, I want the web.config's connection string to point to the TEST database. When in PROD, to the PROD database. I have Nant working in the pre-build, ...

Where does Eclipse hide the keystore?

I'm surprisingly frustrated by this, and I suspect the answer is simple. I have compiled and signed my android app using the Export Wizard, as described here in the section 'Compile and sign with Eclipse ADT'. I would like to backup the keystore and have it handy for future app updates, but I can't figure out for the life of me where t...

How to make only one DLL when publishing asp.net website instead of "App_Web...dll's ?

I have a ASP.NET Web application which has 2 projects(one for UI and one for Business layer) Now when i publish this for deployment,its giving me so many DLLS in bin folder which starts with prefix "App_Web...."in the name.How can i make it into only one DLL or 2 DLLS (one for UI and one for BL) ? I work with Visual studio 2010 Thanks i...