FTP Site has been working for several months. Now file uploads fail. I've included wireshark packet sample at the end. Windows 2003 SP2 with updates current and IIS 6. I'm testing on the same subnet as the server so no routers between me and the server, firewall service is stopped and as you can...
Hi All,
I'm trying to display a range of names from a dataset in a datagrid. Like names starting with A through F.
This vb LIKE syntax works.
bolTest = "Apple" LIKE "[A-F]*"
But appy the same to the rowfilter and it doesn't work.
Rowfilter = "DisplayName LIKE '[A-F]%'"
The following works...
Hi All,
The IWAM_[machine name] and IUSR_[machine name] accounts for one of our IIS servers are gone in AD and I need to recreate them. I've not found a lot of info about recreating them. I've copied the accounts from another IIS server so the group memberships and such are the some, but I...
Thanks for the responses,
I'll have to research the GAC I've never heard of it before.
Here is the @page directive:
<%@ Page Language="VB" ContentType="text/html"
ResponseEncoding="iso-8859-1"
Inherits="ProjectOpening.ProjectSearchResults"%>
Thanks again!
Scott
Hi All,
Based on info I've found, I've got a /bin folder in the root of my site. Also in the root are a global.asax and web.config. Per what I read, this should allow me to place .aspx pages anywhere below this root and they will find the /bin folder.
This works for pages placed one folder...
Hi All,
An app I'm working on creates a table web control with a dynamic number of rows containing labels text boxes and list boxes. I assign names like text1,list1 for row 1 text2, list2 for row 2 etc.
I would like to retrieve them in a loop like the schematic example below :
for i = 1 to...
Hi All,
I'm trying to get a code-behind oledbconnection working. There are plenty of same page examples but I can't seem to get things initialized properly in a code-behind page. Is there a declaration similar to the namespace=system.data.oledb for code-behind or am I going about this all...
Hi All,
I have a newbie IIS 5 question. I created a virtual directory c:\inetpub\wwwroot\a and following a MSDN tech page I created a virtual server with the application name "a". In IE if I enter http://a I get the default "Under Construction" page found in c:\inetpub\wwwroot instead of my...
Hi All,
I'm trying to completely remove some printer drivers from about 200 w2K Pro PC's. In order to do this I need to remove the printer connections first. This is easy enough for the current user with the PrnAdmin.dll from the w2k Resource Kit.
The problem is, if there is a printer...
Thanks very much for your input and help. I let things settle down over the week end and this morning I was able to change move everything without a hitch. I guess sometime you just have to be patient.
Thank you again
Scott
net use x: /DELETE will remove a drive and when you remap like Jared71 said turn off persistence. If you use vbscript you will might want to check if the connection already exists and disconnect. Otherwise, in your case, your drive is already persistent and would cause an error.
It doesn't really matter what the name is (I hope nobody starts throwing things at me) but it should make some sense. We used .loc to designate a local domain vs. .com which is our public domain. But the only way to change the name is to remove all servers from that domain and rebuild the first...
If you have Administrator rights, you just need to take ownership of the folder and re-assign the permissions and then delete it. One of the "special" abilities of administrator is that you can take ownership of an object no matter who owns it.
Scott
Hi All,
I'm trying to transfer the Schema Master role. I'm a member of Schema, Domain and Enterprise Admins. The change button is still greyed out and I only have rights to view the schema permissions.
Anybody know what I might be missing?
Thanks in advance
Scott
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.