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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.