So I've a local IIS7 set up. When I publish using 'File System' and choose 'C:\inetpub\wwwroot' as target location, the VS2010 gives the following errors:
- Unable to add 'About.aspx' to the Web site. Unable to add file 'About.aspx'. Access is denied. Unable to add 'Default.aspx' to the Web site. Unable to add file 'Default.aspx'. Access is denied. Unable to add 'Global.asax' to the Web site. Unable to add file 'Global.asax'. Access is denied.
etc.
I don't understand what permission I need to change from where.
When I try the 'Web Deploy' method, with 'C:\inetpub\wwwroot' set as Service URL and 'TestWeb' as Site/Application, it then gives me this error: "Invalid Web Deploy service URL".
I simply need to get this up and running so friends can access my website from outside.