Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:640880
More Search Options
RSS Available
Matching Posts
Re: Incorrect data parsing of SOAP header in ASP.NET
Hi Guang-Ming, Thanks a lot for the answer. It explains the problem indeed. /jv
Posted to
XML Web Services
(Forum)
by
Joannes Vermorel
on 8/12/2008
Incorrect data parsing of SOAP header in ASP.NET
We have put web services (time-series forecasting) in production quite a while ago at http://ws.lokad.com/TimeSeries.asmx For the WS authentication, we are using SOAP headers. For example, the IsAuthenticated web method expects the following request. <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap
Posted to
XML Web Services
(Forum)
by
Joannes Vermorel
on 8/6/2008
Filed under: soapheader
Re: Custom error page for SQL connection failure?
In case anybody would be interested, I have posted an HttpModule approach for this problem on my blog. See http://blog.vermorel.com/?p=87 Hope it helps, Joannes
Posted to
Configuration and Deployment
(Forum)
by
Joannes Vermorel
on 3/21/2008
Filed under: httpModules
Re: Custom error page for SQL connection failure?
Thanks a lot for all the answers. I have finally managed to solve the problem through a custom HttpModule. It's surprisingly simple to implement, and the design is much more modular compared to hard-coding stuff into Global.asax. Joannès
Posted to
Configuration and Deployment
(Forum)
by
Joannes Vermorel
on 3/20/2008
Re: Custom error page for SQL connection failure?
[quote user="Suprotim Agarwal"] In Global.asax, use this code. void Application_Error( object sender, EventArgs e) { // Code that runs when an unhandled error occurs Exception objErr = Server.GetLastError().GetBaseException(); if (objErr is SqlException) // Redirect user to Sql Error Page } [/quote] Thanks a lot for pointing out the Application_Error hook in Global.asax. Yet, my application is ASP.NET 2.0, and Global.asax looks a bit "legacy" (maybe I am totally wrong on that
Posted to
Configuration and Deployment
(Forum)
by
Joannes Vermorel
on 3/18/2008
Re: Custom error page for SQL connection failure?
[quote user="Suprotim Agarwal"]e the SqlException in Catch and redirect the user to the desired page[/quote] Yes, but I would really prefer a solution at the application level (not having to modify every single page in the application.. Joannès
Posted to
Configuration and Deployment
(Forum)
by
Joannes Vermorel
on 3/18/2008
Re: Custom error page for SQL connection failure?
Sorry for being ambiguous. I do not want to intercept all 500 errors. Only the one that are caused by a database connection failure. Joannès
Posted to
Configuration and Deployment
(Forum)
by
Joannes Vermorel
on 3/18/2008
Custom error page for SQL connection failure?
I would like to have a custom error page for SQL connection failure. Note that it is just a particular case of the 500 internal error situation. Does anyone knows how to do that? Thanks in advance, Joannès Lokad.com sales forecasting
Posted to
Configuration and Deployment
(Forum)
by
Joannes Vermorel
on 3/18/2008
Filed under: sql, customErrors
Re: Amazon Web Services: Hosting a .net website on the Elastic Computing Cloud
I would also be very interested by the answer. Although, since EC2 does not support Windows Server; this is probably quite a painful path. Best regards, Joannès lokad.com demand forecasting
Posted to
Hosting Open Forum
(Forum)
by
Joannes Vermorel
on 9/21/2007
Filed under: ec2, elastic, amazon, hosting
Re: FTP publish associated to a WDP ?
Hi Benson, Thanks for the tips, you've correctly guessed our situation and our needs. Actually, we have a lot of directories; the script generation is going quite a complex task. Also, we need to clean-up first the target FTP directory. I have been in contact with "MsBuild Community Tasks" team recently; and it seems that they are planning a FtpMassUpdate task that would basically solve this issue. Best regards, Joannès
Posted to
VS Web Deployment Projects
(Forum)
by
Joannes Vermorel
on 9/20/2007
Filed under: msbuild
Page 1 of 22 (212 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
IT Manager Podcast #31: Talking About Virtualization
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 1: Introduction
WindowsClient:
MSXML XHTML DTDs - making the web better
TechNet Edge:
How it works: Active Directory Rights Management Services
Channel 9:
Inside Windows 7: Recovering Windows from System Degradation and Boot Failures
Channel 10:
Ebay Launches IE8 Webslice for Holiday Shopping
Channel 10:
New Windows Smartphone Includes Built-in PowerPoint Projector
Channel 10:
Bing's Top Searches Reveal Our Celeb Obsessions
Channel 9:
Ping 39: Chrome is here, Dancing in MS Stores, Iphone & Bing
ASP.NET:
Building Twitter Search using the ASP.NET Ajax Library Beta – Part 1
Silverlight:
Using Azure as a Silverlight Streaming replacement
Silverlight:
Building extensible Silverlight applications with MEF
TechNet Edge:
Joachim Nässlander on Live Migration
ASP.NET:
T4MVC 2.6: MVC 2 Areas support
ASP.NET:
Script# Update - v0.5.5.0
Channel 10:
Difference between DirectX 10 and DirectX 11
Channel 10:
WHS Power Pack 3 Arrives
Channel 10:
ASUS Brings GUI to BIOS
ASP.NET:
Microsoft AJAX CDN – Now with SSL Support
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online