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:

enter image description here

after declining it, ended debugging something:

enter image description here

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

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -