.NET on XP SP2

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am developing on an XP client using SP2 with the firewall enabled. The
problem is, it is brutally slow. I end up having to turn off the firewall in
order to do any decent developmen work. Anyone else running into this
problem?
 
try running a different firewall for example Norton or ZoneAlarm (available
free). If no good you can disable .NET security with the following command,
but I don't know exactly what this protects against:

C:\Windows\Microsoft.NET\Framework\v1.1.4322\caspol -s off

You can run this in command prompt

--
Thanks,
Andrew Bonney (abweb)

www.andrewbonney.com
(e-mail address removed)
Tel: 01943 872966
Fax: 08701 309329

abweb is a registered Microsoft partner


This e-mail was scanned with Norton AntiVirus 2004 software for viruses and
worms prior to the message being sent. If you received this e-mail in error,
please reply to abweb to explain the problem. Please do not read the e-mail
as it may contain personal information.
 
I use a 3rd part firewall (Computer Associates eTrust EZ Firewall - Free)
and have no problem using VS.NET.
 
Back
Top