Tagged Questions
12
votes
1answer
2k views
Advanced tasks using Web.Config transformation
Does anyone know if there is a way to "transform" specific sections of values instead of replacing the whole value or an attribute?
For example, I've got several appSettings entries that specify the ...
7
votes
1answer
1k views
Make Web.config transformations working locally
I want to get web.config transformations working locally but apparently the transformations only occur when doing deployments.
Does anybody know of a way to run the msbuild target ...
7
votes
3answers
398 views
What is a good build automation and deployment process for use with asp.net?
I’m looking for some recommendations to do project building and deployment automatically.
Our current development setup uses ASP.NET, SVN, CCNET and an MSBuild script for the dev server build. I was ...
6
votes
4answers
533 views
ASP.NET Web Application (MVC) Deployment Automation and Subversion
We are trying to automate the build process to our staging servers but have run into a snag, albeit fairly minor. We are using the Publish functionality built into VS2010, committing to Subversion, ...
5
votes
4answers
531 views
Share aspx page between projects
We have a solution with multiple web projects, and there are some pages that should be present in several of them. So we'd need some sort of a shared project which contains aspx files, and which can ...
5
votes
4answers
2k views
Can I deploy .net 4.0 web application on IIS6?
I've recently upgraded VS 2008 to VS 2010. On our server we have IIS6 installed and we can not change that in near future. Even though we will develop new applications to be deployed on IIS7 but if ...
5
votes
1answer
2k views
ASP.NET Deployment under IIS7/VS2010 as Web Application
I transformed my VS2008 ASP.NET Website to a "Web Application" today using VS2010. So now it's possible to build a Deployment Package. A Zip Package which can be direclty imported into IIS7.
Usually ...
4
votes
3answers
66 views
ASP.NET - What should be included in a Website Installation Checklist?
I've been asked to create a website installation checklist for an ASP.NET website. I have included sections that explain how to setup the following:
Installing ASP.NET Session State
IIS ...
4
votes
4answers
157 views
Web.config File Error
I am hosting a site through godaddy.com and this is the link:
http://floridaroadrunners.com/
and this is my web.config file:
<?xml version="1.0"?>
<!--
For more information on how to ...
3
votes
2answers
380 views
Automatic Deployment to Multiple Production Environments
I want to update an ASP .NET web application (including web.config file changes and database scripts) to multiple production environments - ideally with the click of a button. I do not have direct ...
3
votes
2answers
859 views
Deploying asp.net Web Service referencing web service
I've a asp.net web solution which references a web service from another web site (also in our development environment). I want to know if I need to change the address of the web service (from ...
2
votes
2answers
73 views
ASP.NET FTP Deployment
I wrote an ASP.NET app in C# that consists of a WCF service and a simple website.
I have managed to deploy the project to IIS, but is there an easy way to deploy the project with only FTP access? Is ...
2
votes
1answer
235 views
How can I prevent hidden .svn folder from being copied from the _bin_deployableAssemblies folder?
I am using the _bin_deployableAssemblies folder to copy over the ASP.NET MVC assemblies to the bin folder after each build. Unfortunately the MSBuild task also copies the hidden .svn folder.
First ...
2
votes
3answers
2k views
ASP.NET - Deployment Issues - Enabling Stack Trace / Trace Listener Log via the Web.Config to find the cause of Internal Server 500 Error
I am getting a Internal Server 500 error after deploying an application that has compiled without errors on my local machine. The server that the application is deployed on has a ton of security so I ...
2
votes
1answer
231 views
Changing Web.Config for SSL Website
Hello:
I have a SSL Website with port: 99. In my web.config what and where changes I have to make in order to get through this SSL Port?
This is my Web.Config File:
<?xml version="1.0"?>
...
2
votes
2answers
234 views
Asp.net Deployment (web installer)
I need to implement a web site installer for my asp.net application. The installer will be handling following features -
Deploy the .net web application on to the IIS server
Setting up the Sql ...
1
vote
0answers
42 views
Use WebDeploy from VS2010 to execute CMD on web server
I want to execute some batch files on the web server (I have control over it's IIS) before and after the deployment operation from my VS2010.
I've added a "runCommand" provider on my server's IIS, ...
1
vote
2answers
139 views
Hosting a web from my PC (Using IIS7) [closed]
I was wondering why not host the application from my office itself? I have a static IP. What else do I need to make my local server accessible on the Internet? I know I need a domain name but I am new ...
1
vote
1answer
40 views
how to package/publish a PDF for deployment?
i'm trying to package a deployment for Azure, but it is not packaging some files that are needed for the app to work properly. Those files are mostly PDFs and DOCXs.
If I go to the Package/Publish ...
1
vote
2answers
67 views
MvcMusicStore Deployment Issue
I'm trying to deploy the MvcMusicStore on my website, but I'm running into some issues with the page navigation at the top. I'm getting a 404 not found error on these links. I think this is a ...
1
vote
2answers
268 views
.NET Web Deployment Tool with log4Net: Not overwriting logs
I'm using the Web Deployment Tool to build and release an MVC site from VS 2010 to a server running IIS. I also have log4net logging to a subdirectory off of the root of the web application I'm ...
1
vote
1answer
105 views
Website alternative to bin folder for assemblies?
In context of an ASP.NET Website project, is it possible to create a second location where DLLs will be picked up from, in addition to the regular bin/ location and apart from the GAC? I expect such ...
1
vote
2answers
98 views
Visual studio public & web.config transforms features
I work in an development group in an enterprise, where we strive to seperate business units and their responsibilities. So for example, I am in the development group and we are responsible for all ...
1
vote
2answers
123 views
Using ClickOnce (or similar) for ASP.NET application
I'm looking for a way to providing users (administrators) of a web application to automatically (meaning it's opt-in to update, but the installation should be automatic when started) update said web ...
1
vote
1answer
150 views
asp.net mvc 2 custom service account
I'm trying to deploy ASP.NET MVC 2 Silverlight application with custom service account. I did the following:
1) Domain user account (myAppUser) was created. Domain controller is different from the ...
0
votes
0answers
17 views
Deployment Issue For Webservice based Website
I deployed a website on IIS. But I am getting an error regarding web services:
Unable to Connect The Remote Server. I am able to access my web pages, but Database values i am not getting. My web ...
0
votes
2answers
20 views
Looking for an ASP.NET deployment tool
I've been using Microsoft's web deployment project for a while. It seems to work reasonably well for the type of manual deployments we carry out. Generally speaking our package removes certain files ...
0
votes
0answers
28 views
Issue with asp.net website admin tool
I had a sql server express db managing my roles, etc. I need to change the data source from sql express to sql server because my hosting provider does not have sql express.
I want to make the changes ...
0
votes
2answers
43 views
Thread in Global.asax does not work after publishing the web site
I am developing a web application where I have implemented job scheduler using Global.asax. I have used thread to start the job for particular duration.
It works fine if I run the application ...
0
votes
0answers
19 views
How to preserve existing files and folders on site update?
I'm using Microsoft Web Deploy to publish and update my site. (script is generated with Visual Studio). This tool removes auto-generated files and folders on update, as they are not included into ...
0
votes
0answers
43 views
Basic doubts on generating package for Web Deploy 2.0 with Visual Studio 2008
I am trying to deploy a Visual Studio 2008 project to IIS using Web Deploy 2.0 and after reading a lot I am still lost. Nearly everything I found is about Visual Studio 2010 (maybe WebDeploy 2.0 is ...
0
votes
0answers
36 views
heavy binaries and web deploy
We adopted a solution do keep the heavy setup binaries separated from website application that consist of a Binaries FTP Site for keeping setup binaries up to date and a Corporate website with the ...
0
votes
2answers
34 views
WAP, How to Publish to Web with Web Deploy?
I want to publish my web application on a hosting server.
Domain: mysite.com
Folder: mysite.com/TestWAP
Can I use one-click deployment on typical discount shared hosting?
Will I need to make ...
0
votes
2answers
197 views
Disable inheriting the “Allow all users” rule from IIS 7
I created a new site in IIS 7. This site is inheriting a rule to allow all users. I want to remove this rule but it won't let me. Is there a way to set the site to not inherit any rules?
0
votes
2answers
114 views
Is there a way to deploy newly compiled ASP.NET web application code on IIS 7 without kicking users off?
Our company releases updates of our rich client application (written mainly with ASP.NET, WCF services, and ASP.NET AJAX) on our client's Windows Server 2008 IIS 7 web server. Once in awhile, we have ...
0
votes
1answer
453 views
How to correctly deploy Oracle.DataAccess.dll with ASP.NET app
We had some x64 / x86 trouble when we first deployed the Oracle.DataAccess.dll with our app on different servers with 64/32 bit Windows. Now that we figured out how we can get the app to reference the ...
0
votes
1answer
57 views
access js file from another website
In IIS, i have a website under which there are various virtual directories. I want to access/link JS file from one virtual directory into another. So, basically i have an application (in virtual dir ...
0
votes
1answer
90 views
Windows Form application run on Windows hosting service
I've created a Windows Forms application that basically contains an HttpListener which launch a Form for each request. I have to show forms server side because I have to take a snapshot of what it's ...
0
votes
1answer
294 views
Error with SQLXMLCommand and Deployment to IIS 6.0
I am getting an error when trying to move my ASP.NET application from VS2010 to our IIS 6.0 webserver. The error happens on the first time the app tries to make a new SQLXMLCommand Object on the login ...
0
votes
1answer
435 views
Web deployment task failed. (The type initializer for 'Microsoft.Web.Deployment.DeploymentManager' threw an exception.)
I am getting the following error when I use web deploy from visual studio 2010.
Web deployment task failed. (The type initializer for 'Microsoft.Web.Deployment.DeploymentManager' threw an exception.)
...
0
votes
2answers
180 views
Deploy ASP.NET MVC2 app to IIS6, from a CD, WITHOUT web deploy
So I need to deploy an ASP.NET MVC2 web app, developed with VS2010, to IIS6.
The server on which it will be installed does not have Web Deploy installed on it, and while I do have administrative ...
0
votes
1answer
420 views
Publish Web.Release.config to IIS from VS, web deploy, one-click publish
I have a few appSetting entries in my web.config.
I have some different entries in web.Release.config that I would like to push to IIS(7) when
I publish. (I am publishing using the one-click publish ...
0
votes
2answers
272 views
Deploy pre-compiled ASP.net Website Project
I have a precompiled website in the precompiled folder inside the Projects directory. I want to deploy this website onto IIS7.0
Can anyone guide me how to do that.
0
votes
1answer
553 views
Publishing/uploading new DLL to IIS: website goes down whilst uploading
When uploading a new DLL for a large web application (dll is around 1mb) IIS throws an error because the DLL is 'in-use', meaning the website is down while the DLL is being uploaded. Is there a way to ...
0
votes
1answer
327 views
Web.Config transformation does not wok
Here is the problem :
I have a brand new web application in VS 2010, Framework 3.5
I have a very simple web.config with the connectionStrings node :
<connectionStrings>
The ...
0
votes
1answer
168 views
VirtualPath in AspNetCompiler MSBuild Task - does it have to be equal to the final deployed Virtual Path?
This is VS 2008 and .Net 3.5.
I use a custom deployment project script which is similar to the publish right-click menu, but which I have customised to do file renaming and various other bits and ...
0
votes
1answer
90 views
Web Site deployment in IIS
I am working on a web application which has around 40 pages. We have separate business and DB layer. But there are still few simple business logic in code behind (CS) page of each aspx file. So when ...
0
votes
2answers
332 views
How to deploy asp.net web application multiple times on the same server?
I have a ASP.NET 3.5 web application and I would like to allow users to install this web application multiple times on the same server.
Each web app will work with it's own database:
Server1
...
0
votes
1answer
120 views
How does ASP.NET handle deployments
i was only able to read up that ASP.NET detects changes to specific files like aspx files, DLLs and others. It will restart itself, finish current running requests and new requests with the new ...
0
votes
2answers
155 views
WebSite Deployment Skills
We need to increase our knowledge on deployment of ASP.NET Web sites/Web App. We are getting increasingly bigger and more traffic and need a more professional approach. Not too mention, we are also ...