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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Rotor1

  1. Rotor1

    Retrieving value of Identity column after insert?

    One method would be to update stored procedure to include this as the last line: SELECT @@IDENTITY FROM Contacts Then modify your app to to handle the update statement more-so like a select statement.
  2. Rotor1

    Running ASP.NET Without IIS in VS 2005

    When I select project properties, I see no "Web" option. I am seeing References, Build, Accessibility, Start Options, MSBuild Options. Where could I find this? Thanks for the reply. I appreciate it.
  3. Rotor1

    Running ASP.NET Without IIS in VS 2005

    Hi. I have Visual Studio 2005 running on XP Home, and have been able to successfully build and run asp.net websites without having IIS. However, I'm have a problem opening an application someone else developed using IIS. When I try to open the project I receive the following error message...

Part and Inventory Search

Back
Top