Hosam Kamel's Blog

Sponsors

News


Follow HosamKamel on Twitter

Blogroll

Browse by Tags

All Tags » Web Application Project (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...
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...
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...
[Vista Problem] ASP.NET web site not loaded in Visual Studio Under Windows Vista
You may get the below error while trying to load ASP.NET web site/Web application while using Visual Studio under Windows Vista. To resolve this error and get the project loaded follow the following steps : 1- close the current running instance of Visual...
Workaround: Debugging Global.aspx.cs Application_Start() with ASP.Net Web Server within Visual Studio
A nice tip by Vishal R. Joshi (Program Manager | Visual Web Developer Team) about how to debug Global.aspx.cs Application_Start() with ASP.Net Web Server within Visual Studio. Read more here Visual Web Developer team blog.
Resolving 'Error Creating Control -xxx' in Web Application Project.
If you face this error while trying to open a web application project Error Creating Control - control_Name '/LM/W3SVC/1/Root/Project_Name' is not a valid IIS application. You can resolve this error by following the below steps , the root cause of this...
Switch web application project to run on IIS web server as Virtual directory
To Switch web application project to run on IIS web server as Virtual directory instead of running in the Visual Studio Development Serer you can easily follow these steps : 1- Right click in your project choose prosperities to get the project prosperities...
More Posts