| Thread | Last Post | Replies |
|
| Need help in FrameBased FormAuthentication | 10 Dec 2004 15:04 GMT | 1 |
We developed a frame based .net web application. And using FormAuthenticaion. Everyting works fine but whn session is timed out then login page is there in all three frames. How this thing can be avoided. We tried it using targe top, parent but nothing worked for us.....
|
| Overloading webmethods | 10 Dec 2004 13:51 GMT | 2 |
Can I overload a webmethod? Is there some special mechnism necessary to make this work? If I compile something like this ... --- START OF CODE ---
|
| Class Problem(cross) | 10 Dec 2004 02:30 GMT | 1 |
i have 3 class.. Dim ws As New WebReference1.ProductDefinitionType() i can write this class's variables like this ws.LargeImage = "xxx"
|
| https and vs 1.1 | 10 Dec 2004 02:03 GMT | 2 |
I have a web service Im using on a machine via http in a dmz that works file. Im now attempting to use it in a second server, this one using https. When I attempt to add the Web Reference in vs.net 1.1, I get the following message:
|
| asp.net | 09 Dec 2004 18:08 GMT | 3 |
Hi I am followig a tutorial trying to create a basic web service and I have VS.NEtT 2003 and IIS installed on my pc however when I try and create a new ASP webservic project I get the following error message displayed: "VisualStudio.NET has detected that the specified Web Service ...
|
| Create WebService without Visual Studio? | 09 Dec 2004 15:03 GMT | 1 |
Can anyone provide any pointers or sample code on how to create/code a web service without using Visual Studio? I would like to make a single-file .cs class library with all the plumbing it needs to be a web service - it will be hosted in IIS.
|
| webmethod returns dataset | 09 Dec 2004 14:57 GMT | 1 |
I'm writing a webmethod to return a dataset using ado.net, the method takes parameters as follows: <WebMethod(Description:="This method is used to Get Account Report")> Public Function GetAccountReport(ByVal businessName As String, ByVal userName As
|
| WSE Security - Secure Conversation - (HOLDEVL34) | 09 Dec 2004 13:34 GMT | 3 |
I have played with the Hands-On-Lab HOLDEVL34. It is very good and I learned a lot! One question I have is the following: In example 3 (secure conversation), policies are used to get the sample
|
| Async Webservice, State and progress. | 09 Dec 2004 09:05 GMT | 3 |
I don't have too much experience developing webservices, specially the async side of it, but i'm trying to develop an (web)app that needs an async call to a webservice. I'm trying to have a ASP.NET page, that calls a webservice, and refreshes
|
| Problem with Policy Sample | 09 Dec 2004 08:39 GMT | 4 |
Hands-On Lab Lab Manual HOLDEVL34: WSE 2.0 Security and Policy Hi all
|
| missing MSDN article | 09 Dec 2004 08:10 GMT | 2 |
I'm having troubles finding the article "Expanding the Communications Capabilities of Web Services with WS-Addressing" from http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwse/html/soap mail.asp. It seems that is no longer available from the MSDN site. Does ...
|
| WebService, Soap, and Firewall | 09 Dec 2004 07:01 GMT | 7 |
All, I have a WebService created in .NET. I have VB6 Client consume the WebService (using Soap ToolKit 3.0) But I have couple user who got error accessing the WebServer with
|
| Namespaces | 09 Dec 2004 02:09 GMT | 4 |
I'm just starting to come to grips with web services in general, and I'm in the process of making some test projects based on example code from MSDN etc. When I create a new ASP.NET web service, VS.NET makes a new .cs file for
|
| Can't Open Db from Web Service | 09 Dec 2004 01:39 GMT | 4 |
I have a project consisting of a Web application and a Web service. The Web application calls the Web service to do some modifications in a database ( Microsoft Access ) When the OleDbConnection.Open function is called I receive the followin message:
|
| error when view multidimensional XML data | 08 Dec 2004 09:43 GMT | 2 |
im reciving an error when i tries to read multidimensional XML data, into my system. I'm receving the same errors discriped at: http://support.microsoft.com/default.aspx?scid=kb;en-us;325695
|