| Thread | Last Post | Replies |
|
| WCF - Client Credentials (Username/Password) - ASP.NET Membership | 09 Jul 2008 11:33 GMT | 7 |
I am using the ASP.NET Membership provider for username/password authentication with my WCF service, and this authentication process is working fine, however I am unable to obtain the authenticated username within my WCF service. I need to know the username for database ...
|
| WCF cannot deserialise nested arrays | 08 Jul 2008 19:09 GMT | 1 |
I have a WCF service contract which has message containing a List<MyType> data member where MyType consists of a string Key and object Value. As expected this gets exposed as a MyType[] array in the service reference. In the client, I dynamically add Key/Value entries in the list.
|
| Substitute For Microsoft Script Control | 08 Jul 2008 18:50 GMT | 3 |
I am using the Microsoft Script Control on a VB.Net winforms form, and I use it to evaluate text based calculations that come from a database. For example, it evaluates "1+1" or "True And False Or True". It does that with code that looks like the following:
|
| Web Services And Msgbox | 08 Jul 2008 10:48 GMT | 2 |
I am using code in a VB.NET dll that is used for a winforms app, and calling some of the routines from a web service. Even though the code never makes it to a message box, message boxes are spread throughout some of these routines. I seem to be getting an error randomly in the ...
|
| Autoresponse | 08 Jul 2008 09:01 GMT | 3 |
I have a very basic question. How can I send site visitors who want to join a mailing list , a message acknowledging the receipt of their information automatically? I checked the properties of the button, the closest thing I found was
|
| Webservice build adds Crystal references in web.config? | 02 Jul 2008 16:49 GMT | 7 |
I have a webservice which every time I build it keeps adding Crystal references into the web.config? <add assembly="CrystalDecisions.Shared, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
|
| WCF with NAT | 02 Jul 2008 13:56 GMT | 1 |
I have a problem with WCF configuration. IIS server, that contains my wcf (web) service, is in a private network with a rule in firewall configuration that forwards https port on internet. The address of server in the private network is different from the public ip of internet. ...
|
| System.Net.WebException The request failed with HTTP Status 404 | 02 Jul 2008 09:54 GMT | 1 |
I am using a web service on my Local machine & on Dev box it was working fine till 1 hour back suddenly it started failing at local as well as at Dev box & the imp thing is that I have not deployed the code in Dev since more than 12 hours.
|
| Web Method Signature throwing ArgumentException | 02 Jul 2008 09:45 GMT | 1 |
If I create Web Method with input parameter datatypes other than strings then the Web Method pukes with a "System.ArgumentException Can't convert to DateTime" when the field is left blank. e.g public string myWebMethod(DateTime StartDate)
|
| How to add reference when working without VS.Net and inline code | 02 Jul 2008 09:30 GMT | 1 |
I am working on enhancing an aspx page. The server-side is written with inline code. The coding is not in VS. The task is to make calls a webservice http://company/vnwebservice/vnwebservice.asmx. The aspx page is not created in vs.net IDE but written through a text
|
| How to add webreference in aspx inline code | 02 Jul 2008 09:28 GMT | 1 |
I am working on enhancing an aspx page. The server-side is written with inline code. The coding is not in VS. The task is to make calls a webservice http://company/vnwebservice/vnwebservice.asmx. The aspx page is not created in vs.net IDE but written through a text
|
| tracing in webservices | 01 Jul 2008 21:57 GMT | 2 |
I'm trying to implement a trace from within my webservice. I'm debugging the trace code in the web service but every line that actually does any output is ignore within VS2005. for example:
|
| ISS web server will not run my .ASP page | 01 Jul 2008 17:46 GMT | 2 |
I've just installed IIS on my XP Pro computer so i can use my ASP pages and to test if thay are working!!. The problum i am having is when i go to my ASP pages it WORKS exepted when i go and try to post some infomation to my database using ASP in to a .mdb
|
| fire a method or event every hour automatically? | 01 Jul 2008 14:38 GMT | 2 |
I am new in web services and I am not sure it's related to web services. Is it possible a web application automatically fire a method or event every hour? It shouldn't be depend on aspx pages.
|