Top ASP.NET Items

Browse by Tags

All Tags » IIS (RSS)
Software for building and hosting web sites at no cost for 3 years!
I’m excited to announce – WebsiteSpark – a new program from Microsoft that provides software and support for building web sites, at no cost for 3 years. What You Get Software: WebsiteSpark provides software licenses that you can use for 3 years at no upfront cost (there is only an exit fee of $100 payable upon exit from the program).  Once enrolled, you can download and use the following software from Microsoft: 3 licenses of Visual Studio 2008 Professional Edition 1 license of Expression Studio 3 (which includes Blend, Sketchflow, and Web) 2 licenses of Expression Web 3 4 processor licenses of Windows Web Server 2008 4 processor licenses of SQL Server 2008 Web Edition DotNetPanel control panel (enabling easy remote/hosted management of...
New official Silverlight Blog
earlier this week, as part of MIX09, we launched an official Silverlight team blog.    Subscribe now!  We’ll push out new technical content, videos, and use it as a venue to respond to critical industry events that require our voice.  You can use it as a direct conduit to us and the team with feedback (both good and bad!). We’ll cover our entire UX platform including Expression Studio with a focus on  Expression Blend (and the newly announced SkethFlow functionality which has had rave reviews), Silverlight, Visual Studio, and anything else we think is important.   Spread the news – http://team.silverlight.net/ I kicked us off with this post:  http://team.silverlight.net/announcements/introducing-the-new-silverlight...
Web Packaging: Installing Web Packages using Command Line
Today I want to advance our discussions around Web Deployment in Visual Studio 10…  To catch up on the previous discussions in this series check out: Web Deployment with VS 2010 and IIS Web Packaging: Creating a Web Package using VS 2010 Web Packaging: Creating web packages using MSBuild How does Web Deployment with VS 10 & MSDeploy Work?   In this post I will focus on installing the MSDeploy based Web Packages to IIS.  You can actually install/deploy web packages using multiple different avenues listed below: Using IIS Manager UI Using command file created by Visual Studio 10 Using command line using MSDeploy.exe Using Power Shell support provided by MS Deploy Using managed APIs provided by MS Deploy VS 10 will create Web...
How does Web Deployment with VS10 and MSDeploy Work?
Web Deployment has taken a huge stride in Visual Studio 2010.   I have started a blog series where I have written about web deployment, you can read more about them below: Web Deployment with VS 2010 and IIS Web Packaging: Creating a Web Package using VS 2010 Web Packaging: Creating web packages using MSBuild In VS 10 we use MSDeploy behind the scenes to deploy your entire web application along with all of its dependencies like IIS Settings, DB, web content etc to any destination server. MSDeploy is a new technology specially designed to serve the purpose of deploying web applications seamlessly across IIS Servers.  My hope is to give you a CONCEPTUAL  high level overview to understand how web deployment with VS10 & MSDeploy...
Web Packaging: Creating web packages using MSBuild
This post is next in the series of VS 2010 articles that we have been putting together to dive into the Web Deployment improvements with VS 2010 and IIS.  I would recommend reading the the preceding posts to get an overview of all the scenarios supported: Web Deployment with VS 2010 and IIS Web Packaging: Creating a Web Package using VS 2010 In this post I will cover web package creation using MSBuild command line.  Many medium to large sized teams plan on automating their build process for various good reasons like predictability for QA team, time saving as compared to on-demand manual build, early bug detection with Build Verification Tests (BVTs), knowing the current state of project integration, etc… Many argue that setting up...
IIS7 Load Balancing & Routing Module Now Available!
The IIS team has just shipped the Microsoft Application Request Routing 1.0 module for IIS7!!! Application Request Routing (ARR) enables Web server administrators and hosting providers and to increase Web application reliability and scalability through rule-based routing and load balancing of HTTP server requests. With ARR, administrators can optimize resource utilization for application servers to reduce management costs for Web farms and shared hosting environments. To learn more about the features in ARR, check out the ARR site . To get started with ARR 1.0 – download it now using the Web Platform Installer (Web PI) . The IIS.NET site also has some create tutorial content on how to use ARR . Below is a list of some of the ARR tutorials available...
More IIS7 goodness: Application Request Routing (ARR)
Application Request Routing (ARR) v1 released today! The ARR feature is a free IIS7 extension that extends the Web server UI and runtime to: · Achieve high availability and scalability. · Enable elastic scalability for shared hosters. · Dynamically load balance web requests (to be used in conjunction with existing load balancers) ARR enables the following scenarios · Easily add server capacity as the demand for their web application increases  · Seamlessly deploy or upgrade web applications without downtime · Shared hosters can offer elastic scalability and change the business model based on resource consumption More details at http://www.iis.net/extensions/ApplicationRequestRouting Read More...
MIX09 – Register by Feb 27 and save $300
MIX09 is going to be amazing.  I can’t give away the details, but as the keynote owner for Scott Guthrie (as I have been every year, it’s a glorious job to be the man behind the curtain :)) and I can tell you this year is on track to be the best ever. We will be bringing to market some amazing technology, setting the stage for the future of our Web and RIA technologies, showing off the great work of many of our amazing partners, and so much more.   I know times are tough, but if you can swing it or tell a friend do it. To help with costs, 3rd night’s on us now :) http://visitmix.com/News/Free-Third-Night-at-The-Venetian   Let me know if you have any questions!  or feedback on what you want to see in the day 1 keynote...
Web Packaging: Creating a Web Package using VS 2010
In the earlier post I highlighted various investments that we are making in Visual Studio 2010 and IIS to make Web Deployment easier.  You can read that post below: Web Deployment with VS 2010 and IIS Deploying a web project with all its correct dependencies is not a trivial task. Some of the assets which need to be considered during deployment are: Web Content (.aspx, .ascx, images, xml files, PDBs, Binaries etc) IIS Settings (Directory browsing, Error pages, Default Documents etc) Databases that the web project uses GAC Assemblies and COM components which the web project depends upon Registry Settings that may be used within the web project Security Certificates App Pools In an enterprise environment a web application with all of its...
Web Deployment with VS 2010 and IIS
Today, deploying a web application is not as easy as it should be. Whether you are deploying your web to a shared hosting environment and paying monthly to maintain it OR whether you have a web server/s managed by your enterprise, there are a lot of manual steps involved in getting your application from point A to point B. If you are deploying your web application to a shared hoster then today you have to use technologies like FTP which take a long time to get your web content to the hosted server. After deploying your content you have to manually go to hoster control panel and install your database by running sql scripts and configure various IIS settings like marking a folder as an application to isolate it from the rest of the application...
More Posts Next page »