How to run an ASP.NET C # web application locally?

For a web application, I am using ASP.NET C # (OS-Windows7, .NET 4) and this task has been completed. But I do not know how to run it locally in Windows7, as well as in Server 2008 (.NET 4 and IIS installed on server 2008). And I have to run it like in platinum . So any help please. Many thanks.

+5
source share
2 answers

If IIS 7 is installed on your Win 7 computer, follow these steps:

  • Open project in VS.NET
  • Right-click on the node project in the solution explorer and select "Properties"
  • Click on the "Web" tab.
  • " - IIS"
  • " "

IIS. / ASP.NET, .

ASP.NET, , . IIS - .

+5

.NET 4 Framework , IIS / Windows 7 ( ). , Windows 7 Pro, / /, โ€‹โ€‹.

, , iis () inetpub (c:\inetpub\wwwroot). IIS Windows 7 , Windows Server 2008.

, Visual Studio, Visual Web Developer Express WebMatrix. -, / -.

+2

All Articles