Tagged Questions
0
votes
1answer
21 views
Retrieving Files Deleted by Web Deploy
I just deployed an ASP.NET MVC application to IIS 7 running on Win 7 Professional. I wanted to make sure some old files got deleted with the update, so I unchecked "Leave extra files on destination ...
-1
votes
0answers
41 views
How can I deploy my web service to my remote server? [closed]
I'm having some trouble publishing my web service to my remote server. I followed the process of right clicking on the project, selecting publish and then filled the options with the ip of my server. ...
1
vote
1answer
82 views
EC2 instance not reachable by web deploy
I'm followed directions here: how-to-install-webdeploy-on-windows-server-2012 on a server 2012 EC2 instance. Then I followed directions here: ...
0
votes
0answers
32 views
Web Deployment Credentials in IIS 6
I am trying to use Web Deploy and MSBuild to deploy my app to my IIS 6 server. I keep getting a Web Deploy Client asking me to enter the username and password to the host.
Where do I set the username ...
0
votes
1answer
172 views
Web Deploy 3.0 Installation Fails
I am having difficulty installing Microsoft Web Deploy 3.0 to a Windows Server 2008 R2 box. I have tried installing with both the Web Platform Installer and the MSI package but installation fails ...
0
votes
1answer
288 views
Can I use Web Deploy to deploy a PHP application from IIS on Windows 7?
The Web Deploy 2.0 page on iis.net states the "Web Deploy Tool also enables administrators and delegated users to use IIS Manager to deploy ASP.NET and PHP applications to an IIS 7.0 server."
I'm ...
0
votes
2answers
554 views
Application Pool Identity corruption
I have observed a few times while deploying software into IIS that every now and again the related Application Pools fail to restart and in the Event Log we see an error like the following:
The ...
1
vote
2answers
58 views
Possible to enumerate what has been web-deployed to an IIS server?
Is there some way, e.g. through WMI, that I can query a box running IIS what web applications has been deployed to it using web-deploy?
Thanks in advance.
0
votes
1answer
431 views
WebDeploy 2.0 component on IIS7 - drive root permissions
I have installed and configured WebDeploy 2.0 on a (test) server so that WebMatrix and Visual Studio 2010 users can use this to upload their applications to our Windows 2008R2 environments.
This ...
1
vote
2answers
1k views
Kernel-mode Authentication: 401 errors when accessing site from remote machines
I have several Classic ASP sites that use Integrated Windows Authentication and Kerberos delegation.
They work OK on the live servers (recently moved to a Server 2008/IIS7 servers), but do not work ...
1
vote
2answers
716 views
IIS 7.0 Web Deploy authentication fails after changing Windows password… help?
I have a very basic Windows 2008 R2 Web Server running IIS 7.0.
This is just a test/practice server, so I enabled Web Deployment using Windows Authentication.
All was well and I was able to deploy ...