| Thread | Last Post | Replies |
|
| Direct authentication with UserrNameToken over certificate | 04 Apr 2006 07:51 GMT | 4 |
After readfing the Web Security Guide, I tried to implement ditrect authentication using a UsernameToken by implementing the usernameForCertificateSecurity policy. I have a web application client which communicates with a service. I have a
|
| WS needs reference to custom component | 04 Apr 2006 07:18 GMT | 3 |
I need to add a reference to a custom component in a web service. I created a new web service using VS2005 but there was no place to add a reference in the Solution Explorer. I could use Notepad to create the web service but I'd prefer to create it in VS. What do I need to do? ...
|
| Discovering the VS project from a SchemaImporterExtension | 03 Apr 2006 20:59 GMT | 5 |
I am stuck here. Any help is greatly appreciated! I am writing a SchemaImporterExtension for use with "Add Web Reference" in Visual Studio. Ideally, I want to know within this extension the collection of dlls that are referenced by the current project, so that I can resolve and
|
| Architecture Advice | 03 Apr 2006 17:33 GMT | 5 |
we currently run several web services which run from a sql back end. Currently all users are authenticated before using each webmethod by passing a user id in the soap body, and authenticating against sql. I want to implement a single sign on whereby users are authenticated and
|
| Implement Interface and Cast to Web Service? | 03 Apr 2006 16:12 GMT | 1 |
I have an Interface compiled into a .dll, referenced in a VS.NET 2003 Web Service project. The default .asmx implements the Interface. All of the Interface-defined methods return strings. I have a WinForms client that also includes the Interface .dll in it's
|
| ThreadAbort Exceptions !! HELP !! | 03 Apr 2006 16:10 GMT | 5 |
I've seen many blogs address this issue and always end up associating it with the infamous Response.Redirect without the second parameter. Our web team assures me they've exhaustively gone thru the entire website and taken care of this issue on their end.
|
| Upload Files using WebServices | 03 Apr 2006 08:39 GMT | 1 |
I want to upload files from client to web server using web serices. can you, please, help me. Thanks.
|
| How to disable/modify the default test pages for asmx web services? | 03 Apr 2006 02:39 GMT | 3 |
When I run a web service project, ASP.NET shows me a default web method invoke page. How can I disable/modify the default test (or method invoke) page of the ASP.NET web services?
|
| ASPX | 03 Apr 2006 00:51 GMT | 2 |
We are implementing an application that sends reminder emails to employees in other departments through intranet. The application comes with an email template in ASPX. Can I modify the codes to include an attached word document? Where should I store the word document? The APSX ...
|
| Webservice security. | 02 Apr 2006 21:26 GMT | 3 |
I need to require client authentication via X509 certs for my web service. My web service will just do xml over http . No Soap. How can i configure my web service to require exchange of certificates with clients as opposed to server authentications.
|
| Host a Web Service in a Windows Forms Application | 02 Apr 2006 17:52 GMT | 2 |
I am making a prototype system with a Pocket PC that must connect to a Server Application. Unfortunately, the server cannot be a Web Server, but a simple Windows Forms Application.
|
| Where to find/get XML version of response? | 02 Apr 2006 11:59 GMT | 2 |
I have a client that inherits from System.Web.Services.Protocols.SoapHttpClientProtocol. I create a proxy object and then call one of the web service methods, which returns
|
| delegation question | 02 Apr 2006 11:50 GMT | 2 |
I'm building out a pretty standard n-tier web application. The stack includes application/presentation, biz logic, and data access layers on top of an SQL server back end. We want to use impersonation and delegation to forward the user's Windows
|
| I must be Stupid: Cannot get authorization extension to work at all | 01 Apr 2006 23:56 GMT | 2 |
I must be really stupid or something, because I cannot get this to work at all. I have the following in my policy file: <policies xmlns="http://schemas.microsoft.com/wse/2005/06/policy">
|