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 Chriss Miller 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: *

  • Users: jshurst
  • Content: Threads
  • Order by date
  1. jshurst

    Inject JS in a page

    Strange question here, but I need to do it, so here it goes... We have a vendor app written in asp.net, hosted on our servers. The code is precompiled (but I can add to the web.config file). I would like to be able to inject javascript into each page while the page is loading. This would...
  2. jshurst

    Scripting out Stored Procs

    I would like to be able to script out all stored procs in a given database. Basically I want to do this for backup purposes. I just execute a script and it writes out all my SP's to a file on the server. I don't want to use Mangement Studio I want it automated from a SQL script. And I don't...
  3. jshurst

    XML or Array Parameter

    I've been searching around for this but haven't found a solution that is satisfactory. I'm coming from a SQL Server background and new to MySQL, but this is a scenario that is quite common for me. I have an application which I need to pass an array to a stored proc in the database. I want to...
  4. jshurst

    Partition not showing up in Defrag

    Recently I ran CHKDSK on a drive partition (D:). This is on a laptop where I have a C: (OS) and D: (DATA) partition. It is a single disk that just has the 2 partitions. When I ran the CHKDSK utility I forced a dismount of the D: drive and now it won't show up in the Defrag utility. It shows...
  5. jshurst

    Pages in subfolders not displaying

    I posted this in the IIS forum but go not response so maybe you guys/gals know what the problem is. I'm trying to have IIS (6.0) host an asp application. I can browse to pages like http://mysite.com/default.asp, but if I try to go to something like http://mysite.com/Clients/clientview.asp it...
  6. jshurst

    ASP pages not displaying in subdirectory

    I'm trying to have IIS (6.0) host an asp application. I can browse to pages like http://mysite.com/default.asp, but if I try to go to something like http://mysite.com/Clients/clientview.asp it says that the page cannot be displayed. I can't figure out why this is happening. Any suggestions...
  7. jshurst

    Developing with VS2008 (reporting project)

    Can you develop with VS2008 and deploy those reports to a 2005 reporting server? Thanks, Jeremy
  8. jshurst

    Copying folder contents

    I want to copy all the reports in one folder to another folder. I see a button that says "move" but I want to make an actual copy (so I have them in two locations). Can someone tell me how I can do that? Thanks, J
  9. jshurst

    The Future of .NET

    We are mainly using the .NET 2.0 Framework. I'm hearing about a lot of new things that are coming out (actually are already out) and was wondering what everyone thought about some of them and what I should focus on. Here is what I've been hearing about. Silverlight LINQ MVC Framwork The new...
  10. jshurst

    Advice on counting web service hits

    I am currently trying to create a web service infrastructure at my work. What I mean is that I want to create some generic web services that a lot of projects can consume. I'm in the early stages of this and currently I have one service (for querying Active Directory). Do you guys suggest...
  11. jshurst

    Automated Builds?

    My manager has asked me to investigate automated building of our .NET projects (1.1 and 2.0). Can someone explain to me what needs to be done for automated builds. For example, let's say I have a 1 page that needs to be deployed. I would like to get this page from VSS and build and deploy the...
  12. jshurst

    Install on the C: Drive

    I have a computer which I'm installing server 2003. I previously had Vista on it and had created two partitions on the disk. (C: local system and D: for my Data). Now when I install Server 2003 it sees the old D: partition as the C partition and wants to create a new D partition and install...
  13. jshurst

    Rule to Send email

    I would like to create a rule to send out a specific email template to another account when I receive new email. For example I want to send out a short email to my yahoo account that simply says "You have new mail." I don't want this to be the forwarded message (that is against company...
  14. jshurst

    Checking if a file exists on a secure web server

    I need to download some files on a secure web server. I'm using the VisualBasic.Devices.Network.DownloadFile() method, however if the file does not exist then it throws an exception. Does anyone have any ideas on how to check for this existence of the file? It is not on my local network and I...
  15. jshurst

    Web Service Deployment

    I'm using the .NET 2.0 framework developing locally and running from the filesystem. This works fine while in development. In the web.config file of the site it references "localhost:4625\etc.." as the location of the web service. Then when I deploy this to the webserver I'm changing ports...
  16. jshurst

    Release Configuration

    I'm using VS2005 Pro and I don't see how I can set the project to release mode. I use this VS2005 on a few other machines and I haven't seen this before (usually it is in the drop down list). Does anyone know why this is? Thanks, J
  17. jshurst

    IE6 not displaying like other browsers

    I'm going to post the all of the stylesheet so hopefully someone can pin-point the problem. In IE6 the right side slides down to the bottom of the page (it should be just a two column site, centered in the middle of the page, with the left column the main column. Anyway here it goes... /*...
  18. jshurst

    DNS, MX, Windows, and Linux

    I'm not very experienced with this so hopefully someone can shed some light on the subject for me... I've set up a domain (mydomain.com) on Win 2k3, now I would like to start receiving emails, however I also setup a linux box that I want to used for spam filtering. So when I send an email to...
  19. jshurst

    Send To

    Can someone explain to me why when I'm remoted into a server and then right click and select "Send To" it is very slow and many times it simply stops responding. Is there some way to fix this? Thanks, J
  20. jshurst

    WebSite and Virtual Directory

    I have a web server with multiple IP addresses and websites. When a user goes to 192.168.1.100 I want it to go directly to one website and directly to a virtual directory (let's say WebApp1). What I do not want to have to do is to say http://192.168.1.100/WebApp1. Can someone tell me the best...

Part and Inventory Search

Back
Top