Author |
|
MR Naidu Newbie
Joined: 11 September 2011
Online Status: Offline Posts: 5
|
Posted: 15 September 2011 at 8:06am | IP Logged
|
|
|
Hello there, I followed all the instructions at http://www.afterlogic.com/wiki/Integration_with_hMailServer_(WebMail_Pro_5_.NET) and I while adding new user as ASPNET I got an error "An object named "ASPNET" cannot be found. Check the selected object types and location for accuracy and ensure that you typed the object name correctly, or remove this object from the selection." What is this user ASPNET I tried installing in Window 7.
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 15 September 2011 at 8:39am | IP Logged
|
|
|
First of all, make sure you're searching local users, not domain users. The name of this user depends on your IIS configuration. It can be NETWORK SERVICE,
IUSR_<SERVER_NAME>, LOCAL SERVICE, ASPNET, IUSR, "IIS AppPool\DefaultAppPool", etc. Actually, IIS does not make it simple to find out which users it's running under.
You may also use this instruction (it's for MailBee.NET Objects samples but as the issue you've experiencing is not related to webmail and is a general issue of IIS), it may help you too as it highlights many aspects regarding running asp.net web applications in IIS 7:
ASP.NET Demo Projects Readme
Regards,
Alex
|
Back to Top |
|
|