CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2002
    Location
    Germany
    Posts
    18

    Application name in XP firewall settings

    Hello,

    I've got a problem with the Windows XP SP2 firewall and my VS2003 project.

    I wrote an application which offers a service to the network. So when I start my software the firewall message box appears and I command to no longer block my application. When I take a look afterwards to the exceptions list at the firewall settings I can find the entry for my program but without any name, just an empty line.

    I've filled AssemblyTitle, AssemblyDescription, AssemblyCompany and AssemblyCopyright in the AssemblyInfo.cs file, but it doesn`t help.

    What can I do to set up a proper name?

    Thanks!

    Thomas

  2. #2
    Join Date
    Jun 2002
    Location
    Madrid - Spain
    Posts
    28

    Re: Application name in XP firewall settings

    This code by Youngjin Kim is incredibly useful to manage WinXP Firewall: You can try it out:

    http://www.codeproject.com/w2k/WinXPSP2Firewall.asp

    Best greetings,

    Ricardo.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured