Click here to Skip to main content
15,900,589 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Respected Sir,
I installed Visual Studio 2008 on my computer.while i am running my
web application it is giving me an error.The Error is:
http:\\localhost:49158\website1\default.aspx. The requested operation requires elevation.

I had not run any single application after installed Visual studio.
Please Help me for solving this error.
Thank you.
Posted
Updated 8-Jan-12 19:28pm
v2

1 solution

It's complaining that you need Admin rights to run your webapp - the easiest way is to right click on the VS icon when you start it and select "Run as Administrator" - it and all it's child processes with get Admin status.

You may find you only need it to install the WebApp and can forget it after that.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900