IIS 7 Has Arrived

If you recently set up a new Windows shared hosting account you noticed the addition of support for IIS7. What does this mean to you?

IIS 7 is Microsoft's latest version of its Internet Information Services web server. Its modular architecture provides a platform for the development and deployment of dynamic Web applications and Web sites. IIS 7 was designed for security, speed and ease of use. 

This also means that accounts running IIS 7 are now compatible with ASP.NET runtime 3.5, a development framework that supports numerous Web technologies. ASP.NET 3.5 gives you new data controls, integrated AJAX support, improved support for nested master pages and support for LINQ.

Things to note about IIS 7:
-ASP.NET 3.5 is backward compatible with versions 2.0 and 3.0
-Multiple FTP users are now available
-Frontpage extensions are 'not' currently supported

For more from our help center, please use the links that follow.
Which version of IIS should I choose?
Can I use ColdFusion with IIS 7?
What is pipeline mode?
Changing Pipeline Mode on Your Windows IIS 7 Hosting Account
Migration Issues with IIS 7's Integrated Pipeline Mode

You can also obtain more information from the Microsoft websites.
Microsoft IIS7
ASP.NET 3.5


Windows is a registered trademark of its respective owners. All rights reserved.

 del.icio.us  Stumbleupon  Technorati  Digg 

 
Trackbacks
  • No trackbacks exist for this entry.
Comments
Page: 1 of 1
  • 2/28/2008 10:02 AM Jason S wrote:
    This is great news, but how do we change to IIS7 and .Net 3.5 on our shared hosting accounts?
    Reply to this
    1. 3/2/2008 9:41 PM Alicia wrote:
      In order to utilize IIS7 you'll need to set up a new hosting account. Our support team is available 24/7 if you need additional assistance setting up the new account. You can contact our support team at 480-505-8877 or by emailing support@godaddy.com.


      Reply to this
  • 3/2/2008 3:55 AM Nokao wrote:
    Hi guys...

    Recently my hosting account ip address is changed, is this going to happen often?
    Reply to this
    1. 3/3/2008 4:53 PM Alicia wrote:
      There are occasions when the IP address of a hosting account will change within our system. These usually occur when certain account changes are requested. Any update always includes an email to the address on file for the account to notify you of the change.


      Reply to this
  • 3/2/2008 7:32 PM Brandon wrote:
    Does this announcement mean that, under IIS 7 hosting, Silverlight 1.0 applications can now be hosted on GoDaddy? Also, when Microsoft releases Silverlight 2 (which should be very soon), will Silverlight 2 applications work on GoDaddy?
    Reply to this
    1. 3/3/2008 4:32 PM Alicia wrote:
      As you probably know, Silverlight is all client side. It requires the .xaml mime-type be supported, which is the case on all of the IIS7 hosting servers.
      Reply to this
  • 3/5/2008 6:58 PM Manav M wrote:
    Alicia, Thanks for the update. However, for those of us who already have shared hosting accounts setup, can we just cancel our existing account and setup again? or can the support team assist in migrating our existing accounts to new servers? thanks, Manav
    Reply to this
    1. 3/6/2008 5:06 PM Alicia wrote:
      You're welcome!
      There may be a path for existing accounts to move to the new version of IIS in the future. However, for the moment, the only way to upgrade is to setup a new account.

      Reply to this
      1. 3/12/2008 6:57 PM Rob wrote:
        Any idea how far off such mythical path for migrating existing accounts to IIS 7 in the future might be?
        Reply to this
        1. 3/12/2008 7:42 PM Alicia wrote:
          At this point I can tell you that we will be providing an option for existing windows accounts soon. We will have full details on our blog as soon as it is released. Thanks for your patience!

          Reply to this
  • 4/6/2008 12:32 PM Craig wrote:
    Does anyone know when PHP will be enabled with IIS 7 and godaddy? Days, weeks, months, years.

    Cheers
    Reply to this
    1. 4/11/2008 5:49 PM Alicia wrote:
      Our goal is to begin php support on IIS7 in the coming months.

      Reply to this
  • 4/10/2008 1:30 PM Rob wrote:
    Well, I'm being "patient" over four weeks now (not that I'm counting or anything), so I need to ask: How do you define "soon"?
    Reply to this
    1. 4/11/2008 5:22 PM Alicia wrote:
      We really appreciate your patience! What we will be doing is making the 3.5 technology available on all IIS6 Windows shared hosting servers. Wish I could give you a narrower time frame, but at this point it's still a work in progress. Thanks for understanding.

      Reply to this
  • 4/11/2008 5:43 PM William Langston wrote:
    Thank you Alica,
    I understand some people's 'need for speed' and general unwillingness to wait, heck I'm impatient too but I believe you that your folks are working at this as fast as they can. I will bide my time.

    SF
    Bill
    Reply to this
    1. 4/11/2008 5:52 PM Alicia wrote:
      Well Bill, like I mentioned earlier, we really do appreciate everyones patience! Thanks so much for the comment!

      Reply to this
  • 4/16/2008 10:37 AM Jeremy Jenkins wrote:
    I need a walkthrough of how to set up WCF services in IIS7.0 For the life of me I cannot get it to run and I want to rule out a few things. Anyone hosting WCF please email me or contact me.
    Reply to this
  • 7/15/2008 4:33 AM Prashant wrote:
    Is PHP supported on IIS 7 with windows hosting. And can i able to install wordpress in godaddy's windows hosting with IIS7.

    And we have to choose IIS7 at the time of registration or u r providing it by default, now for new accounts??
    Reply to this
    1. 7/15/2008 5:32 PM Alicia wrote:
      PHP 5 is now fully supported on Windows shared hosting accounts running IIS 7. More details are referenced in this article.

      Reply to this
  • 8/24/2008 5:16 PM Steven wrote:
    How do i see the detail error message on IIS 7 when an aspx page has error? All it shows to me is 500 - Internal server error, which is not helpful for debuging. On IIS 6, it will show me the line number and what the error is. I google it many times and none of the solution seems to work, any idea?
    Reply to this
    1. 9/15/2008 6:45 PM Alicia wrote:
      In order to see the detailed error message, add this to your web.config:
       
      <?xml version="1.0"?>
      <configuration>
        <system.webServer>
            <httpErrors errorMode="Detailed"/>
        </system.webServer>
      </configuration>
       
      if you are doing asp development, you will also have to add:
       
       <asp scriptErrorSentToBrowser="true"/>
       
      -in the system.webServer section.

      Reply to this
      1. 11/24/2008 9:25 AM Denny wrote:
        Thanks for the info, that saved me a lot of time.
        Reply to this
      2. 4/7/2009 9:21 AM Tony wrote:
        Thanks! I spent 5 hours and 4 seperate calls with Godaddy and got nothing. All I needed was this bit of code.
        Reply to this
        1. 4/12/2009 11:34 AM Kelly wrote:
          Where did you find the web.config file to edit it? I have spent hours looking for it and am getting really frustrated.

          Thanks!
          Reply to this
          1. 4/15/2009 7:33 PM Alicia wrote:
            I suggest you edit your config file using the File Manager in the Hosting Control Center. This article will step you through the details: http://blog.godaddyhosting.com/2008/03/14/linux-file-editor.aspx
            Reply to this
      3. 6/28/2009 12:44 AM Martin Richard Skovdal wrote:
        Thank you, thank you, thank you!

        You have saved me from hours of work.

        /Martin
        Reply to this
  • 9/15/2008 7:57 PM Dave N wrote:
    I contacted GD support and a "hosting expert" was able to migrate my IIS6 account to IIS7. They couldn't get my sites working (I figured out how to do it), but they saved me a lot of trouble and I am LOVING the PhP support in IIS7. Thanks!
    Reply to this
  • 11/5/2008 8:23 AM rajiv wrote:
    If I Go ahead and buy a new hosting account and cancel the old one do I get a refund on the number of months remaining in my old account?
    Reply to this
    1. 11/5/2008 7:08 PM Alicia wrote:
      Yes. Contact our support for further assistance.
      480-505-8877

      Reply to this
  • 11/22/2008 10:39 AM jeremy wrote:
    yes. i did just that. no problems.
    Reply to this
  • 12/3/2008 7:13 AM ketan patil wrote:
    i have delux hosting plan with godaddy.
    by mistake i have canceled my hosting account. may i retrive it. please help.
    Reply to this
    1. 12/3/2008 3:39 PM Alicia wrote:
      Please contact support, 480-505-8877.
      Reply to this
  • 1/14/2009 2:08 AM Eddie wrote:
    Hi, so I hope i understand:::: IIS6 d's not support php and i must cancel my hosting adn open new account?????
    Reply to this
    1. 4/2/2009 4:39 PM Alicia wrote:
      We recently added a feature to migrate accounts from IIS 6-7. You can see more here: http://blog.godaddyhosting.com/2009/03/23/IIS%206-to-IIS%207-migration.aspx
      Reply to this
  • 1/15/2009 5:10 AM Frederic wrote:
    Dear, I have discovered (too late) that the free applications modules (forum, gallery etc...) are working only with a IIS 7... and not the version 6.
    I have bought a domain and deluxe hosting yesterday, but it seems that by default, it has been setup on IIS6. So I wonder what do I have to do to migrate the version 7. Thanks.
    Reply to this
    1. 4/15/2009 4:01 PM Alicia wrote:
      Please see this blog article for details on how to upgrade: http://blog.godaddyhosting.com/2009/03/23/IIS%206-to-IIS%207-migration.aspx
      Reply to this
  • 4/17/2009 2:41 PM Jonathan wrote:
    So what exactly is being done about the slow FTP transfers on IIS 7 hosting accounts?
    Reply to this
    1. 4/19/2009 2:23 PM Alicia wrote:
      Have you contacted our support team to check it out? They can be reached at 480.505.8877 or by emailing support@godaddy.com.


      Reply to this

Page: 1 of 1
Leave a comment

Submitted comments will be subject to moderation before being displayed.

 Enter the above security code (required)

 Name (required)

 Email (will not be published) (required)

 Website

Your comment is 0 characters limited to 3000 characters.