An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
|
Hi Simone,
have set write permission, for the user running the application pool, to the data folder?
.m
Thx
Simo
The process is not running as admin so cannot reserve url acl, I suppose.
http://msdn.microsoft.com/en-us/library/ms733768(v=vs.90)
.m
Looks like using RavenDb as embedded and expose it over Http to see what's inside is more complicate than running it as service (or inside IIS).
I guess I'll change the deployement mode :)
Thx
Simone
Run this command on your admin user:netsh http add urlacl url=http://+:8080/ user=DOMAIN\userChange DOMAIN\user to the app-pool user for your site and you should be fine.
Is the app part of IIS?
Is it possible that when it doesn't work, the app is down (compiled, iis shut down for inactivity, etc)
Long shot, what type is on the left side when you create your embedded server? I was getting funky results assigning to an IDocumentStore our DocumentStore. Assigning to EmbeddedDocumentStore cleared up my problems.
Purge things to try:
Make sure nothing else is on 8080. I've got raven for nsb and a regular server instance on 8080, so I made the embedded 8085.
Try pulling it up in ie, could be silverlight install.