Sign in
|
Join
in
Current Tags
Hosam Kamel's Blog (blog)
ASP.NET Community Bloggers (group)
(Entire Site)
ASP.NET Weblogs
Home
Blogs
This Blog
Home
Contact
Syndication
RSS
Atom
Comments RSS
Recent Posts
Required Permissions for Team Foundation Administration Console
ATL Cairo | Summer internship Program - 2013
ATLC- Graduation Project Sponsorship Program
Introduction to the Multilingual App Toolkit
Microsoft Products Portfolio in One Page
Sponsors
advertise here
Tags
.NET
.NET 3.0 & .NET 3.5
.NET 3.0 & .NET 3.5
.NET 4.0
.NET Tips & Tricks
AJAX
ALM
ALM Summit
ALM Summit 2011
Architecure
ASP.NET
ASP.NET Deployment
ASP.NET MVC
ASP.NET Tips & Tricks
ASP.NET Tips & Tricks
Azure
Best Practices
Build Extensions
Channel9
Cloud
CodePlex
Community
Community Projects
Developer Tools
DevTools
do more with less using .NET 2.0 series
Eclipse
Egypt
ESRI
Events
Extension Of The Day
ExtensionOfTheDay
Free Tools
FxCop
Geek tools
IIS 6.0
IIS 7.0
Integration
ISV
Java
JavaScript
jDeveloper
LINQ
Live Earth
MEA (Middle East and Africa)
Merge
Microsoft
Microsoft Mondays
Microsoft SharePoint
Microsoft Test Manager
MSBuild
MSDN DevLabs
MSSCCI
MTM
MVC
Open Source
Patterns and Practices
Performance Optimization
PHP
SharePoint Server 2010
Silverlight
SQL Server 2005
SQL Server 2005 tips
SQL Server 2008
SQL SREVER Compact
SSIS
SSRS
Team Build
Team Explorer
Team Explorer Everywhere 2010
Team Foundation Server
TEE 2010
TFS
TFS 2005
TFS 2008
TFS 2010
TFS Team Build
Vista
Visual Studio
Visual Studio 2005 Tips
Visual Studio 2008
Visual Studio 2010
Visual Studio 2010 RC
Visual Studio 2010 Ultimate
Visual Studio 2012 RC
Visual Studio Test Professional
VSTS
WCF
Web Application Project
Web Services
Webcasts
Weblog.asp.net
Windows
Windows Live
Windows Live Services
Windows Server 2008 Server Core
Windows Vista
Windows8
WPF
XML
News
Blogroll
Marwan Tarek's blog [MVP SharePoint]
TechnicalArchitectureWorx
Essam Salah
FCI-H
shady's
Scott Hanselman
ScottGu's Blog
Ayman El-Hattab's SharePoint Blog
MEA Center of Expertise
Archives
April 2013
(1)
March 2013
(1)
October 2012
(1)
August 2012
(1)
July 2012
(1)
June 2012
(5)
May 2012
(2)
April 2012
(4)
March 2012
(3)
February 2012
(1)
January 2012
(4)
December 2011
(12)
November 2011
(1)
September 2011
(3)
August 2011
(1)
July 2011
(2)
May 2011
(2)
May 2010
(4)
March 2010
(1)
November 2009
(2)
October 2009
(10)
September 2009
(1)
August 2009
(1)
April 2009
(1)
March 2009
(2)
January 2009
(3)
December 2008
(1)
November 2008
(8)
October 2008
(2)
September 2008
(2)
August 2008
(2)
July 2008
(6)
June 2008
(7)
May 2008
(4)
April 2008
(8)
March 2008
(14)
February 2008
(12)
January 2008
(16)
December 2007
(19)
November 2007
(5)
October 2007
(13)
September 2007
(24)
Hosam Kamel's Blog
Browse by Tags
All Tags
»
ASP.NET Deployment
(
RSS
)
.NET
.NET 3.0 & .NET 3.5
.NET 3.0 & .NET 3.5
.NET 4.0
.NET Tips & Tricks
AJAX
ASP.NET
ASP.NET 4.0
ASP.NET MVC
ASP.NET Tips & Tricks
ASP.NET Tips & Tricks
do more with less using .NET 2.0 series
Free Tools
Geek tools
IIS 6.0
IIS 7.0
LINQ
Microsoft
MVC
Performance Optimization
SQL Server 2005
SQL Server 2005 tips
SQL Server 2008
TFS Team Build
Vista
Visual Studio
Visual Studio 2005 Tips
Visual Studio 2008
Visual Studio 2010
VSTS
WCF
Web Application Project
Weblog.asp.net
Windows
Windows Server 2003
Windows Server 2008 Server Core
[ASP.NET 4.0] Persisting Row Selection in Data Controls
Data Control Selection Feature In ASP.NET 2.0: ASP.NET Data Controls row selection feature was based on row index (in the current page), this of course produce an issue if you try to select an item in the first page then navigate to the second page without...
Posted
May 09 2010, 11:33 PM
by
Hosam Kamel
with | with
4 comment(s)
Filed under:
Weblog.asp.net
,
Web Application Project
,
ASP.NET Tips & Tricks
,
ASP.NET
,
ASP.NET Deployment
,
ASP.NET Tips & Tricks
,
.NET 3.0 & .NET 3.5
,
Visual Studio 2010
,
.NET 4.0
,
ASP.NET 4.0
What is New in ASP.NET 4.0 Code Access Security
ASP.NET Code Access Security (CAS) is a feature that helps protect server applications on hosting multiple Web sites, ASP.NET lets you assign a configurable trust level that corresponds to a predefined set of permissions. ASP.NET has predefined ASP.NET...
Posted
May 06 2010, 12:33 PM
by
Hosam Kamel
with | with
2 comment(s)
Filed under:
Weblog.asp.net
,
ASP.NET Tips & Tricks
,
ASP.NET
,
ASP.NET Deployment
,
ASP.NET Tips & Tricks
,
ASP.NET MVC
,
.NET 4.0
Workaround for a slow closing of Web projects
A few users reported that with Web projects located on a remote machine closing project or solution may hang Visual Studio and Visual Web Developer Express for several minutes. We found that the issue may be caused by VS logging component that collects...
Posted
Jan 21 2009, 05:12 PM
by
Hosam Kamel
with | with
no comments
Filed under:
Web Application Project
,
ASP.NET Tips & Tricks
,
ASP.NET
,
Visual Studio
,
ASP.NET Deployment
,
Visual Studio 2008
,
ASP.NET Tips & Tricks
Secure File Download Area using IIS 6.0 and IIS 7.0
For IIS 6.0: ASP.NET Forms authentication will only secure content that is processed by the aspnet_isapi.dll (mainly .aspx files). If you need to replace other static file types (such as text files, video files, etc...), you can do that by mapping them...
Posted
Dec 15 2008, 10:54 AM
by
Hosam Kamel
with | with
3 comment(s)
Filed under:
ASP.NET Tips & Tricks
,
ASP.NET
,
ASP.NET Deployment
,
Visual Studio 2008
,
IIS 7.0
,
IIS 6.0
[Resolved] rename windows 2003 server
Last week I was checking ASP.NET Forums as usual and I had answered a thread about renaming Windows Server 2003 and the impact of this renaming on IIS. The issue was , after renaming the machine the http://ServerName no longer resolved to the localhost...
Posted
Nov 25 2008, 06:00 PM
by
Hosam Kamel
with | with
no comments
Filed under:
ASP.NET Deployment
,
Microsoft
,
Windows
,
Windows Server 2003
ASP.NET MVC project and TFS Team build issue
I was trying to include my ASP.NET MVC project in a TFS team build today but the build failed so I've investigated this issue and thought it will be helpful to share it with the community. To get the MVC project build successfully with the team build...
Posted
Nov 20 2008, 08:34 AM
by
Hosam Kamel
with | with
1 comment(s)
Filed under:
Web Application Project
,
ASP.NET Tips & Tricks
,
ASP.NET
,
.NET
,
ASP.NET Deployment
,
.NET 3.0 & .NET 3.5
,
VSTS
,
TFS Team Build
,
ASP.NET MVC
,
MVC
IIS7 – ASP.NET on Windows Server 2008 Server Core R2
" If you are a Server Core fan, and wished you could host ASP.NET websites in Server Core, then feel better, you wish had come true. Windows Server 2008 R2’s Server Core will have .NET Framework which means, ASP.NET too. This is a big news...
Posted
Nov 18 2008, 10:13 PM
by
Hosam Kamel
with | with
5 comment(s)
Filed under:
ASP.NET Tips & Tricks
,
ASP.NET Deployment
,
IIS 7.0
,
Windows
,
LINQ
,
WCF
,
Windows Server 2008 Server Core
Upgrading my development machine to VISTA :)
Hello All, I've finally manage to upgrade my development machine from Windows XP to Windows Vista and of course this was not a normal operation !. In fact I've spend a lot of time between handling the normal Windows programs to get it run on Vista, and...
Posted
Sep 24 2008, 04:38 PM
by
Hosam Kamel
with | with
4 comment(s)
Filed under:
.NET Tips & Tricks
,
ASP.NET Tips & Tricks
,
ASP.NET Deployment
,
Free Tools
,
SQL Server 2005 tips
,
SQL Server 2005
,
Vista
HTTP handler to combine multiple files, cache and deliver compressed output for faster page load
A nice ASP.NET handler created by Omar AL Zabir to help compressing and combining multiple Javascript/CSS files to enhance the page load. Read the full article here You can find details about the HttpHandler from this CodeProject article: http://www.codeproject...
Posted
Aug 30 2008, 11:18 PM
by
Hosam Kamel
with | with
1 comment(s)
Filed under:
ASP.NET Tips & Tricks
,
ASP.NET
,
ASP.NET Deployment
,
AJAX
Speeding Up FireFox When Using the ASP.NET Development Server from Localhost
A nice article by Scott how to speed up FireFox when using ASP.NET Development server. read it here .
Posted
Jul 14 2008, 06:41 PM
by
Hosam Kamel
with | with
no comments
Filed under:
.NET Tips & Tricks
,
Visual Studio 2005 Tips
,
ASP.NET Deployment
,
Visual Studio 2008
,
Performance Optimization
,
ASP.NET Tips & Tricks
More Posts
Next page »
Terms of Use