Tagged Questions
2
votes
0answers
109 views
publish vs package via tfsbuild
I am currently integrating in web deploy package publish via visual studio and tfs bulid 2010 and have some questions:
For different environments, is a Publish profile needed for each?
As part of ...
2
votes
0answers
160 views
Pageflex Storefront crashes when making virtual directory (IIS newb)
I am trying to install the sample deployment from pageflex storefront using the deployment wizard. Everything works until I click finish. When it gets to creating the virtual directory, the program ...
1
vote
0answers
44 views
Web Site and Database deployment
I have started an open source project which consists of a website and a database.
I am at the point of wanting to offer the first release but would like to make it easy for people to install the ...
1
vote
0answers
116 views
MVC3 wont work after deploy
I currently develop an MVC3 Application(Win XP IIS 5.4) and it works fine for me on my local host with the IIS.
Now I published and deployed the app on a Win XP embedded PC on IIS 5.4 and i get this ...
1
vote
0answers
67 views
What mechanism does Web Deploy 3.0 use to guarantee an atomic deployment with non downtime?
What mechanism does Web Deploy 3.0 use to guarantee an atomic deployment with non downtime?
"Atomic" meaning that clients requests are either processed by the current version or the the newly ...
1
vote
0answers
42 views
required folder options for running website under iis
I trying to run website under iis locally (just one .aspx file).I found a lot of examples so my steps were:
IIS Manager >> Sites -> add new WebSite >> [specifying physical path and others].
In some ...
1
vote
0answers
187 views
Silverlight application not working when deployed
Edited:
In MainPage.xaml.cs
public MainPageViewModel ViewModel
{
set
{
try
{
DataContext = value;
...
1
vote
0answers
290 views
ClickOnce .application timing out with unknown subtype
I have an existing ClickOnce application which began to time-out during initial installation on new clients. I'm not sure if it is my IIS configuration or an external factor. The Windows Server 2003 ...
1
vote
0answers
285 views
deploying a shared bin directory using mklink in IIS
I have 2 web-applications built-in .NET 4.0. I want to use the following folder structure while deploying into production server in IIS 6/7/7.5 (not decided yet):
C:\Inetpub\wwwroot
-- App1
-- ...
0
votes
0answers
22 views
Compare two folders recursively and save repeated files
I'm trying to do something pretty weird. Any alternative solution could be analyzed but the process where I'm working is very difficult to change.
I have a folder to deploy in an IIS web server. This ...
0
votes
0answers
28 views
ActiveX does not work when deployed on IIS
I created an activeX control using C#.net. It is working fine and activex is doing the desired operation when I run the web page from file system i.e. E:\ActiveXtest\testpage.html but when I deploy it ...
0
votes
0answers
20 views
How can I specify the application pool when deploying my web service project on IIS
I'm trying to deploy my web service on IIS.
However, VS 2012 gives me an error because the Default Web Site uses the application pool that uses .NET Framework 2.0. However, mine needs .NET Framework ...
0
votes
0answers
13 views
How to deploy a asp.net application via live IP?
I develop an application that is ready to deploy I have live IP then how I deploy it to iis like from Internet I access that for example www.abc.com etc....
Thanks In Advance
0
votes
0answers
154 views
503 (Service Unavailable) - IIS 7.5 deployed MVC web application
Every 24 hours or so, we receive a 503 from our IIS 7.5 web server that hosts our MVC application.
I read some related articles and checked if the Application Pool/Identity had the necessary ...
0
votes
0answers
56 views
building, packaging and deploying a solution
I would like to ask some help regarding how to build and deploy a solution in ASP.NET environment. Help means in that case articles and blogs which describes how to deal with the situation, or ...