Click here to Skip to main content
15,894,106 members
Please Sign up or sign in to vote.
2.00/5 (2 votes)
See more:
I want Dotnet C#code asp.net for ......

for example in a organization have different application , when these aplications send or recived pakkets from outside of org. every or some packets scanned and if any issues (security/error/virous)occured in these packets that info store in a file(sqlserver). when that file open show packet info with error.

thank you
Posted
Updated 5-Jan-12 8:23am
v2
Comments
Sergey Alexandrovich Kryukov 5-Jan-12 17:40pm    
Not clear.
--SA

1 solution

Nobody is going to hand over code for a network sniffer. On top of that, you can't do that in an ASP.NET app anyway. This would normally be done as a Windows Service app. An ASP.NET app could be written to report on the data stored and to control the service, but that's about it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900