1

I have created a very simple ASP.NET MVC3 application that runs just fine in the Visual Studio debugger.

However, I have tried to add this application to my local IIS installation. I added the project by right-clicking Sites and clicking "Add Web Site" (specifying the project's folder and setting port to 9000).

However, firing up Chrome and going to http://localhost:9000 yields the following error:

enter image description here

It looks like some sort of permissions problem, but I have no idea what I would do to fix this.

More details:

  • OS: Windows Vista Home Premium 32-bit
  • IIS: 7.0.6000.16386
  • Visual Studio 2010 Express with SP1
Nathan Osman
  • 2,725
  • 7
  • 32
  • 46

1 Answers1

1

You can this out:

http://supreethkshankar.webs.com/apps/blog/show/4959215-compiler-error-message-cs0016-could-not-write-to-output-file-access-is-denied

It looks like something is wrong with your Temp folder permissions.

Cody Harlow
  • 349
  • 1
  • 8