Configure ASP.NET in IIS7

Is there a way to configure ASP.NET in IIS7?

I know this should be a dumb question, but in IIS7 I see an icon for ASP. Is this configuration for classic ASP?

+3
source share
5 answers

IIS 7 is very different from previous versions, especially with regard to ASP.NET.

In previous versions, the ASP.NET runtime was a separate DLL and a separate process, while in IIS7, the ASP.NET runtime was integrated into the main IIS server.

IIS7 "" ASP, , "ASP", "" ASP. ASP.NET .

, IIS7 ASP.NET .config(, machine.config web.config ASP.NET).

:

IIS

ASP.NET IIS7

+7

, ASP.Net. , .

+2

ASP.NET IIS7? .

+1

?

IIS ASP.NET.

0

IIS7 .net

  • IIS 7.0
  • - IIS/ , , .
  • , c:\mywebfolder, .
  • IP- Localhost
  • c:\windows\microsoft.net\framework\v4.0.30319\aspnet_iisreg.exe -i .aspx(v2 v4)
  • webservice IIS
  • Congratz !!! Open a browser and see how the Aspx Web server is ready to go!
0
source

Source: https://habr.com/ru/post/1702965/


All Articles