0

I'm using SharpDevelop and can test/see the app using "Use IIS Express Web Server" selected in the project property. But when I try to change to "Use local IIS Web Server" and hit "Create application/virtual directory", an error message show up that said:

Filename: redirection.config
Error: Cannot read configuration file due to insufficient permissions

At end, what I need is deploy MVC 2 app to a IIS Server, first to a local server and then to a remote server.

1 Answers1

0

The problem can be solved running SharpDevelop as Admin.