asp.net - Will this modal Microsoft EULA popup on my web-server? -
i debugging line of code:
sqldatasource ds = new sqldatasource(cs.providername, cs.connectionstring, selectcommand);
and microsoft eula dialog box popped up:
after declining it, ended debugging something:
i don't mind accepting eula's won't abide by, i'm concerned modal dialog popup, , stop, asp.net web-server.
will modal microsoft eula popup on web-server? microsoft guaranteed have architected "accept on demand" license agreements not try show gui dialog if it's not running on interactive session?
that's debugger popup, caused stepping reference source.
declining show disassembly instead of original microsoft source code.
if install visual studio , run debugger on server, pop up.
Comments
Post a Comment