How to get Visual Web Developer to use IIS and not ASP.NET development server?

I want to make sure that my local server is closely connected with the production environment, which means that you are using IIS and not the ASP.NET development server that comes with Express Web Developer express edition. What is the best way to do this?

+3
source share
2 answers

In Visual Studio, you right-click the project, select Properties, then Web, and change it to use local IIS. It seems that the process is similar to VWD, but there are node properties that you open instead . I do not have VWD installed right now, so I can’t check if this method is really accurate, but the article is the latest, so I assume it is.

+3
source

, IIS. , IIS: Run- > inetmgr enter. , IIS, : http://chalaki.com/install-iis6-windows-xp-professional-sp3-setup-run-csharp-cgi/425/

- Visual Developer 2008 IIS "ASP.NET Development Server". - "" "", , IIS Server. IIS " ", "" "HTTP" " ".

Visual Developer 2008 - > - > → " IIS" , , IIS . " " " URL".

, Visual Developer 2008 IIS ( IIS), :

- → "" → " IIS", " IIS" (ITI vitual Directory, , IIS) →

/ , -, -, -, " IIS", - , IIS.

Visual Developer 2008 IIS. IIS Visual Studio, , -:

Run → cmd enter ( ) → C:\WINDOWS\Microsoft.NET\Framework\Version aspnet_regiis -i Enter, 3 . "ASP.net ", (* v2.0.50727)

+1

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


All Articles