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...
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...
I have started a new job, and have taken over a web site in c#. The problem is that all the files including the .sln file is on the development web server, when I try to run the solution in debug mode I get the following error, "the debugger component on teh server failed to connect to local...
I am new to coldfusion, and I have created a page that will create a .csv file from a recordset (not sure if I am creating the file correctly or not), but now I need the user to be able to download this file.
Thanks for any help. Code included.
<cfquery datasource="#settings.dsn#" name="qData">...
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.