Sep 20 2007

ATE - HOL in TechEd 2007 Spain

Category:Bil@l @ 10:37

I would like to inform you that I will be in the TechEd Developers 2007 in Barcelona-Spain as an ATE (Ask The Experts) and HOL (Hands On Lab).

Hope to meet a lot of you there!!

 

Regards

Tags:

Sep 16 2007

I hate VPCs

Category:Bil@l @ 20:13

I was working this evening on my laptop when I closed the top of it --> the laptop went to hibernate. At that moment I had the VPC 2007 open with a Visa OS on it.

When I tried to open the VPC again, I got an error saying:

A disk error occured. Press cltr+alt+del to restart

Up till this moment I don't know what went wrong and how to fix that.

Any help please?
Thanks

Tags:

Sep 13 2007

HttpModules and IIS 7

When working with an ASP.NET Web Application under Vista/IIS 7 and developing an HttpModule, watch out for the Application pool you are using. If your application is configured to work with classic application pool, then it is enough to define the module within the httpModules section as:

<httpModules>
       <add name="MyModule" type="MyModule" />
</httpModules>

If however, you have configured your web application to work with Default Application Pool (i.e. integrated mode), then you should add another entry to your web.config file as follows:

    <!--
  The system.webServer section is required for running ASP.NET AJAX under Internet
  Information Services 7.0. It is not necessary for previous version of IIS.
 -->
    <system.webServer>
        <validation validateIntegratedModeConfiguration="false" />
        <modules>
                <add name="MyModule" preCondition="integratedMode" type="MyModule" />
        </modules>
    </system.webServer> 

 

Thanks for my friend Wessam for hinting this to me!!
Regards 

 

Tags: , ,

Sep 12 2007

ASP.NET 2.0 AJAX 1.0 Extensions Overview

Category: AJAX-ATLAS | Telerik ControlsBil@l @ 06:08

I have presented yesterday an overview of the major sections in ASP.NET AJAX 1.0 Extensions in the Community Night gathering that took place in the Metropolitan Hotel. There will be a series of AJAX session by me to go in depth into all the fields of AJAX. Wait for them :).

You can download the PPT file from here: AJAX 1.0 Extensions Overview

 
 

Hope you enjoy it!
Regards
 

Tags: ,

Sep 6 2007

Web Icons for ASP.NET Web Applications

Category:Bil@l @ 18:54

I found this lovely website: http://www.aspneticons.com/ which offers free icons for ASP.NET Community!!

Feel free to visit the website and download the very cool and helpful icons from it!

Regards

Tags:

Sep 6 2007

LebDev Community Nights are back!!

Category:Bil@l @ 07:13

Leb Dev