IIS 6 bind all ips available on server by default. As a result you cannot run any other application on port 80 like webmail service or apache server. You need admin support tool httpcfg.exe from Windows 2003 Install CD to configure IIS to listen to specific ips 1. Open a command prompt window 2. Type the following, where xxx.xxx.x.x is the IP address you want to add: 3. After the IP address is added, use the following command to list it: 4. After adding all ips for IIS service, run the following command to restart IIS You can download httpcfg.exe tool at http://msdn.microsoft.com/en-us/library/aa364478(v=vs.85).aspx On IIS 5, you can disable socker pooling so IIS will not bind all ips 1. At a command prompt, switch to the "C:\InetPub\AdminScripts" folder.
httpcfg set iplisten -i xxx.xxx.x.x
When this succeeds, Httpcfg returns the following:
HttpSetServiceConfiguration completed with 0
httpcfg query iplisten
Httpcfg returns the following:
IP :xxx.xxx.x.x
net stop http /y
net start w3svc
2. Type the following command:
CSCRIPT ADSUTIL.VBS SET W3SVC/DisableSocketPooling TRUE
پربازدید ترین
تغییر Session Timeout در IIS
Session Timeout بصورت پیشفرض 20 دقیقه است.تغییر آن از چند قسمت انجام میشودApplication Pool, ASP,...
پشتیبانی از Silverlight روی وب سرور IIS
برای نمایش محتوای ایجاد شده با Silverlight در IIS Manager روی سرور مورد نظر کلیک راست کنید و...
افزایش محدودیت آپلود فایل در IIS
میزان محدودیت اپلود فایل در IIS 6 دویست کیلوبایت استبرای افزایش این محدودیت فایل metabase.xml رو...
چطور فایلها را همراه با permission انها کپی نمایم؟
شما میتوانید از طریق دستور xcopy این کار را انجام دهید.برای حفظ شدن دسترسی های ACL و تنظیمات...
دریافت ارور 500 در ویندوز سرور 2008
دریافت Error 500 روی سرور 2008 با کنترل پنل وب سایت پنل رخ میدهد و هیچ جزییاتی از علت خطا در...