Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > .NET General

Vista - executing scripts within a web browser control under the system ac

Reply
 
Old 04-08-2009   #1 (permalink)
QSIDeveloper


 
 

executing scripts within a web browser control under the system ac

We have a .Net 2.0 webservice hosted under IIS that converts classic ASP
webpages into image files. When run under the system account, the underlying
web browser control is failing to execute the script that populates the page
with its data (the resulting image contains the static HTML elements, but no
data). Running a command line app, which bypasses webservice wrapper and
calls the conversion code directly, works as expected producing the static
HTML with the dynamic data. However, if the command line app is scheduled to
run using the "at.exe" command under the system account, the conversion
exhibits the same behavior as the webservice, that is, the dynamic data is
missing from the form. This points to a security restriction with executing
scripts within a web browser control under the system account. How do we
remove this restriction (group policy setting, internet setting, etc)?


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Executing PowerShell Scripts with IIS PowerShell
executing powershell scripts on server PowerShell
Executing batch files in PS scripts PowerShell
executing scripts async on remote hosts PowerShell
Executing scripts in the current directory PowerShell


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46