Contents tagged with Web Application Project
-
[ASP.NET 4.0] Persisting Row Selection in Data Controls
Data Control Selection Feature In ASP.NET 2.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 information on product usage. This is an opt-in feature activated in Help | Customer Feedback Options... The feature may cause logger to walk through folders on a remote server calculating project complexity. The feature does NOT send your project to Microsoft, it just collects some statistics on the project. If you are experiencing slow project close, try switching off participation in the feedback program in Help | Customer Feedback Options... dialog. If it does not help, try disabling component in registry by changing
-
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.
-
[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.
-
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.
-
Resolving 'Error Creating Control -xxx' in Web Application Project.
If you face this error while trying to open a web application project
-
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 :