Sameer

Results 11 comments of Sameer

@laura-rodriguez nope. I gave up. I'm now using build machine with VS installed.

I have 2 VMs with agents - VM1 with full IDE and VM2 with just Build Tools and SDKs. My code projects compiles fine and successfully with VM2. However, I...

I created a simplest repo [here](https://github.com/sameer-kumar/anc-configuration-test) There is nothing fancy, just stock template AspNetCore 3.1 MVC app with modified Program.cs with code referenced from https://learn.microsoft.com/en-us/aspnet/core/fundamentals/configuration/?view=aspnetcore-3.1. This works locally however breaks...

Expected Result: Application should launch home page properly. ![image](https://user-images.githubusercontent.com/3660733/195447991-12de3639-6cd0-44c5-8ea0-86aa78869640.png) Actual Result: Application crashes. ![image](https://user-images.githubusercontent.com/3660733/195448334-d98a8c5f-7840-419f-8411-52f2e3a7c83c.png)

I have turned on File system logging. However, Log stream options are disabled for me. I guess it doesn't work on ASE. I have looked into Log stream from Kudu...

I'm still having the same issue when I'm behind corporate firewall. I tried following configurations in my project's typingsrc file: { "httpsProxy":"http://proxy:port", "httpProxy":"http://proxy:port", "strictSSL": false, "proxy":"http://proxy:port" } But nothing helped....

Still the same error for me. It's totally unusable. On May 30, 2016 2:19 PM, "Blake Embrey" [email protected] wrote: > @Cybermaxs https://github.com/Cybermaxs Can you try again? 403's are > returned...

Yes, I'm still getting 403. And I am not behind cloudfare. On Jun 1, 2016 4:14 PM, "Blake Embrey" [email protected] wrote: > @Cybermaxs https://github.com/Cybermaxs No, unfortunately. I have the >...