Setting Up ASP.NET Projects on NECRO
Maximum ASP.NET target framework version: 4.5
Compatible: ASP.NET projects up to target framework 4.5, ASP.NET MVC projects up to MVC 5.
- Create your directory as usual i.e. necro\vs\2724\www2014
- Open IIS, browse Default Website\vs\2424\
- Right click www2014, click "Create Application"
- For App Pool choose "ASP.NET 4.5"
- That should be it
If you're not already set up to enable errors, you can do so by adding the following to the web.config in your application root:
<customErrors mode="Off" />
Place this inside of <system.web>
CE
