IIS instead of ASP.NET Development Center

PROKA

Junior Contributor
Joined
Sep 3, 2003
Messages
249
Location
Bucharest
Ok so I keep my page under Inetpub\wwwroot and I don't want to use ASP.NET Development Server, with my Visual Studio 2005, I want to use IIS like in the old times ( I mean, when I press F5, I don't need to run the ASP.NET Development Server, I have IIS up 'n runnin' )
:rolleyes:
 
When you go to open the web site, File->Open Web Site you can select the type of access you want on the left, one option is local IIS. This will allow you to open it and run under IIS rather than the included web server.
The same applies when you create a project, if you select file system as the location then it uses the built in server, select IIS and it will use IIS.
 
Back
Top