You Tube

Showing posts with label Alok. Show all posts
Showing posts with label Alok. Show all posts

Tuesday, 20 March 2012

NTLDR Missing Problem





To resolve this problem, correct the Heads (sides) value in the FAT32 BPB so that the Windows XP startup can continue. To update the value, rewrite the Windows 95, Windows 98, or Windows Millennium Edition startup code. To do this, follow these steps:

  1. Restart the computer by using a Windows 95, Windows 98, or Windows Millennium Edition startup disk that contains the Sys.com file. (By default, this file is included.)
  2. Make a backup copy of the Msdos.sys file in the root directory of the system drive. To do this, type the following commands at a command prompt:
    attrib -h -r -s c:\msdos.sys
    rename msdos.sys *.ysy

    v>
  3. At a command prompt, type sys c: to rewrite the Windows 95, Windows 98, or Windows Millennium Edition startup code with accurate BPB information. If this command runs successfully, go to step 4.

    If you are using a Windows Millennium Edition startup disk, and you receive the following error message, one or more files in the Windows Millennium Edition installation have been removed:
    Cannot find the system file in the standard locations on drive C:
    Follow these steps to put the correct files on the drive so that the sys command can locate them:
    1. Type the following commands. Press ENTER after each command:
      c:
      cd\windows

      If Windows is installed in a folder other than the Windows folder, adjust the commands accordingly.
    2. Try to switch to the Command folder by typing the following command:

      cd command

      If you receive an error message that the path is not found, type the following command to create the Command folder, and then run the cd command command again:
      md command
    3. Switch to the EBD folder by typing the following command:

      cd ebd

      If you do not receive an error message that the path is not found, type the following command to create the EBD folder, and then repeat the cd ebd command:
      md ebd
    4. In the EBD folder, use the following commands to copy the Io.sys file from the root of the hard disk and to rename the Io.sys file to Winboot.sys:
      attrib -s -h -r c:\io.sys
      copy c:\io.sys winboot.sys

      Winboot.sys is the file that Sys.com requires.
    5. Switch back to drive A, and then type the following commands:
      a:
      sys c:

    Type the following commands to restore the original Msdos.sys file. Press ENTER after each command:

    attrib -s -h -r c:\msdos.sys
    copy c:\msdos.ysy c:\msdos.sys

    Press Y to overwrite the existing Msdos.sys file. You will receive a "1 FILE(S) COPIED" verification that the file was overwritten.
  4. Restart the computer to Windows 95, Windows 98, or Windows Millennium Edition, and then try to install or upgrade to Windows XP again.

    Note Or, after you run the sys c: command, you can start to the Recovery Console, and then use the fixboot command to rewrite the Windows XP startup code. With this procedure, the original installation continues normally.

Saturday, 31 December 2011

Tuesday, 20 December 2011

.xap

Alok


xap

XAP is the extension for a silver-light based application (Package). This fole contains Compressed assemblies and resources of Silverlight application. xap is generated when the project is built.

view the contents of a .xap file?

rename the extension of the .xap file to .zip. Then view the .zip file using any standard .zip utility.

Monday, 19 December 2011

Access Sql Server database in LAN, Solution for error 1326

Alok Singh
Here u need to add a port in fire wall...

go for firewall advance setting.
and here choose inbond rules,
Set new Rule for port.
add port number:1433
Name it "SQL"...

Saturday, 17 December 2011

Login failed for user 'IIS APPPOOL\ASP.NET v4.0'.

Open SQL Server Management and
In the object Explorer Expend Login
here you need to add a login named "IIS APPPOOL\ASP.NET v4.0" without inverted Commas.
then in the Login Property provide appropriate role, "I provided System Admin".
and In User mapping option select appropriate databases for that Login...

Alok Singh

Sunday, 4 December 2011

Blocking Facebook in local network

I m a big fan of mark zuckerberg & i also understand your requirement. So i only can hint u about this. Not full way.
For this u need to set filters on Router.

Wednesday, 9 November 2011

Retrieving Name of Current User

protected void retUser()
{
MembershipUser u = Membership.GetUser(HttpContext.Current.User.Identity.Name);
Label1.Text = u.UserName;
}

Note: But First Check that the User is Login...
Alok Singh

Tuesday, 18 October 2011

Data binding

DataGrid and DataList (among other controls) iterate over a collection automatically and render some HTML for each item (you specify the layout using templates). The automatic data binding of collections works for the following controls: HtmlSelect, CheckBoxList, DataGrid, DataList, Repeater, DropDownList, ComboBox, ListBox, and RadioButtonList. Each of these controls will automatically bind to the following classes representing collections: Array, ArrayList, HashTable, Queue, SortedList, Stack, StringCollection, DataView, DataTable, DataSet, SqlDataReader, and the OleDbDataReader.
Each of the controls I just listed (including DataGrid and DataList) include a property named DataSource. The DataSource property can be any System.Object, but for the data binding to work over a collection, it has to implement IEnumerable.

Tuesday, 4 October 2011

Beware of Security Holes

In our System(Life) there are many security holes that flow the information that u don't want to keep in public places. Beware of this Security Holes. these are in your real life.