Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8512147
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T04:12:08+00:00 2026-06-11T04:12:08+00:00

I’ve written a .net 4.0 framework app (in VB.net). It’s a simple thing really,

  • 0

I’ve written a .net 4.0 framework app (in VB.net). It’s a simple thing really, basically just a screensaver with a few bells and whistles.

It DOES use the webclient functions of .net to make queries to various sites on the internet, however.

But it IS NOT a web application. It doesn’t run under ASP, or, as far as I can tell, have ANYTHING to do with ASP.net.

However, when I run it on a machine with Comodo Firewall installed, I get warning popups from Comodo indicating that

1) the program is trying to access the internet (this is a good thing, no problem here).

but

2) That the program is trying to create registry keys like:
hklm\system\controlset001\services\asp.net_4.0.30319\names{somelonghexvalue}

Now, I’ve always followed the rule that basically the only things that muck around in HKLM are installers, but here this app is trying to do something in there. And it’s coming from the .net framework, my app isn’t requesting any key at all from the registry.

I’m guessing that it’s something that the framework has been given permission to do, even if the current user would not have rights to create keys in HKLM (since I get no errors, even when the app runs under credentials with very few rights).

So, my question is, anyone run into this before, or have any idea as to why the framework would be creating ASP.Net reg keys when running a standard EXE that doesn’t have anything to do with ASP.net?

I did turn up this question,
ASP.NET 4 registry changes
but the asker in that case was actually dealing with ASP.net applications. In this case, I’m not.

–EDIT–
Added the code used to perform the HTTP Get, for Clara

Dim request As HttpWebRequest = DirectCast(WebRequest.Create(requestUri), HttpWebRequest)
Dim resultPage As String = String.Empty
Using httpWebResponse As HttpWebResponse = DirectCast(request.GetResponse(), HttpWebResponse)
    Using responseStream As Stream = httpWebResponse.GetResponseStream()
        Using reader As New StreamReader(responseStream)
            resultPage = reader.ReadToEnd()
        End Using
    End Using
End Using
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T04:12:10+00:00Added an answer on June 11, 2026 at 4:12 am

    It’s updating the ASP.NET performance counters for some reason, although I’m not sure why.

    That registry key stores the named pipe name for ASP.NET:

    Pipe names. One per each running worker process. See “What happens at
    runtime?”. This sub-key appears only on the 32 bit versioned keys.

    …

    During runtime, whenever a web application is run and the worker
    process starts, it loads webengine.dll (or webengine4.dll in .Net
    4.0). This library, among other many things, will initialize the performance counters local storage in the process. It will also create
    a named pipe to which clients will be able to connect and read the
    counters data from. The name of the pipe is stored in the
    HKLM\SYSTEM\CurrentControlSet\services\ASP.NET_x.x.xxxxx\Names
    registry key, so clients can find it.

    The processing of the named pipe is asynchronous. The library uses an
    IO completion thread from the CLR, which wakes up every time

    References:

    ASP.NET Internals – Performance counters implementation details

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have just tried to save a simple *.rtf file with some websites and
link Im having trouble converting the html entites into html characters, (&# 8217;) i
Basically, what I'm trying to create is a page of div tags, each has
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I am doing a simple coin flipping experiment for class that involves flipping a
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
We're building an app, our first using Rails 3, and we're having to build
Seemingly simple, but I cannot find anything relevant on the web. What is the
Does anyone know how can I replace this 2 symbol below from the string
I am writing an app with both english and french support. The app requests

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.