Hi Guys,
I am using Microsoft Visual Studio 2010 for some time. Recently, I tried to run ASP .NET Project and I got an error message that looks like this:
Error:
Unable to open the Web site https:/localhost/clamsanablewebsiteCx01'.To access local I15 Web sites,you must install the following I15 components
In addition,you must run visual studio in the context of an administrator account. For more information,press F1.
It also shows up when I am running other applications like IIS 7 .x.
Can you help me debug this?
Thanks!
How to fix Microsoft Visual Studio error?
Have you installed the IIS package? To check Right Click the My Computer Icon and then click Manage. See whether there is some list at the left named Internet Information Services.
If not found then you have to install e Internet Information Services. You must be having the OS disk. In the disk you shall find the Add additional components. If you can install the IIS from there, then it is well or else download the package and then run it ion your system.
Then you need to configure virtual directory from the installed software. Then you need to specify the web alias name after local host in the URL.
Thanks.