Operational Services

Operational Services zorgt ervoor dat je website, portal of applicatie succesvol is en voorral ook blijft.

Homepage blog

 

Add browser history support for ASP.NET AJAX applications

17

Dec

AJAX applications can have one pitfall: the browser can't handle the history state, so the usual features don't work (back, forward, refresh, etc.). To overcome this you need to explicitly add browser history support. With ASP.NET (since 3.5 SP1) it's pretty straightforward. To do that you have to enable history in the ScriptManager and make an event handler for navigation.
Share:

Nuno Freitas schreef

Comments (0)

Nuno Freitas

"h is not a constructor" JavaScript error using ASP.NET AJAX

30

Nov

This error message can have different causes. I will talk about one of them, that I found reading the ASP.net forums (Bug : Setting ScriptPath). This is the type of error that can drive someone insane.
Share:

Nuno Freitas schreef

Comments (0)

Nuno Freitas

.NET Single Sign-On Authentication

19

Mar

Using standard .NET functionality it is easy to share the authentication cookie accross several sites when using Forms Based Authentication, even if these applications reside on different servers. It requires some minor changes to web.config and the authentication code.
Share:

Nuno Freitas schreef

Comments (0)

Nuno Freitas

"Resource not found" and how to show detailed errors

14

Jan

Sometimes you will see the error "Resource not found" in a .NET application, but without specifying which resource is missing. In this article it is explained how to find out more about which resource is causing this.

Nuno Freitas schreef

Comments (0)

Nuno Freitas

Increase SharePoint upload limits

09

Oct

Sometimes you will find the need to upload files larger than the default SharePoint limits allow. In this article it is explained not only how to increase the maximum permitted size limits, but also the execution and connection timeout limits, which will need to be increased for large files.

Nuno Freitas schreef

Comments (0)

Nuno Freitas
Page 1 of 2 in the ASPNET category Next Page