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 Mike Lewis 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: GabeC
  • Order by date
  1. GabeC

    Outlook 2003 - block sending attachments

    Is there a way I can configure Outlook 2003 SP3 on Windows XP that when sending an email it won't allow attachements? Thanks, Gabe
  2. GabeC

    Custom 403;4 error

    We are using Windows 2003, IIS 6.0 We would like to use a custom 403;4 error page that is a .asp page. If someone types in http://www.mydomain.com/default.asp we want the 403;4 page to redirect to https://whatever_they_entered We can use the .asp extension for the 404 custom error but it...
  3. GabeC

    Interrogating IIS 6.0

    I am working with IIS 6.0 on Windows 2003. Using c#, how can I get a list of web sites on the server and additional information such as: IP address Port host header Thanks, Gabe
  4. GabeC

    ASP inside ASP.Net

    I have created a web form in ASP.Net using C#. This site needs to use the top menu of another web site on the server but this web site is written in Classic ASP using include files. Is there anyway I can use these same include files, in .asp files, with my asp.net site or do I need to re-write...
  5. GabeC

    Intermittent Error assigning value to text box

    Thank you for these pieces of information. I will implement these changes and see if this resolves the issue. Thanks, Gabe
  6. GabeC

    Intermittent Error assigning value to text box

    I have the following code. When you click the button, it opens a dialog box for the user to select a file. Once the file is selected, the file name is assigned to a text box. Most of the time this works but ocassionally the following error is produced: "can't assign a value to this object"...
  7. GabeC

    Writing to the Application Event Log

    Do I need to add WshShell as a reference? Here is the code: Dim ws As WshShell Set ws = New WshShell ws.LogEvent 1, "Logon Script failed" Here is the error I am getting: Compile error: User-defined type not defined Thanks, Gabe
  8. GabeC

    Writing to the Application Event Log

    Thank you both for your response. I don't think I have been clear on what I am trying to do. Right click My Computer then click Manage. Expand the Event View branch under Systems Tools. Click Application. This shows a list of application events. I need to be able to write to this event...
  9. GabeC

    Writing to the Application Event Log

    Does anyone have a code sample to write to the Application Event Log? I am using MS Access 2003 and VBA. Thanks for your help. Thanks, Gabe
  10. GabeC

    IIS won't create log files

    I have a virtual web in IIS 6.0 on W2K3 that has been setup to create daily log files. The has worked up to a specific date and then the log files have stopped getting generated. If I stop this web site and create a new virtual web site, the log files are being generated. We have not been...
  11. GabeC

    Creating a project with VS.Net 2003/2005 without IIS

    Thank you. Thanks, Gabe
  12. GabeC

    Creating a project with VS.Net 2003/2005 without IIS

    Is there a way to create a web application using VS.Net 2003/2005 without having IIS available? I have XP Home on my laptop (came with the computer which per Microsoft won't allow the install of IIS). There are many times when I don't have access to the internet but I still would like to work...
  13. GabeC

    DB design suggestions needed

    Thanks for this suggestion. Following this design, when an application administrator uses the application to create a new object type (using the application Admin web page interface), the application would also need to create a new table in the database.? Do you see any issues adding and...
  14. GabeC

    DB design suggestions needed

    I need advice on how to design a database - I currently have three objects: Service Agreement Contract Any of the objects can be made up of any of the other objects. Ex. Service A is made up of: - Agreement 1 - Contract I Agreement 1 is made up of: - Service B - Agreement 2 - Contract II...
  15. GabeC

    HTTP_POST

    I've inherited a web application that I need to support and in one page I need to determine the referring URL. From my Google searches it appears I need to look at the HTTP_POST value but I haven't found any examples that work on our system on getting this value. Can anyone give me code...
  16. GabeC

    localstart.asp - how do I disable this?

    Thanks. I only have anonymous selected in IIS properties for the web site. Is there anywhere else I need to make the change? Thanks Thanks, Gabe
  17. GabeC

    localstart.asp - how do I disable this?

    Thanks, I did this and I still get prompted to login. Do I need to reboot the server? I executed iisreset and that did not help. Thanks. Thanks, Gabe
  18. GabeC

    localstart.asp - how do I disable this?

    How do I disable localstart.asp? I have found this file in the inetpub/wwwroot directory. I deleted the file. I left the file there but removed all the text. I restarted iis using iisreset but when I type in http://localhost/localstart.asp I still get prompted to login. I have searched on...
  19. GabeC

    ServerClick question

    I know this isn't exactly what you are looking for but it may get you pointed in the right direction. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWebUIControlClassIsLiteralContentTopic.asp Thanks, Gabe
  20. GabeC

    Server.Execute - is this an appropriate use?

    Does anyone else have any other ideas on how to get the output caching to work with Server.Transfer or have a solution that doesn’t needlessly change the customer’s requirements? I am a bit disappointed to see there are still developers out there that think they should dictate the business...

Part and Inventory Search

Back
Top