In this case what I'm do is assign another port for Default Web Site. After that my local host work with http://8282:localhost
Showing posts with label IIS. Show all posts
Showing posts with label IIS. Show all posts
Monday, July 2, 2012
Default Web Site is not working with Share Point
IIS Default Web Site is not working after the installation of Share Point. I couldn't go the local host. The reason of this problem is Default port 80 bind with the Share Point. So that Default Web Site is not allow to use the port 80.
In this case what I'm do is assign another port for Default Web Site. After that my local host work with http://8282:localhost
In this case what I'm do is assign another port for Default Web Site. After that my local host work with http://8282:localhost
Saturday, March 24, 2012
Enable 32 bit in IIS Windows Server 2003 64 bit
Open the command prompt and run below command to enable 32 bits applications hosted in IIS of Windows Server 2003 64 bit edition since the option is not available through the interface.
cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1
cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1
Subscribe to:
Posts (Atom)

