all groups > asp.net webservices > june 2007 > threads for june 1 - 7, 2007
Filter by week: 1 2 3 4 5
Set timeouts on IIS or Web.config
Posted by Mantorok at 6/6/2007 11:34:30 AM
Hi all
Can I just confirm something, if I set the session-timeout in my Web.config
(for my webservice) will this override the default 20-minute setting in IIS?
Also, is this an idle-timeout?
Thanks
Kev
... more >>
value of type "xxx" cannot be converted to "xxx"
Posted by Bert Leu at 6/5/2007 2:15:50 PM
I have a ASP.Net application that uses assemblies from several other
solutions. When testing the applications on my machine I build all the
referenced assemblies using nmake. The latest assemblies get placed in a
common directory that is referenced by my ASP.NET app.
Occasionally I receive the... more >>
Newbie, VIN Number decoder help
Posted by axelman at 6/4/2007 5:56:07 PM
Hi guys
I'm using VS2005, ASP.net 2.0 and SQL Server 2005
I've been asked to create a decoder app for cars VIN Number , I thought
maybe some of you could offer some advise, examples or links to go about
this project in ASP.net 2.0 using VB or C#, is there some kind of web
service we ca... more >>
HTTP 400 Bad Request inside get_DeclaringMethod() in mscorlib?
Posted by Ken Yee at 6/4/2007 12:36:44 PM
Is there any way to debug into the web service proxy in asp.net 2.x?
You used to be able to do this in asp.net 1.1 and you could fix the proxy
if need be. This seems like a bug in the proxy generator :-P
This API works fine most of the time, but occasionally get stuck where it
always gives ... more >>
MTOM!
Posted by Vai2000 at 6/4/2007 9:17:04 AM
I am using DIME currently was planning to upgrade to MTOM. After following
the simple example from their SDK things don't seem to work! I did all the
WSE settings through the wizard.
Client Code
>>>>>>>>>>>>>
WSEHost.Service serviceproxy = new WSEHost.Service();
// Specify that MTOM encodi... more >>
Web service instance still alive?
Posted by Mantorok at 6/1/2007 12:00:00 AM
Hi
C# 2.0.
I have an instance of a web-service assigned to a field, how would I know if
the session has timed-out on that web-service? Is there anyway of checking
this?
Thanks
Kev
... more >>
|