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...
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
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...
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"...
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
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...
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...
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...
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...
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...
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...
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.