-
Posted to
IIS7 - Setup
by
ekerner
on
09-23-2009, 12:29 AM
Hi,
You need to install a mail server (I use hMailServer which is open source and great) read the doco, understand it, and set it up as per your requirements.
Then, the mail server is completely unrelated to your IIS and runs as a service - usually on ports 25 for SMTP, 110 for POP, and 143 for IMAP. YOU WILL NEED TO SELECT ...
-
Posted to
IIS7 - Publishing
by
ekerner
on
08-11-2009, 3:19 AM
Brilliant!
Thanks.
-
Posted to
IIS7 - Security
by
ekerner
on
07-21-2009, 1:32 AM
Nice! Thanks heaps Steve...
Your answer is perfect.
To clarify - and waver my last post - yes there is a user named 'NETWORK SERVICE'
To give modify permissions to a directory: -
Windows Explorer -> Right click folder -> properties -> 'Security' tab -> 'Add' button under top pane -> type 'NETWORK ...
-
Posted to
IIS7 - Security
by
ekerner
on
07-21-2009, 12:35 AM
Nice! Thanks heaps Steve...
Your answer is perfect.
To clarify - yes there is a user named 'NETWORK SERVICE'
To give modify permissions to a directory: -
Windows Explorer -> Right click folder -> properties -> 'Security' tab -> 'Add' button under top pane -> type 'NETWORK SERVICE' -> OK -> ...
-
Posted to
IIS7 - Security
by
ekerner
on
07-20-2009, 9:10 PM
Thankyou.
Its a classic asp website running on IIS 7.
Its a webpage that needs to update a password file, or rather a user login asp vbscript class that is included by the webpage. So I guess that means the webpage?
Thanks again very much.
-
Posted to
IIS7 - Security
by
ekerner
on
07-20-2009, 8:35 PM
Well then I concede. It obviously works for some.
And since it works for you ...
Im still trying to locate some kind of doco or instruction on the best way to isolate and permission a certain app (not website app but a script within my my website - however you guys term it) so that it can create, write, and delete files ...
-
Posted to
IIS7 - Security
by
ekerner
on
07-20-2009, 12:27 AM
So now your anon IIS user has admin rights to your server. I hope your code is tight.
I have the same problem and finding and answer is really difficult.
It looks like this might be the answer but instead of assigning an admin user profile, make a profile specifically for your requirements and allow the user write perms only where ...
-
Posted to
IIS7 - Setup
by
ekerner
on
07-10-2009, 8:00 AM
Mate! Get one thing very clear in your mind right now if you wanna be an IT devloper ...
Nothing microsoft makes your life easy! Especially upgrades.
They encourage you to upgrade at every turn, but trust every time you do something will break, and not just any something, microsoft technologies will break other already established microsoft ...