Showing posts with label IIS. Show all posts
Showing posts with label IIS. Show all posts
 - On the taskbar, click the Start button and then click Run.
 - In the Open box in the Run dialog box, type inetmgr, and then click OK.
 - In IIS Manager, expand the local computer and then click Web Service Extensions.
 - In the right pane, right-click ASP.NET and then click Allow. The status of ASP.NET changes to Allowed.
  - Need to Allow all frameworks.



For Framework 1.1
-----------------------
Go to the "c:\windows\Microsoft.Net\Framework\v1.1.4322\ " (using the cd command)

For Framework 2.0 
-----------------------
Go to the "c:\windows\microsoft.net\framework\v2.0.50727\" (using the cd command)
 
Every above stops next to follow the below statement
aspnet_regiis -i <enter>
i.e., ASP.NET Registration tool  -- > Aspnet_regiis.exe -- > In cmd ->> Aspnet_regiis - i
Step 1 : Stop the IIS Admin service (and any services that depend on it)
Step 2 : Open C:\WINDOWS\system32\inetsrv\MetaBase.xml in notepad.
Step 3 : DELETE the line that reads �Enable32BitAppOnWin64=�TRUE�
Step 4 : Start -> Run -> iisreset
Now its fine . pl check it

Step by step for creating virtual Directory











Also Checking the Credential for running .net framework,