Installing SUS(Software Update Services) - Page Not Found

Microsoft has a service called SUS that allows operating
system files to be updated from a dedicated server
instead of from Windows Update(Microsoft). SUS is a web
app based on .asp. I went ahead and installed SUS on a
Windows 2000 server that already had IIS 5.0 on it.

After the installation of SUS I tried to browse to the
home page,ie: http://localhost/SusAdmin, and got the
error "page not found".

I was able to browse normal html files in the same SUS
virtual directory in IIS and see them with no problem.
Something is wrong with .asp on IIS or with the setup of
SUS.

View Replies


ADVERTISEMENT

Display Aspx Page Or Reporting Services Page In User Control

What I want to be able to do is create a user control that will display an
entire page page within it. Does anyone know how to do this or better yet
have any same code?

View Replies View Related

PSEUDO WEB SERVICES CALLING OTHER SERVICES

I have a project where I am being asked to expose some functionality
to a customer via a web-service-like interface. This service will be
written in Classic ASP, and will take a number of parameters, process
some logic,and then return some information to the consumer. I've now
built a number of these services (Following something of a RESTful
approach), and the next one I need to build happens to require some
information which is already provided by another service. Code:

View Replies View Related

Page Not Found - Sometimes

I have run into a peculiar problem and need a little shove to solve it.

I have an ASP app that tests to see if the browser allows cookies. Complains
if cookies are off, otherwise proceeds to a login page.

Using MS-IE 5 or higher - works fine
Using IE5 or Safari on a Macintosh (OS 9 or 10) gives a page not found error
when trying to detect the cookie setting.

The ASP code use Request.Redirect. I made some htm pages to allow debugging
of the redirect and get the same failure.

I could really use some suggestions for making the Mac machines work.

View Replies View Related

404 Page Not Found Handling

actually i am doing php and know how to handle 404 error page not found errors but one of my client needs it in ASP and i am not that much faimliar with ASP. so i need some help if some body could give me code to handle these broken links .

actually it has to be done like this that if user clicks some where on the site and that page does not exist so the programme should take him/her to a page where message will show e.g 'this page doesn't exist'.

View Replies View Related

Page Error (Can't Be Found)

I am trying to send two values to a page, this is very similar to a previous post that I saw on this newsgroup, not sure if it was resolved or not.

"Results.ASP" exists, I am thinking there is something wrong with my syntax.

onchange="parent.usbWindow.location.href='connector1=<%=cnt1%>&Results.asp?T
ype='+this.value;"

View Replies View Related

Update My ASP Page

Do anyone now how I should do to update my ASP page every 5 sekond.

View Replies View Related

Go Back A Page After Update

After updating a record, I want to go back to the results page from a search. Anyone know how to redirect after you update a record to go back a page to see the results again. A simple click of the back button would do the trick, but that can't be done after you click the update.

View Replies View Related

Rs.Update Locks Up Page

I have an ASP page which uses QueryString data to determine what the user is wanting to do. It has Upload (which provides a form to enter a category, title, overview, and file), Edit (which gives user a form with the before mentioned sections, minus the file, to change the overview, title, or category), Update (which processes the Edit form), and Delete, which allows the user to delete a file.


A user can upload a file just fine, and a file can be deleted just fine. The problem is with Edit/Update. The Edit form loads fine, with all the correct information in the input boxes, and a hidden field storing the "ID" for the record. This form submits to .asp?Action=Update, where the Select statement is based on the hidden ID. When the user clicks the update button on the Edit page, the next page never loads, the confirmation never comes up.

On our Production (Live) server this caused ALL of our sites to go down, we had to restart the server to bring them back up. Now I've been testing in our Development server trying to solve, it causes this site to go down, but all other sites on the development server continue to function (so we have a different result on this server, but still the problem). Reboot is not required here though, if I wait a few minutes, I can access the page again (maybe a timeout is happening here that isnt on the other server?) Code:

View Replies View Related

Update Page Info On Tab Out

I want to build a page having a list of products with their individual price, order qty, and total price.

What I would really like is that when a user enters the order qty and tabs out, that the total price is updated instantly. How would I go about doing this?

When the user has finished all his order, then he would press the submit button and not before.

View Replies View Related

Update Db Without Doing A Page Refresh

I want to update a database but, NOT do a page refresh.

Like how they do it on Netflix with the "was this review helpful?" you choose yes or no.

I just want to capture the yes or no, without doing a page refresh so the user can make a number of interactions on the page.

View Replies View Related

Update A Page Without A Refresh

How would I go about updating a page without a form submit?when a user types the number 1 in textbox1 and the number 2 in textbox2, textbox3 automatically displays 3.

View Replies View Related

Update Cart Page

i am using following code to display purchansed items...

<tr bgcolor=#ffffff>
<td class=h1 class=stocktextfont><b><%=RS("cnt")%></td>
<td class=h1><b><input type=text name=qty<%=RS("Order_Qty")%> class=stocktextfont size=2 value=<%=RS("Order_Qty")%> maxlength=2></td>
<td class=h1><%=RS("Order_Item")%> <input type=hidden name=pname value="<%=RS("Order_Item")%>"></td>
<td class=k1><input type=text name="pval" class=stocktextform size=5 value=<%=RS("Order_Amount")%>></td>
<td class=h1><input type=button name=but value="Update" class=stockbuttonfont2></td>
</tr>

in this i get sr.no by <%=RS("cnt")%> which keeps increasing by 1. when i change some quantity how to capture in next page as i wont be knowing how many itesm are displayed in this page and which item user wants to update.

View Replies View Related

Update Access Database Through ASP Page

I developed an ASP page which has 2 input fields- First Name and Last Name.I used Access 2002 as database. Once I click the Submit button,

it has to perform 3 tasks-----
1) It has to update the First Name and Last Name in the MS-Access database in their corresponding fields.
2) It has to go to the Home Page(which I already did)
3) It has to update the date/time in the "Time" field in the MS-Access database.

The following is the code I wrote to connect to the database and update the fields in the Access table---

<%
set MyConn = Server.CreateObject("ADODB.Connection")
set rs = Server.CreateObject("ADODB.RecordSet")
MyConn.Open "driver={Microsoft Access Driver

(*.mdb)};;DBQ=c:/documents and

settings/adcguest/desktop/webpage_html
ewsecurity.mdb;"
rs.Open sqlqry,MyConn,2,2
rs.AddNew
rs("firstname") = first name
rs("lastname") = last name
rs.update

rs.close
myconn.close
%>

Can somebody please help me in figuringout if I am missing something.

View Replies View Related

Drop Down Button In UPDATE Page?

I had successfully created a update page for a registration. But now I went into a problem.

1: In REGISTRATION page (Where they submit their data for the first time), they are able to use Drop down button to choose their answers. In my UPDATE page (Where they can edit their data), I can only create textbox for them to change their data which they originally used Drop down button.

For example: In REGISTRATION page, they can choose Yes/No from Drop Down button. In UPDATE page, they need to type in Yes/No instead from Drop Down button.

How can I create drop down button in the update page with their previous answer selected?

View Replies View Related

Update Only A Specifc Part Of A Page

i want to update a specific part of a page every 3 seconds without refreshing the whole page, any ideas?

View Replies View Related

Update Record On Page Load

how to Update Record On Page Load. I have one feild in my database that I want to subtract 1 from each time the page is loaded.

View Replies View Related

Refresh Page After Database Update

i am updating client's table(i.e insert one new client) from one asp page and after that it is being redirected to html page on that page i have one link which selects records from client's table and then displays it in the form of list. The problem is that when a new client is added it is not shown in the list. If anyone can please guide me on how to refresh the asp page after every database updates.

View Replies View Related

How Does One Update All Records Displayed In A Asp Page

I got a test asp page which connects to Northwind.mdb database. This page
pulls all the rows from the Customers table. One column i.e. GoodStatus has
been added to the customers table. The following is the code to display all
records of the customers table with some customization. Code:

View Replies View Related

Update Page Display With <select> Box?

Is it possible using ASP to update the page display by selecting a record from a <select> box, then, search the db for the record selected and update the same page with the content of that record? Code:

View Replies View Related

Installing ASP And SQL

I've recently developed a niche price comparison site and one of the merchants that I spider wants me to write a script that runs on their server and connects to their database to dump out all active products.

This has the advantage of saving their bandwidth and allowing me to update my site daily instead of every few days.

Trouble is that they use ASP and I use PHP/MySQL. I've done a bit of digging around it looks like XP Pro will allow me to install ASP but I'm not sure about my database options.

If I use Access as my backend here, will the settings be easy to transfer across to SQL server ?

Anyone know of any simple tutorials to install and configure ASP and a suitable database backend ?

View Replies View Related

Installing IIS

I'm having a issue with one box where it will not serve any ASP pages,even when i browse them from the IIS manager directly.Is there something I should look at to 'enable' serving asp pages?

View Replies View Related

Installing Asp In IIS 6.0

For some reason I can't make asp scripts work in IIS 6.0. No error returns, scripts are just not being processed. That is, when I create test.htm with the following code:
Code:

<html>
<body>
<%
response.write("Hello!")
%>
</body>
</html>

I see an empty page in internet explorer and the complete code in the source of the page.
I allowed active server pages in the Web Service Extensions and restarted IIS, but still asp won't work.

View Replies View Related

Installing IIS

I am confusing to use IIS and Win OS. I learn that Win 2000 goes with IIS 5, how about Win XP? Also, the ways to configure (i.e., installing IIS, virtual directory, ODBC...) are changed from the previous version to the newer version. Can you please show me how to configure these stuff on Win XP. I have tried those books that are old now and still not able to get it through.

View Replies View Related

Update With Click On Edit Buttonon Same Page

How to update, add, delete and save any data that has been called to a page. instance, second.page. The update must be done in second.asp too...

View Replies View Related

Opening Database & ASP Page Update Same Time

There's an access database on an iisserver and asp makes updates to it. The
database got moved to a newer server. The users used to be able to open the
database and use the asp pages at the same time. Now when the database is
open the asp pages won't update.

View Replies View Related

Refresh/update Page When Using Time() Function

I have an asp page in which I use the �time() function but that just gives the time at the moment the page is loaded. I need to reload/refresh the page once every second so the seconds increase by one continuously.

View Replies View Related

Installing IIS 5.1 On WinXP

I want to install IIS 5.1 on my WindowsXP machine. I do not have my WinXP CD. Does anyone know where I can download the necessary software to complete this installation?
Also, I would like to update a webpage that is built with either asp or asp.net. (I did not make this webpage, and am new to both asp and .net) Is there a simple way to find out which was used to create this website?

View Replies View Related

Installing A Web Application

How can I set up an install package to offer the SA to choose the install folder? I am using VS to create a MSI install file.

View Replies View Related

Error While Installing

Error while instantiating this component in ASP page.

<%
Dim oDms
oDms = Server.CreateObject("DmsMod.Document3")
Set oDms = Nothing
%>

The dll is registered using regsvr32. I think it is registered correctly because, I can use this dll perfectly in a VB6 application by adding to the references.
IUSR_MyMachineName and IWAM_MyMachineName also have Read & Execute
permission on the System32 folder (System32 folder is housing the dll).

View Replies View Related

Installing Apache::asp

I have installed apache on my computer to test php scripts. What do I now need to do to also run asp scripts? Do I have to install apache::asp or can I load a module that runs with my current apache?

View Replies View Related

Installing And Running PHP

Does anybody have an experience of installing and running PHP alongside with ASP on wk2/IIS5 ?

View Replies View Related

Installing ASP/IIS On Win XP Question

I have been developing in PHP for some time now on Win XP Pro but wish to get into ASP and then onto ASP.NET. Couple of quick questions to ask if thats ok.

1) Should I jump over ASP and straight into ASP.NET or should I learn the middle ground as well for compatibility with scripts out there?

2) How do I installed IIS/ASP on Win XP Pro without it clashing with Apache/PHP/MySQL. I know you use the XP CD and install IIS but I thought that would take control of localhost and block access to apache. Can you disable IIS when your not using it ?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved