Contents tagged with ASP.NET Deployment
-
[ASP.NET 4.0] Persisting Row Selection in Data Controls
Data Control Selection Feature In ASP.NET 2.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 Trust Levels and Policy Files that you can assign to applications, you also can assign custom trust level and policy files. Most web hosting companies run ASP.NET applications in Medium Trust to prevent that one website affect or harm another site etc.
-
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
-
Secure File Download Area using IIS 6.0 and IIS 7.0
For 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.
-
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.
-
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 for all those wanted to deploy Server Core, but stopped because .NET Fx wasn’t there in the RTM release.
-
Upgrading my development machine to VISTA :)
Hello All,
-
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.
-
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.