0x05962
0x05962
CC#
Created by 0x05962 on 9/4/2023 in #help
❔ azure asp.net help
everything works on local test but when i do the post on the server the controller doesn't respond
53 replies
CC#
Created by 0x05962 on 9/2/2023 in #help
displaying asp.net website with live server
30 replies
CC#
Created by 0x05962 on 9/2/2023 in #help
❔ how to use live server asp.net vsc
Need help setting this up
2 replies
CC#
Created by 0x05962 on 9/1/2023 in #help
❔ stockticker prints good but on the website viewbag.stockticker is nil, why is that?
71 replies
CC#
Created by 0x05962 on 8/31/2023 in #help
❔ post req controller
[HttpPost] public IActionResult StockData(string stockTicker){ _logger.LogInformation("StockData action invoked with stockTicker: {StockTicker}", stockTicker); return View("Privacy"); } no errors but the url doesn't change when return View happens
103 replies