Make a command prompt window (start, run, cmd.exe) and issue these commands.
Step 1: cd \inetpub\adminscripts
Step 2: cscript adsutil.vbs set w3svc/MaxConnections 40
Step 3: iisreset
Showing posts with label IIS. Show all posts
Showing posts with label IIS. Show all posts
Tuesday, February 21, 2012
Friday, July 31, 2009
How to register asp.net with IIS?
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>Aspnet_regiis.exe -i
aspnet_regiis -ir -enable - Installs ASP.NET version with root and enables it.
aspnet_regiis -s path - Registers script map for our Application.
if not registered then the user can able view the below screen..
aspnet_regiis -ir -enable - Installs ASP.NET version with root and enables it.
aspnet_regiis -s path - Registers script map for our Application.
if not registered then the user can able view the below screen..

Subscribe to:
Posts (Atom)