Access to IIS Website

ZoeS 1 Reputation point
2022-07-12T17:03:30.143+00:00

Hi all,

I am in a strange predicament. I have a partner who is international who has created websites built on IIS and Azure. He stopped working for me last year and I have been fighting to get access to the website because it needs to be updated and we own the brand. I am not familiar with this platform he built it on, but is there any way I could get access? I cant even sign in for IIS due to "login failure". Its been a whole year and need my websites back. Thank you guys! If you could also explain the process so I can ask him to add me as a collaborator or admin, that would be great.

Internet Information Services
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Varun Sharma 1 Reputation point
    2022-07-12T17:27:14.237+00:00

    Hi ZoeS-1390,

    When you say built on IIS and Azure, may I know are you struggling to get hold of the published code or the actual codebase? By published code I mean the final compiled code that is running under IIS and serving as the website?

    Do you have access to the respective Azure subscription? Was the subscription owned by you or by the other developer?

    It all depends on who owns the subscription? If the developer owns the subscription and has decided to remain uncooperative to share the codebase then there is very slim chances you can get by any other way. Have you signed any contract with the developer at the start of work on the code ownership?

    If the Azure subscription is owned by you and you are just struggling to get access sorted out then there are multiple ways you can fix that.

    Let me know the further detail so that I can guide you accordingly.

    Thanks
    Varun


  2. Yurong Dai-MSFT 2,786 Reputation points Microsoft Vendor
    2022-07-13T09:52:59.093+00:00

    Hi @ZoeS ,

    If you have an Azure subscription, you can try using IIS Manager to remotely manage Windows Azure Websites. IIS Manager has HTTP over SSL support to provide a secure Connection to your Windows Azure Website.

    Prerequisites

    • On Window client OS - IIS Manager for Remote Administration
    • On Windows Server – Make sure you have installed IIS Management Console.

    Steps for connecting to a Windows Azure Website

    1. Run IIS Manager with remote administration and select the option Connect to a site…
      220289-image.png
    2. In Server Name, type in the SCM URL for your site. The SCM URL (also known as KUDU site URL) is similar to your site’s URL, but with .SCM added after the site name in your site URL. For example, if your site name is Contoso, and your Azure Web Sites URL iscontoso.azurewebsites.net, then your SCM site would be contoso.scm.azurewebsites.net. In addition, you must specify the port 443 in the URL, as can be seen in the screenshot below:
      220381-image.png
    3. Enter your publishing credentials. If you haven’t changed the system-generated password that Windows Azure created for you, then you could either reset them, or download them from the portal – see below for more information about that.
      220345-image.png
    4. IIS Manager will now try to connect. If it is successful, you will be prompted to provide a name for the connection:
      220372-image.png
    5. After you click Finish, IIS Manager will show you the familiar group of site-level configuration icons and options, and you can start administering your site!
      220391-image.png

    Obtaining or resetting your deployment credentials
    When you create a website in Windows Azure Web Sites, Azure automatically generates deployment credentials. The username is the site name, prepended by a dollar sign (for example, $contoso) and the password is a complex and long alphanumeric string. You can click Reset your deployment credentials on your site’s Dashboard to set your own password, or click Download the publish profile to download an XML file that contains the password that was generated for you.
    220339-image.png
    220401-image.png

    Hope the above will help you.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the email notification for this thread.

    Best regards,
    Yurong Dai