Visual Studio :: Unable To Publish Files To Root Or Staging Area
May 31, 2010
I am slowly working out the setup issues with Visual Studio 2010 Ultimate on my newly installed Windows 7 Professional Machine. I was running XP and copied most of my files back over using the 'Windows Easy Transfer' tool I used prior to installing (not an upgrade) Windows 7.
When I try to publish my website to wwwroot in 2 ways. When I select 'Delete all existing files prior to publish' I get the following error:
Error deleting file 'about.aspx'. Unable to delete 'about.aspx'. This function is not supported on this system.
When I use 'Replace matching files with local copies' I get this error:
Unable to add 'about.aspx' to the Web site. Unable to add file 'about.aspx'. Access is denied.
View 2 Replies
Similar Messages:
Oct 18, 2010
I have a website(not an application) built in VS2008. When I try to publish the site, any of the files that are in the root folder are not published. This has only just started happening and I am unsure what I have changed to cause this. The files are not excluded from the project.
View 1 Replies
Jul 5, 2010
Recently I've upgraded from Visual Studio 2008 to Visual Studio 2010, however I'm having various problems when uploading my compiled web site to the live area. I'm doing exactly the same as I would have done with Visual Studio 2008, however, now I receive errors such as:
{filename}.aspx is not a pre-compiled file
masterpage.master does not exist
All these errors don't make sense. Has anyone encountered these problems before, and was a solution ever found?
View 1 Replies
Oct 13, 2010
Smooth Streaming requires .ism, .ismc, .dat files to make the Silverlight video player page work. If the "Only files needed to run this application" is selectd in the "Package/Publish Web" tab, these files are not published. Now I have to select "All files in this project" to publish them but this is undesirable because it also pushes all the source code files to the server. Is there any way to specifically tell VS that .ism, ismc and .dat files are required to run the application?
View 4 Replies
Feb 24, 2011
Up until recently this worked without an issue. I am very certain I did not change any settings intentionally in VS2010. So I change a file in my project, something as basic as a web.config file. Clean and build the solution then Publish to a file system. No errors, goes through all the directories, but when I check the production site, the files are not being updated.What could cause this, and how does one fix it?
View 2 Replies
Jun 29, 2010
I am currently attempting to use Visual Studio 2010 'Publish' and MSDeploy functionality to handle my web deployment needs but have run into a roadblock with regards to customizing the package depending on my build configuration.
I develop in a 32bit environment but need to create a release package for a 64bit environment, so in the 'Release' configuration I have a post build event that copies the 64bit version of a third-party dll into the bin directory overwriting the 32bit version. When I use the 'Publish' functionality, even though the correct 64bit dll is being copied to the bin directory, it doesn't get included in the package.
Is there a way to get the 'Publish' to include files that have been copied into the bin directory during a post build event?
View 2 Replies
Feb 1, 2011
I have not been able to open css files in VWD, I must have sone something I don't know. I can open them in wordpad, and WebDevelopment Server still displays properly so the file is not currupt. Is there a setting I messed up in web.config or somewhere else?
View 5 Replies
Jun 1, 2010
I am using VS 2008 for development of a web application and IE 7.
The website as usually has some java script and some server side code files (different layers).
For some reason when I start the application in the debug mode (by hitting F5), the break points in the JS are not hit. I get the usual error as no symbols are loaded. But the break points in the CS files in the layers are hit.
If I use (CTLR + F5) and then attach the IE process to debug, then I am able to hit the break points in the JS file. But in this scenario I cant debug the CS files (I presume this is the expected bahaviour).
EDIT: In the IE (properties dialog), 'disable debugging' are unchecked.
why in the F5 mode I am not able to hit the debug points. The same used to work in the different machine not sure what is wrong in this one.
View 9 Replies
Jul 28, 2010
I just recently upgrade my asp.net web project from visual studio 2005 to visual studio 2010. The upgrade was successful with no problems however im missing some features with this project. The One Click Publish feature(which is greyed out) in the header area of Visual Studio 2010 and the Add Config Transforms feature which is no where to be seen when you right click on web.config. When i create a new web project straight from visual studio 2010, these options work fine.
View 1 Replies
Jan 24, 2010
im facing problem to access classes out side my project folders. for example if i want to use some methods from store.vb file inside my project i get error : Name Space is not defiend, i have tried all ways such as import sdf.ITracjer.Data
[Code]....
i can't fetch the Store Class Methods or Function because its out of project directory, as its showin in image.
View 3 Replies
Mar 28, 2011
I'm trying to publish my ASP.NET web application in Visual Studio 2010. I'm then trying to install it as a website on a server using IIS. I've gotten my application to publish (to a .zip file) but it points to the physical directory on my hard drive. This obviously will not work on the server.
View 3 Replies
Feb 8, 2010
i create a asp.net web aplication project, and when i debug it i can see the result on localhost that is ok. but how can i publish this site on the web? there is no publish button ont the build menu and solution explorer menu?
View 2 Replies
Feb 24, 2011
is it possible to open aspx files directly by clicking on them like html files without from within visual studio or visual web dev?
View 2 Replies
Feb 14, 2011
Im working on a website project with Visual Studio 2010 from 2 different computers (home & work).
In Dreamweaver Im used to FTP to upload/download files to/from a webserver to syncronice my files on the current computer Im working on.What is best option in Visual Studio 2010 to sync project files between home & work computers? I have seen there is a built in FTP, but seems only it can upload files, limited functionality?
View 1 Replies
Aug 8, 2010
I downloaded Visual Studio 2008 Professional Edition via torrent.
It was working fine for months & i formatted my comp & when i tried to reinstall it is not getting installed !
It shows the following error !
and the error log file seems to be like this...
BUT.,
I'm able to use Visual Studio & i'm able to work in it....
I'm re-installing since 2 days for more than 4 times...
View 1 Replies
Sep 4, 2010
I've created an asp.net website with VS2008, how can I publish it in VS2008?
P.S: I've used Right Click -> publish but, I've used a Database in my project, but VS2008 doesn't publish it.
P.S: I'm using SQL Express 2008
View 4 Replies
Mar 31, 2011
I'm trying to publish my mvc3 project to a web host server, I right clicked my project and selected publish, there i entered the ftp information, VS2010 uploaded the files to the ftp, but when i try to surf to the remote site i get an error "Directory Listing Denied". all guides I found requierd an installation on the web host side, is there no way to just upload the site like in classic asp?
View 2 Replies
Dec 24, 2010
I would like to publish our MVC project to the server where we want to put our mvc website via ftp.
If we manually do this by an ftp connection, it works fine. But we wanted to do it also by the publsh option in Visual Studio 2010. But when we do this we got the following error.
[Code]....
View 2 Replies
Dec 28, 2010
I have published my website using VS2010 and then selected FTP Site.Problem is that it does not show me update status. and takes too much time as compare to other FTP client. Is there any way or plugin for visual studio 2010 so i can build and directly publish that on FTP server.
View 2 Replies
Apr 25, 2010
How easy is it to publish your project using Visual Web Developer 2010? Right now, the ease of use using Database Publishing Wizard makes my publishing breezely smooth. [:)]
View 2 Replies
Aug 2, 2010
It is possible to create a Visual Studio Web Setup Project that deploy my files outside wwwroot folder and set IIS virtual directory to this folder?
View 1 Replies
Jun 21, 2010
I'm about to upgrade to Visual Studio 2010, and I'm learning that there are now a few options for deploying web application projects. I've been using Web Deployment Projects in 2008, and my initial thought was to do the same in 2010.
Is there any advantage to using Publish or the Web Deployment Tool over Web Deployment Projects?
I need to automate the process so that the build and the deployment can be run from TeamCity. I'd prefer a method that would allow me to use the Visual Studio (sln) Runner but a custom MSBuild script would be OK too. See Web Application Deployment Workflow with SVN and TeamCity for more information on my current build/deployment workflow.
View 1 Replies
Jul 27, 2010
There are no errors or warnings on my VS2008 Web Application Project but when I try to publish, it fails. How can I view the VS2008 publish log?
View 1 Replies
Nov 15, 2010
I'm the first time using VS2010 deployment tool. I selected FTP publish, and all the configurations are correct. I'm just confused that after I clicked publish, there is no window or text shows the status of the uploading progress. When would it be finished? It's taking so long, and in the meantime I can't do anything.
View 2 Replies
Feb 14, 2010
I'm migrating from the website model to the web project model. In the past I used ssl/ftp (server is IIS7) to upload a website. The host (DiscountASP.NET) using VS2008 Publish to upload a project. VS2008 displays the alert that the password will pass in the clear. So ... what is the best practices approach to publishing a project?
1. SSL/FTP (not sure of the implications re: site compilation)
2. VS2008 Publish
3. VS2008 Web Deployment Projects
View 2 Replies