Server 2003: Difference between revisions
From Server Knowledge Base
				
				
				Jump to navigationJump to search
				
				
Rootadminacc (talk | contribs)  Created page with " == Windows Firewall ==  Start > All Programs > Control Panel > Windows Firewall  == Add User/Check groups ==  Start > Run > lusrmgr.msc  == ASP.net errors ==  <pre>Image Proc..."  | 
				Rootadminacc (talk | contribs)  | 
				||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== Windows Firewall ==  | == Windows Firewall ==  | ||
| Line 15: | Line 14: | ||
Ensure the IIS_WPG user is in Security and has the Modify permission.  | Ensure the IIS_WPG user is in Security and has the Modify permission.  | ||
== IIS Location ==  | |||
Start > Run > mmc > Console Root\Internet Information Services (IIS) Manager\Hostname (local computer)\Web Sites  | |||
== Mail Enable Location ==  | == Mail Enable Location ==  | ||
Latest revision as of 10:00, 5 February 2013
Windows Firewall
Start > All Programs > Control Panel > Windows Firewall
Add User/Check groups
Start > Run > lusrmgr.msc
ASP.net errors
Image Processor: Error executing the action SaveJPEG Could not write the file ''. Make sure that ASP.NET does have write permissions in the folder.
Ensure the IIS_WPG user is in Security and has the Modify permission.
IIS Location
Start > Run > mmc > Console Root\Internet Information Services (IIS) Manager\Hostname (local computer)\Web Sites
Mail Enable Location
C:\Program Files\Mail Enable\Bin\MailEnable.msc
Routing Table
Start > cmd > route print
If your IP address is in here and you cannot access your websites on the server, you will likely need to remove it by doing:
route delete IPaddressOrHostname
http://technet.microsoft.com/en-us/library/cc779122(v=ws.10).aspx
http://technet.microsoft.com/en-us/library/cc779616(v=ws.10).aspx
Scheduled Tasks
Start > All Programs > Control Panel > Scheduled Tasks