Hello folks. I've got web deployment setup on three servers right now. It works on two of them, but I can't get it to work on this one. I'm trying to deploy an application from VS2010 and I keep getting the following:
Error : Web deployment task failed.((8/7/2010 6:58:53 PM) An error occurred when the request was processed on the remote computer.)
(8/7/2010 6:58:53 PM) An error occurred when the request was processed on the remote computer.
The server experienced an issue processing the request. Contact the server administrator for more information.
Publish failed to deploy.
- Web Deploy is running
- Web Management Service is running
- The port for it is open
- The rules are setup per the web deploy site and my create app user has read permissions on the config folder and modify permissions on the applicationHost.config
- User is added to IIS Manager Permissions
- If I add the same user to IIS Manager Users I get a 401 error even though the password is correct
- Logs only show the following (domain replaced by x):
This is all incredibly weird that it's not working because it worked before. I didn't make any changes to it and then I try it again and it no longer works. The server was rebooted not long ago, though, so that might have affected it.
Any advice on how to figure out this issue would be greatly appreciated. It's probably something simple, but I can't figure it out for the life of me.
Also, while I'm at it, what are the proper settings for someone to be able to deploy a MSSQL 2008 database via web deploy? Say my server name is server.web.com and the MSSQL server is running on the same server. Do I need to add a specific user for this?
That's one thing I can't figure out.
Any news on this situation ? I'm having the exact same problem. Deployment was working perfectly well and stopped working without any change to the deployment parameters. Event log is clean, the deploying user's password has not expired, I'm at a loss with
this generic error :(
Ron1218
4 Posts
Error : Web deployment task failed.
Aug 07, 2010 11:25 PM|LINK
Hello folks. I've got web deployment setup on three servers right now. It works on two of them, but I can't get it to work on this one. I'm trying to deploy an application from VS2010 and I keep getting the following:
Error : Web deployment task failed.((8/7/2010 6:58:53 PM) An error occurred when the request was processed on the remote computer.)
(8/7/2010 6:58:53 PM) An error occurred when the request was processed on the remote computer.
The server experienced an issue processing the request. Contact the server administrator for more information.
Publish failed to deploy.
- Web Deploy is running
- Web Management Service is running
- The port for it is open
- The rules are setup per the web deploy site and my create app user has read permissions on the config folder and modify permissions on the applicationHost.config
- User is added to IIS Manager Permissions
- If I add the same user to IIS Manager Users I get a 401 error even though the password is correct
- Logs only show the following (domain replaced by x):
2010-08-07 22:05:23 ::1 GET /ping.axd - 8172 - ::1 Mozilla/4.0+(compatible;+Win32;+WinHttp.WinHttpRequest.5) 200 0 0 2
2010-08-07 22:06:30 174.142.169.33 POST /msdeploy.axd site=x.com 8172 webtest x.x.x.x - 401 2 0 74
2010-08-07 22:06:30 174.142.169.33 POST /msdeploy.axd site=x.com 8172 webtest x.x.x.x - 401 2 0 78
2010-08-07 22:07:22 174.142.169.33 POST /msdeploy.axd site=x.com 8172 webtest x.x.x.x - 401 2 0 68
2010-08-07 22:07:22 174.142.169.33 POST /msdeploy.axd site=x.com 8172 webtest x.x.x.x - 401 2 0 67
2010-08-07 22:07:47 174.142.169.33 POST /msdeploy.axd site=x.com 8172 webtest x.x.x.x - 200 0 0 340
2010-08-07 22:07:47 174.142.169.33 POST /msdeploy.axd site=x.com 8172 webtest x.x.x.x - 200 0 0 535
2010-08-07 22:10:03 174.142.169.33 POST /msdeploy.axd site=x.com 8172 webtest x.x.x.x - 200 0 0 518
2010-08-07 22:10:03 174.142.169.33 POST /msdeploy.axd site=x.com 8172 webtest
This is all incredibly weird that it's not working because it worked before. I didn't make any changes to it and then I try it again and it no longer works. The server was rebooted not long ago, though, so that might have affected it.
Any advice on how to figure out this issue would be greatly appreciated. It's probably something simple, but I can't figure it out for the life of me.
Also, while I'm at it, what are the proper settings for someone to be able to deploy a MSSQL 2008 database via web deploy? Say my server name is server.web.com and the MSSQL server is running on the same server. Do I need to add a specific user for this? That's one thing I can't figure out.
Thanks for your help.
IIS7 error Web Deploy web deploy
xlent_f
2 Posts
Re: Error : Web deployment task failed.
Aug 25, 2011 11:40 AM|LINK