Any <ASP.NET> developers here? Having some issues ...
# suitetalkapi
b
Any ASP.NET developers here? Having some issues since updating to the latest Visual Studio...
g
What's going on?
b
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
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
Haven't run into that one - looking into it now.
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).