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

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -