You are currently viewing the BOOK: Beginning ASP.NET 4.5.1 : in C# and VB section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Getting the following when following the TRY IT OUT to set up WSAT:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\bgwinn>c:
C:\Users\bgwinn>cd\
C:\>cd c:\Program Files/IIS Express
c:\Program Files\IIS Express>iisexpress.exe /path:"C:\Windows\Microsoft.NET\Fram
ework\v4.0.30319\ASP.NETWebAdminFiles" /vpath:"/ASP.NETWebAdminFiles" /port:8082
/clr:4.0 /ntlm
Failed to register URL "http://localhost:8082/" for site "Development Web Site"
application "/". Error description: The process cannot access the file because i
t is being used by another process. (0x80070020)
Failed to register URL "http://localhost:8082/ASP.NETWebAdminFiles/" for site "D
evelopment Web Site" application "/ASP.NETWebAdminFiles". Error description: The
process cannot access the file because it is being used by another process. (0x
80070020)
Registration completed
The process cannot access the file because it is being used by another process.
c:\Program Files\IIS Express>iisexpress.exe /path:"C:\Windows\Microsoft.NET\Fram
ework\v4.0.30319\ASP.NETWebAdminFiles" /vpath:"/ASP.NETWebAdminFiles" /port:8082
/clr:4.0 /ntlm
Failed to register URL "http://localhost:8082/" for site "Development Web Site"
application "/". Error description: The process cannot access the file because i
t is being used by another process. (0x80070020)
Failed to register URL "http://localhost:8082/ASP.NETWebAdminFiles/" for site "D
evelopment Web Site" application "/ASP.NETWebAdminFiles". Error description: The
process cannot access the file because it is being used by another process. (0x
80070020)
Registration completed
The process cannot access the file because it is being used by another process.
Sorry, I should have paid more attention. Where it said the process was being used by another process, it was trying to tell me the port was already being used. I adjusted the CMD prompt command to change to another port and everything works fine.