IIS error
-
Whenever i try to publish filesystem website to HTTP, first it prompts me with an error to run as administartor and also to install windows component of IIS although i have checked every option while enabling IIS from Control Panel. And when i run VS as administrator it deploys successfully but while open site it gives error access denied......
-
Whenever i try to publish filesystem website to HTTP, first it prompts me with an error to run as administartor and also to install windows component of IIS although i have checked every option while enabling IIS from Control Panel. And when i run VS as administrator it deploys successfully but while open site it gives error access denied......
I think your IIS is not configured correctly... Take a look if the site you added to IIS actually runs or not. Also add permission to asp.net to the folder you publish. If still have problems, install aspnet again. To install go to Command prompt of Visual studio. type
aspnet_regiis /i
I hope this will cure the problem.:rose:Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript -
I think your IIS is not configured correctly... Take a look if the site you added to IIS actually runs or not. Also add permission to asp.net to the folder you publish. If still have problems, install aspnet again. To install go to Command prompt of Visual studio. type
aspnet_regiis /i
I hope this will cure the problem.:rose:Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascriptgo to your command prompt of VS.net and run this command aspnet_regiis -i