blah blah blah is here! blah blah » Close

0
votes
1 answers

WebPart Personalization with custom, CAC authentication

Okay guys, let me paint the picture for you. We're going to be moving to CAC authentication with digital cirtificates. I'm putting together a new page that I am going to use the WebPart classes for. I'd like to tie the personalization of ...

0
votes
1 answers

Windows Services and Web Services

Hey, I was reading the article in this months MSDN magazine, and I have a question for you guys. The gist of the article was how to perform periodic tasks, reliably, as easily as possible. You have a web app right. Included in that app ...

0
votes
1 answers

Crystal Reports .NET

Does anyone have any experience developing Crystal Reports in .NET? I can do some basic stuff, but I'm having a problem with a report I'm trying to write. I've created a DataSet in C#, and saved the schema to an xsd file. I've successfull ...

0
votes
1 answers

What's Inside?

Hello All, I've got a question about catching packets coming and going from a computer. I know how to capture the packet itself, no big deal. But, how do you make sense of the information in the packet programmatically? Are there any libra ...

0
votes
1 answers

Broken Intellisense

Has anyone ever experienced the following? I've got a Web Service Proxy class exposing a method for an external system. The method has over 150 parameters. Yeah, 1 5 0 parameters. Intellisense picks up the class and all its methods and pr ...

0
votes
1 answers

.NET Remoting

Hey All, I'm trying to write some .NET remoting objects that can inform clients of events. Using delegates and event handlers, registering the Remoting object in the server, getting a reference from the client, blah blah. Then, when I cr ...

0
votes
1 answers

Consulting Business

Hello All, I've got a question for those of you who either make extra money on your own, or those of you who own your own business developing for other companies. How do you get started marketing yourself and your abilities? Any tips for ...

0
votes
1 answers

Consuming Remedy C Library

Hello, I'm trying to programmatically talk to Remedy, you know, the major Service Management Center. There are 2 ways that I know of to talk to their server, through their web services written in Java, and through their API written in C, n ...

0
votes
1 answers

Windows 2000 User Impersonation

Hello, I've got a problem. I need to run some code inside a Windows Service as a specific user, and the user can change, depending on several different cercumstances. So, I know that I need to be using WndowsIdentity Impersonation, but all ...

0
votes
1 answers

Port Information

Hello, I've got a problem, and I'm wondering if anyone can help. I would like to be able to connect to a dynamic host, and a dynamic port with TcpClient's or Socket's or something, and then I would like to gather information about that po ...

0
votes
1 answers

Threading Problem

Hello Again, I've got a question about .NET / C# Threading. I have a particular pieve of code that I want to run when I user takes a specific action on a web page. The problem is that the action could potentially take hours. So, I thought ...

0
votes
1 answers

ASP.NET ListBox Woes

Hello All, Got a wierd EventHandler problem I could use some help with. I am writing a Server Control that has 2 DropDownList's. The second list is populated by the results of the selected index of the first. So it is empty until you make ...

0
votes
1 answers

.NET Security

Hello All, I was wondering if you guys could recommend some good resources on .NET security, PKI integration, exc. I'm trying to do some research for a couple projects I've got coming up. Cheers, Pathogen

0
votes
1 answers

Setting Permissions

Hello, I've got a question regarding programmatically setting permissions on a directory. The application is an account creation tool, that creates Active Directory, Exchange, and a helpdesk account simultaneously. In the process, it also ...

Feedback