How to fix Microsoft Visual Studio error?

Asked By 40 points N/A Posted on -
qa-featured

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!

SHARE
Answered By 0 points N/A #137603

How to fix Microsoft Visual Studio error?

qa-featured

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.

Related Questions