I tried 'File'/'Open'/'Project From Web' (VS2003) that did not work, but what did work was to reconnect the web project to the solution by navigating to the network folder through my network places.
Thanks.
I have an asp.net project written in c#, the person who started it has everything on the development server and I can not open the solution. I have tried to move the site to my machine, but since I am new to .net I don't know how to get it running.
Can anyone please help me.
Thanks.
I have this vbs file that I have setup on a job to run at 2am.
DeleteFile "c:\test\*.txt"
function DeleteFile(WhatFile)
on Error Resume Next
dim fso
set fso=createobject("Scripting.Filesystemobject")
fso.DeleteFile(WhatFile)
End Function
I want to be able to set this up so I can pass the...
I have this table that has email addresses in it, based on a date value in the same table I want to be able to send an email to the address. I want this to run as a job. How can I make this possible, also I don't want to use MAPI and load outlook.
Thanks for any advice,
KSS
I am a very good classic asp developer and I am use to having your data access stuff separate from your web pages so...
I want to populate a checkboxlist with values from a stored proc. Example "select * from authors" using pubs database. But I want all the dataaccess code to be a separate...
Hello, I have created some components that I use in my web pages to connect to the database and run stored procs. I have just changed jobs and at my old job we had a 3-tir structure and here at my new job we don't.
But I have created these components and I want to use them but I am not having...
Hello, I have created some components that I use in my web pages to connect to the database and run stored procs. I have just changed jobs and at my old job we had a 3-tir structure and here at my new job we don't.
But I have created these components and I want to use them but I am not having...
Hello, I have created some components that I use in my web pages to connect to the database and run stored procs. I have just changed jobs and at my old job we had a 3-tir structure and here at my new job we don't.
But I have created these components and I want to use them but I am not having...
Yes I would think that
delete tblunique
where datediff(mm,activedts ,getdate()) > 5
would work but it does not. The date in the field is '2006-05-11 15:06:00'
I have taken over a web site that has no documentation on it, and the web site some how used ldap to control the session and limits how many same login can occure. One of my tasks is to remove the ldap dependancy. But I am trying to figure out how the ldap is currently being used to control...
Hello all,
I am sort of a newbi with C# and asp.net, in my code I am deleting a record from the database just by calling a stored procedure that just deletes the record based in id.
I am not using any grids or controls. I am needing to add a message box asking "Are you sure?". From what I...
Thanks, but that's not the problem. There is no firewall, I am an admin of the machine, I am also part of the system group. I can get to the server from my xp machine and I can get to my xp machine from the server. I just can't figure it out, I can't even manually attach the process, I get the...
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.