473,791 Members | 2,995 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Should JIT be invoked by NETWORK SERVICE account?

This is about ASP.NET 1.0, but it may still applies to 1.1 and 2.0.

We have a very large web application, some part of the code calls EXE files
to do jobs. It all worked fine on Windows 2000 Server until we migrated the
app to a completely new Windows Server 2003.

In a long running Terminial session, we occasionally (often) see a popup
that says 'JIT Debugger was initiated by the user account NT
AUTHORITY\NETWO RK SERVICE'.

According to my lilmited knowledge about security, I think NETWORK SERVICE
account is a non-user account - it's built-in. JIT should never be invoked
for this account.

Am I right?
Sep 21 '06 #1
2 1512
NETWORK SERVICE is a non-user account, but it is the account some of the
services associated with .NET run under, so it is not surprising to see .NET
classes firing under this service or the JIT debugger come up due to errors
in the .NET classes fired up by this account.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** *************** *************** ****
Think outside of the box!
*************** *************** *************** ****
"Neo The One" <Ne*******@disc ussions.microso ft.comwrote in message
news:B1******** *************** ***********@mic rosoft.com...
This is about ASP.NET 1.0, but it may still applies to 1.1 and 2.0.

We have a very large web application, some part of the code calls EXE
files
to do jobs. It all worked fine on Windows 2000 Server until we migrated
the
app to a completely new Windows Server 2003.

In a long running Terminial session, we occasionally (often) see a popup
that says 'JIT Debugger was initiated by the user account NT
AUTHORITY\NETWO RK SERVICE'.

According to my lilmited knowledge about security, I think NETWORK SERVICE
account is a non-user account - it's built-in. JIT should never be invoked
for this account.

Am I right?

Sep 21 '06 #2
But this account has not a user interface (non-interactive accoutn) - what is
the use if JIT coming up under this accont if it cannot display UI?

"Cowboy (Gregory A. Beamer)" wrote:
NETWORK SERVICE is a non-user account, but it is the account some of the
services associated with .NET run under, so it is not surprising to see .NET
classes firing under this service or the JIT debugger come up due to errors
in the .NET classes fired up by this account.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** *************** *************** ****
Think outside of the box!
*************** *************** *************** ****
"Neo The One" <Ne*******@disc ussions.microso ft.comwrote in message
news:B1******** *************** ***********@mic rosoft.com...
This is about ASP.NET 1.0, but it may still applies to 1.1 and 2.0.

We have a very large web application, some part of the code calls EXE
files
to do jobs. It all worked fine on Windows 2000 Server until we migrated
the
app to a completely new Windows Server 2003.

In a long running Terminial session, we occasionally (often) see a popup
that says 'JIT Debugger was initiated by the user account NT
AUTHORITY\NETWO RK SERVICE'.

According to my lilmited knowledge about security, I think NETWORK SERVICE
account is a non-user account - it's built-in. JIT should never be invoked
for this account.

Am I right?


Sep 21 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
3656
by: Robert Tarantino | last post by:
Hello, I am trying to find a way to create a scheduled task or service that will copy my local profile folders under "Documents and settings" to a network drive. This would allow me to restore my settings if my profile became tampered with or corrupt. Is there any sample code available out there? -Robert
8
5190
by: Leo R | last post by:
Hi, Is it possible to create a network-drive at the SYSTEM-level? E.g.: map X: to \\server1\share so a windows service can reach X: without having to log on? I want a Windows .NET service to collect files from a UNIX-share (mapped to X:) that is exposed to windows using Hummingbird-software. Leo.
5
21571
by: Niloday | last post by:
Hi All, I am trying to access a mapped network drive from a service that I have created. The service needs to create/delete folders/files on a network drive. When I tried to connect to a folder on mapped network drive (eg. N:\Storage that corresponds to \\FS1NS\SharedDir\), I get an error as "Could not find part of path N:\".
2
5836
by: Ollie | last post by:
I have a COM+ queued component written in C# and I'm trying to get it to run under the 'NETWORK SERVICE' account, it runs perfectly fine under the 'interactive user' as this happens to be a admin account (this is my development machine) but when I switch the identity in the component services MMC I get an error when trying to start the queued component, see below (this is copied out of the event log) I am using windows 2003 server with...
1
2399
by: Daniel Xiao | last post by:
I write a program accessing files in network drive o:. It is doable as a standalone application. However, if it is running under windows service, the following exception will appear: 13/07/2004 10:24:48 AM run() error: System.IO.IOException: The specified network password is not correct. at System.IO.__Error.WinIOError(Int32 errorCode, String str) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare...
2
14264
by: TheBurgerMan | last post by:
Hi all. I am using W2K3, .NET2 on a machine running AD and Exchange. I started getting the message below last week. I googled the error and not much was returned, but I did find this; http://forums.asp.net/918725/ShowPost.aspx I tried both items in the forum and it works for a few hits then it happens again! Anyone have the same problem? How do I fix this?
0
1134
by: atx | last post by:
Hi, I have a web service, as I understand from msdn docs, web services in IIS 6 works with network service account. Therefore for a specific purpose, I have to access the HKCU registry of network service account and add some keys there. But the problem is that, How to do that, since network service account is not a normal user account. can you please tell me how to do such a change in reg (HKCU) of network service account?? thanks, atx
2
17712
by: ABCL | last post by:
Hi All, Can any one tell me that what is the difference between Network Service, Local Service and Local System ACcount for window services ABCL
5
1971
by: cj2 | last post by:
This code works: using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Linq; using System.Web; using System.Web.Services; using System.Web.Services.Protocols;
0
10427
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10207
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10155
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9995
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9029
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6776
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5431
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4110
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2916
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.