Hi,

I have an application that needs to be run as administrator. The server it will be run on is Windows 2008 r2. Normally, I could right click the shortcut and choose run as administrator. I understand that with .NET apps I need to use a a manifest...

Which leads to my problem. I'm trying to add a manifest to my application. I've tried right clicking my solution and the project, but that doesn't show as an item. I'm using visual studio 2008 pro. Any ideas?

Thanks.