Hosam Kamel's Blog

Sponsors

News


Follow HosamKamel on Twitter

Blogroll

Browse by Tags

All Tags » ASP.NET Deployment (RSS)
[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...
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...
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...
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...
[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...
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...
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...
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...
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...
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 .
More Posts Next page »