Better to reach out to subject matter experts in dedicated forums over here.
https://forums.asp.net/28.aspx/1?WCF+ASMX+and+other+Web+Services
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have the following:-
I tried using Web Deploy:-
I tried using ftp:-
but both approaches failed, where i got connection error. as follow:-
System.AggregateException: One or more errors occurred. ---> System.Exception: Build failed. Check the Output window for more details. --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at Microsoft.WebTools.Publish.PublishService.VsWebProjectPublish.<>c__DisplayClass43_0.b__3() at System.Threading.Tasks.Task`1.InnerInvoke() at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.Publish.Framework.ViewModel.ProfileSelectorViewModel.d__213.MoveNext()
---> (Inner Exception #0) System.Exception: Build failed. Check the Output window for more details.<---System.Exception: Build failed. Check the Output window for more details.
===================
so my question if i can manually deploy my asp.net web application to azure web app without relying on VS? for example using power-shell or from azure portal?
Better to reach out to subject matter experts in dedicated forums over here.
https://forums.asp.net/28.aspx/1?WCF+ASMX+and+other+Web+Services
Hi,
You have a lot of solutions.
You can:
as i mentioned using the ftp and web deploy did not work for me...i am asking about other methods