Navigation

Search

Categories

On this page

Das Blog ASP.Net 2.0 Vanishing Content
Using WSE 2.0 in ASP.Net 2.0
Date Format Recognition in ASP.NET Controls
CSS and ASP.Net
New Hosting Provider

Archive

Blogroll

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

RSS 2.0 | Atom 1.0 | CDF

Send mail to the author(s) E-mail

Total Posts: 16
This Year: 0
This Month: 0
This Week: 0
Comments: 1

Sign In
Pick a theme:

# Monday, March 05, 2007
Monday, March 05, 2007 9:02:54 PM UTC ( ASP.Net | Das Blog )

I recently had all my entries disappear from this blog.  After reading about the problem at dasblog.us I extended the session timeout on the site.  It looks to me like the session expired during a lengthy editing session, and left the system in an unstable state.  I had to upload a new version of web.config to get my content to display once more. 

This entry was created using Widows Live Writer, which writes directly to the site and will avoid any session timeouts. 

Comments [0] | | # 
Monday, March 05, 2007 7:02:12 PM UTC ( ASP.Net | Web Services | WSE )

I was tasked with developing a web service for our development team that would mimick the operation of a client web service that has access limited by IP address. This target service was developed with WSE 2.0.  The encryption used in WSE 2.0 is different from that in 3.0.  Allthough some posts I read said you could change the encryption mode, I decided it would be less risky to adapt WSE 2.0 to ASP.NET 3.0. 

There are lots of sample programs for using WSE 3.0 in ASP.Net 2.0, but none using WSE 2.0. Here are a couple of things that I had to change in the Web.Config given in the sample projects that come with the WSE install:


<
security>
<
x509 storeLocation="LocalMachine" allowTestRoot="true" allowRevocationUrlRetrieval="false" verifyTrust="true"/>
<!--
Replaced UsernameSignCodeService with App_Code for using WSE 2.0 in VS2005!!!! -->
<
securityTokenManager type="EcsMockWebService.CustomUsernameTokenManager, App_Code" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" qname="wsse:UsernameToken" />
</
security>


<
webServices>
<
soapExtensionTypes>
<!--
group="0" removed from the end of the following line to use WSE 2.0 in ASP.Net 2.0 -->
<
add type="Microsoft.Web.Services2.WebServicesExtension, Microsoft.Web.Services2, Version=2.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" priority="1"/>
</
soapExtensionTypes>
</
webServices>

Comments [0] | | # 
# Monday, January 29, 2007
Monday, January 29, 2007 4:53:54 PM UTC ( ASP.Net Controls )
Validating alternate date formats in ASP.Net
Comments [0] | | # 
# Monday, January 15, 2007
Monday, January 15, 2007 4:25:30 PM UTC ( CSS - ASP.Net )
Getting ASP.Net to play pretty with CSS.
Comments [0] | | # 
# Wednesday, November 29, 2006
Wednesday, November 29, 2006 4:27:15 AM UTC ( Web Hosting )
New Web Hosting Service
Comments [0] | | #