c# - Deploy WebApplication on localhost using IIS -


I am using Visual Studio 2010, Windows 7 and IIS I have written a small webapp and I I want to publish in the host. So I click the project that select Visual Studio => Publish => File Sitemaps => Local IIS. After this, I get an error:

To reach local IIS web sites, you must install the following IIS components:

  IIS 6 metabase And IIS 6 configuration compatibility ASP.NET  

In addition, you should run Visual Studio in the context of an administrator account.

For more information, press F1.

This topic is new to me, so what am I starting to do to resolve this error? Please help me. Thank you in advance!

Start -> Control Panel -> Programs -> Programs and Features -> Turn the Windows feature on or off -> IIS -> Web management tools -> IIS 6 Management compatibility

WAT!


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -