WCF and web client authentication issues.
Sun, 29 Jun 2008 23:02:15 -0700 (PDT)
Hi People!
I'm building a SOA style application that contaisn a DB->Data Access
Layer->Business Logic Layer->WCF service. From there I will have three
types of clients: a web application, a win forms application, and a
compact framework application.
My question relates to authentication between the web appl ...
|
fire a method or event every hour automatically?
Fri, 27 Jun 2008 09:03:03 -0700
Hi there,
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.
Regards,
Monica. ...
|
Simple Classic asp questions ... Response.Redirect
Tue, 24 Jun 2008 19:37:24 -0400
Why cannot I do this?
in an asp site www.Site1.com page, I have this:
<% response.redirect "http://www.Site2.com?a=1" %>
when it is redirected, I always see it as if it were:
http://www.Site2.com
It drops/strips off the paramaters.
Please respond asap.....my website is not functioning because of this
...
|
SOAP Errors
Tue, 24 Jun 2008 05:50:02 -0700
We currently have a MOM 2005 solution where we have a MOM management group
in one forest and other management groups in another forest. I have set up
product connectors from MOM in the 2nd forest for alert forwarding.
Source: MOM to MOM Connector
Event ID: 10028
"Updating data threw an unknown SoapExcep ...
|
ISS web server will not run my .ASP page
Mon, 23 Jun 2008 09:26:07 -0700
Hi,
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
database and when i do it gives me a error o ...
|
Web Method Signature throwing ArgumentException
Fri, 20 Jun 2008 10:00:00 -0700
Hi,
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)
Is there a way to trap and handle this exception. Does this con ...
|
Authenticate to a Web Service
Fri, 20 Jun 2008 14:09:01 +0100
Hi,
I have to interact with a Web Service exposed by a partner organisation.
This Web Service requires that I authenticate to it before I can
successfully call its methods.
The partner organisation has supplied the following to me:
Username
Password
Secret Answer
User Group
HEI User (Y/N)
HEI Cou ...
|
|
|
C# won't Late Bind
Fri, 20 Jun 2008 05:30:02 -0700
I would like to add a late bound Excel version 5 object to a button on an asp
web page written in C#. It must be late bound because a late bound call to
excel 5 will correctly maintain compatibility with all versions of Microsoft
Word starting with version 5 going forward. C# apparently does not late
bind. ...
|
Possible to configure webservice to tell client to bypass proxy
Fri, 20 Jun 2008 04:23:01 -0700
Hi!
I don't have too much experience with proxies, but have stumbled into a
little nut. We've got a flash on a website that calls a couple of webservices
on another server.
Flash has a very thin proxy object, and you can't configure much on it.
Our customer, and a few of theirs surf via a proxy and get a co ...
|
INTERACTION.CREATEOBJECT
Thu, 19 Jun 2008 07:46:00 -0700
Coming from a VB platform, I am trying to use code to populate an Excel
spreadsheet with a late bound Excel object: (It hangs on the Interaction
object which is found in VB but obviously not in ASP.NET). It requires a
valid SQL string be passed in. How can I make this work in ASP.NET? I
placed both VB and ...
|