IIS


Every student and employee of our Faculty has access to the Internet Information Services (IIS) server.

It is possible to host pages based on ASP.NET Core 1.1, 2.x and 3.x. Please indicate versions of .NET and ASP.NET in the ticket.

Access

To gain access to it create a new ticket using helpdesk and include following information:

  • user LABS domain login
  • proposed page address (by default https://<login>.iis.wmi.amu.edu.pl)
  • used technologies (.NET 4.x or .NET Core1.x/2.x/3.x, ASP.NET or ASP.NET Core)

Placing the page

After creating a page by administrators place the project data in the public_iis directory in your home directory.

In case of .NET Core publishing procedure will be sent as a response to the ticket.

Application update

To update application running on IIS:

  • create a file named app_offline.htm in main app's directory, which will contain message for users, e.g. Maintenance in progress
  • edit app's code
  • delete/rename app_offline.htm

Operation veryfying

The easiest way is to put a text file in a j:\public_iis\ directory and try to enter your page.

IIS server loads main page from the following files: default, default.asp, index.htm, index.html, iisstart.htm