Any ASP.NET developers here? Having some issues since updating to the latest Visual Studio...
g
Grant
06/04/2020, 8:39 PM
What's going on?
b
Blake
06/05/2020, 11:13 AM
I figured it out... Either I or the update refreshed the web service reference. Which updated the web.config URL back to the generic one and not our company specific URL. Took me a day to figure that out. Yeah...
😣 1
👍🏼 1
s
suitedev
06/05/2020, 3:57 PM
Separate Topic.. have you had to deal with SameSite and ASP.Net Session cookies yet? Suddenly, all users were unable to log in. Turned out it was the SameSite updates recently enacted in Chrome.
b
Blake
06/05/2020, 5:11 PM
Haven't run into that one - looking into it now.
Blake
06/10/2020, 12:48 PM
Another separate topic... either of you had trouble setting custom field values? This is specifically for a sales order. I can see the proper parameters being passed to the NS service when creating the SO object but it just doesn't do anything with it (that I can tell).