| Thread | Last Post | Replies |
|
| Perimeter Service Router using username tokens and kerberos | 29 Mar 2006 04:03 GMT | 1 |
I'm attempting to implement a perimeter service router to route external requests to an internal web service. My internal web services are secured using Kerberos, but I'd like to pass a username token through the router to the internal service for authentication (against a ...
|
| Remoting vs WebServices - Microsoft recommendation for web based apps... | 28 Mar 2006 19:45 GMT | 3 |
I have spent the last few weeks trawling blogs, newsgroups, MSDN articles etc etc trying to make some decisions for a large scale application I am undertaking which will be internet based but using a SmartClient type Win Forms client. Im trying to decide on my architecure...
|
| Security and Remoting Problem | 28 Mar 2006 02:39 GMT | 1 |
Thanks in advance for any pointers or help you can provide... I am rather new to all this so forgive any newbie mistakes... I have a WinNT Service written in C#. Once it starts up, it exports an IPC-based remote object interface to permit another component of my application
|
| Where can I download free VS.NET 2005 ? | 27 Mar 2006 06:47 GMT | 1 |
Where can I download free VS.NET 2005 ? If you know where pls email for me at : natuan@tma.com.vn hqtien@tma.com.vn
|
| general architecture question | 26 Mar 2006 23:58 GMT | 4 |
I'm setting up a c# client/server application in a 3tier system. Everything from the business objects down through the DAL is stateless. This seems to work great for clustering but the architectural problem I'm running into is that now I have to figure
|
| Changing a Date Time Value | 26 Mar 2006 23:58 GMT | 2 |
I have a form with a date time picker or it and a button. When the button is pressed it passes the date/time into a stored procedure that queries an SQL database. Because the date time format is different I am receiving an error. I want the date format to be “dd-MMM-YYYY HH:MM ...
|
| recommendations on EAB for net 2.0? | 26 Mar 2006 19:50 GMT | 1 |
hi.. i'm about to build an application using EAB for data,logging and exception, i've heard somewhere that code in there is amaturish, and from others that it complicated their lifes,
|
| Getting Folder attributes | 24 Mar 2006 02:11 GMT | 1 |
I am trying to find out whether a given folder is a readonly or not. The code below works great if the folder is on a local drive but does not work if it is a UNC Path. The attributes returns 48 for UNC and I am not sure what that is and for
|
| An error occurred while enlisting in a distributed transaction | 22 Mar 2006 17:04 GMT | 1 |
I am trying to wrap some DB calls in a com transaction for testing purposes (make a bunch of calls to the DB, check if they look right, rollback any changes, move on to next test). So far it works fine running against a local SQL Server, but I can't
|
| XmlSchemaException in App.config using UIP Application Block | 20 Mar 2006 22:06 GMT | 7 |
Does anyone know why I might be getting an XmlSchemaException in App.config configured as below to use the UIP Application Block? I get the following error for every element, sub-element and attribute within the <uipConfiguration> element:
|
| I want to use my .Net assembly in VB 6.0 software | 20 Mar 2006 19:35 GMT | 1 |
I am using Microsoft Retail Management System and want to customize it. Does any one have any idea how to deploy my .Net dll to the RMS software. The RMS is developed in VB 6.0. Thanks in advance
|
| unicode | 20 Mar 2006 00:46 GMT | 3 |
I have a problem: I need to convert a standard string to a unicode string and want to send this unicode-string to a Stored Procedure in SQL-Server. How do I convert a usual String to a unicode string? When I use a bounded field and
|
| com+ remote server giving access denied exception | 20 Mar 2006 00:45 GMT | 2 |
I have a dot net component targeting COM+. From my mechine I can access the COM+ service successfully. When I move the client to a remote server with application proxy installed, I get "acccess not allowed " error. My COM+ application is a server application and network is not in ...
|
| long running process from ASP.NET page | 20 Mar 2006 00:37 GMT | 1 |
The situation I have is that I have a long running process (that takes 15 min to process) kicked off from an ASP.NET page. I launch a thread and kick of the process and return instantly. I store information about the thread in the session variable, which allows the user to ...
|
| Best Practices for Error Handling | 19 Mar 2006 23:54 GMT | 2 |
I'm in may first smart client application and I'm using a web services structure to communicate the UI with the server. I'm not sure about the best way to return errors to the client UI (for example, a invalid foreing key, a biz rule that was broke for the user and so on). I could ...
|