Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ishwarjindal
  • Order by date
  1. ishwarjindal

    Debugging : Stuck at first step in creating new web project

    Good news Actually there was some problems with the server extensions for the website and after configuring the server extensions now i am able to create the web project. Thanks brad for the involvement.
  2. ishwarjindal

    Debugging : Stuck at first step in creating new web project

    yes i changed the anonymous account i.e 1. uncheck the allow IIS to control password checkbox 2. username is the member of administrator group and i looged into the system with this account. Still the situation is same that is it is prompting me to enter the password for <domain>\<username>...
  3. ishwarjindal

    Debugging : Stuck at first step in creating new web project

    Hi brench1, Thanks for the reply, but it didn't work. I checked what you said. Earlier the account with which i logged into the system was not the member of Administrators group, but even after making it the administrator the situation is same. One thing i want to tell u is that the server...
  4. ishwarjindal

    Debugging : Stuck at first step in creating new web project

    I have windows XP professional as OS and IIS 5.0 is installed locally on my system. I want to enable debugging of ASP application on my system, for that i installed Back office tools and visual studio latest service pack i.e 5. I use the information provided at follwing link to enable...
  5. ishwarjindal

    Determine Font is DRAFT Type OR Not

    My Problem is that i have a list of font which are available on my Dot Matrix Printer. Now how can i determine which of these fonts is DRAFT type font?
  6. ishwarjindal

    Row number in the SQL Query

    I have a requirement in SQL Query that i need a unique number along with each row returned by the SQL Query. It doesn't matter whether i am using single table or multiple tables. Note : I have a soultion of this problem but it need the creation of a table (i.e. using Select IDENTITY(int,1,1)...
  7. ishwarjindal

    How to determine the name of procedure where error occured

    My problem is that i have delivered a VB Application to a client who reports me about an error in the application. Obviously such an error will be an unhandled error. Now i want to know the exact procedure name where that error occured so that i can debug it immediately.
  8. ishwarjindal

    Trapping keys in VB Application

    I want to trap the key the moment it is pressed from Keyboard into my VB Application. It doesn't matter whether VB application has focus or not. e.g. if ms-word is active window and my VB application is not active even then what ever user presses for ms-word, should be first made available to my...
  9. ishwarjindal

    How To Find the loaction of a file

    I have a filename i want to find its location on the harddisk. Is there any Shell API or WIndows API call which can find the location of file?

Part and Inventory Search

Back
Top