Difference between revisions of "Server 2003"
From Server Knowledge Base
Jump to navigationJump to searchRootadminacc (talk | contribs) m (→ASP.net errors) |
Rootadminacc (talk | contribs) m (→IIS Location) |
||
Line 17: | Line 17: | ||
== IIS Location == | == IIS Location == | ||
Start > Run > | 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