Hi,
Vista, VS2008, MVC 1.0.
I have a MVC app using FluentNHibernate to do the configruation.
I have published the app to IIS7 on local machine.
When I browse the app I get error
'C:\Users\Malcolm\Documents\Temp\MyProject.Domain.Ingredient.hbm.xml' is denied
First thing is I am using FluentNhibernate so why is it using xml files for configuration??
Second the error says add ASPNET permissions for the folder but why is it suing Temp folder??
Thridly I can't add ASPNET permissions because when I try to add Vista says no ASPNET account exists???
Malcolm