Zephyr's SharePoint Blog

My Sharepoint world experience notes on day to day basis…..

Archive for the ‘General’ Category

Install ASP.NET v2.0.50727 in IIS

Posted by fillzephyr on August 6, 2009

i had install the .netframework 2.0 sp2. .netframework 3.0 sp2 and .netframework 3.5 sp1.
when i see in my IIS under the server node in folder Webserver extension. ASP.NET v2.0.50727 is missing. so now i had double check whether its installed or not, for that i go to
C:\WINDOWS\Microsoft.NET\Framework64 and its reside under there so to install it i run this following cmd.
 
Open the command prompt on the server. Then go to the specified path and run this cmd.
 
C:\>WINDOWS\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -i
Start installing ASP.NET (2.0.50727).
……………….
Finished installing ASP.NET (2.0.50727).
 
Go to IIS expand the Node .Go to the Webserver Extensions and then check the ASP.NET v2.0.50727 installed. After it is installed clicked on it and select Allow.
 
Thanks
 

Posted in General, IIS, SharePoint Blogs | Tagged: , | Leave a Comment »

Converting Western Digital HD From FAT32 To NTFS

Posted by fillzephyr on February 8, 2009

Go to>Start>Run>type Cmd in “Open” (Hit enter).

Type  cd\ (hit enter )

Type the below command :

C:\>convert I:/fs:NTFS  (hit enter)

[Above I is the drivers location]

This displays the following instruction in command window
The type of the file system is FAT32.
Enter current volume label for drive I: (“it should be the name of external HD in my case it is “MyPassport“)

MyPassport  (hit enter)
Volume MYPASSPORT created 2/8/2009 4:47 PM
Volume Serial Number is 2EE3-6FF1
Windows is verifying files and folders…
File and folder verification is complete.
Windows has checked the file system and found no problems.
488,264,736 KB total disk space.
974,560 KB in 1,374 hidden files.
143,712 KB in 4,486 folders.
75,431,552 KB in 19,240 files.
411,714,880 KB are available.

32,768 bytes in each allocation unit.
15,258,273 total allocation units on disk.
12,866,090 allocation units available on disk.

Determining disk space required for file system conversion…
Total disk space:              488384001 KB
Free space on volume:          411714880 KB
Space required for conversion:   600391 KB

Converting file system

Conversion complete

Posted in General | Tagged: | 2 Comments »