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 gkittelson 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: *

  1. ityles

    How do I connect 2 SQL Servers through a firewall?

    I'd like to make a connection between our development server and production server so that we can easily transport changes from one to the other. The trick is that they reside on different networks and a firewall. Right now we do have a port open, but what else is involved? Also, is there an...
  2. ityles

    How do I read/write to XML file

    I need to read in an XML file, traverse to the node position that I want to insert/update, and then save the changed doc. Using the MSXML2 object I can load the file fine, but can't find any helpful examples of how to create a new node with all the attributes and text that you want in it, or...
  3. ityles

    ListBox.SelectedIndexChanged not changing

    This is related to the "Freaky listbox problem" post, here's a bit more of a description of its behaviour... I have a listbox which gets filled initially in the page_load within an "If not page.ispostback" and there are say, 4 items in it, no item is yet selected. When the...
  4. ityles

    The ASP.NET user and permissions

    Hello Jack-Next-Cubicle-Over, nice to hear from you! Yes it's quite strange. The only role that ASPNET belongs to is Public, but Public also does not have permission to run this proc, unless it is somehow implicitely being granted permission without my knowledge. I'm still puzzled. I'll hang...
  5. ityles

    The ASP.NET user and permissions

    The user is actually called "ASPNET" (no period). I just noticed my mistake, sorry.
  6. ityles

    The ASP.NET user and permissions

    I've got a SQL2000 database being accessed by an ASP.NET webpage and I'm trying to add security by denying/granting access to certain sp's for that user. The webpage connects to SQLServer as the generic user "ASP.NET" and I have a stored proc called up_NoAccess that has exec...

Part and Inventory Search

Back
Top