View Process Ids Without Having To Go Into COM+ (Component Services)

Anyone know how to display process id's (normally found by going to
Component Services and switching to applications to 'Status View') in a web
page?

I'm trying to keep remote users from having to terminal server or use com+
to view the process id's they need for asp debugging (via attaching to a
process (remote debugging via dcom and machine debug manager))

View Replies


ADVERTISEMENT

Component Services

I created a vb dll and registered the component via a call to regsvr32. I later updated the object and unregistered the old one, but then re-registered on IIS server via component services as a new object. When I tried to call the object via Server.CreateObject call in ASP, i got an error. My object seems to run fine when I register once again using regsvr32 call, but can anyone tell me what may have caused the error?

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

Is There Any POP3 And NNTP Component I Can Use As A ASP Component?

What I want to do is to show always the latest post on our company NNTP
and the newest email in my inbox as an activex background on my desktop.

View Replies View Related

Web Services From ASP

I have a .net web service which has a method that takes an xml string as its
argument. I want to call this webservice method from ASP (classic) using a
mehtod other than the SOAP toolkit.

Can it be done simply by using the MSXML2.ServerXMLHTTP object? If so, how
do I specify the arguments to my method.

Service is e.g. http://a.b.c/service.asmx
Method is method
parameter is p1
argument is a1

View Replies View Related

Cannot Use Web Services From Another Location

I have a client application that uses web services. When the client application an web services are in the same machine, they work fine. But when the application call the same web services hosted in other server, the server return: Code:

View Replies View Related

Using Sql Reporting Services In Asp

Can i make us of the sql reporting services in asp? If so then how do i make
a call since what i know is that sql reporting services are available as web
services?

View Replies View Related

OLAP Services

how do i display the dimension,level and members in a format that is displayed in the OLAP services (as tree view) using ASP,When it is expanded u can see its member.

For ex

All Customers
|
|-Canada
|_ BC
|_
|_

View Replies View Related

Controlling Services

since we run BIND as our DNS, I'd like to be able to force it reload changed zone files via an ASP page. I don't need to restart the service itself. There is a specific command that can be sent to it that'll reload the zones without restarting the service, but I don't know how to execute it.

i'd like to be able to create and manage IIS websites from an ASP page. Is there any documentation on this? It must be possible, but I can't find out how.

View Replies View Related

Connecting To Web Services

i just like to know if it is possible for an asp web application to connect to a webservice. can u present me ways or means to do that.

View Replies View Related

Reporting Services

Has anyone constructed a SOAP request with Classic ASP and sent it to SQL Server Reporting Services to render a report formatted as PDF to a browser and dealt with the SOAP response?

I'm not talking about URL access, but accessing the SSRS web service directly with SOAP passing credentials, parameters, format, etc. There seems to be nothing out there for ASP 3.0 - it's ALL .NET.

View Replies View Related

Webserver Services

I know I have seen a script on here before that would tell what services are installed on a webserver. We have a an old form that sends via CDONTS and the new webserver is running 2003.

I know they could install the CDONTS but it takes them too long to get back to us and I'm sure they wouldn't want to install it. Could some one possibly point me out to the script so I can find out what to use to send the form?

View Replies View Related

Invoke Web Services From ASP

I just wanted to know, how can i invoke a web services from ASP?

View Replies View Related

Usps Services

I am trying to send an XML transmission to the US Postal Service to retrieve shipping rates but so far have been unsuccessful. Can any one help me and provide me a source code for usps.

View Replies View Related

Consuming Web Services

I have been asked to write a client application for consuming a web service for a cms written in ASP 3.0. I have very little experience of developing on a microsoft platform, and very basic skills in ASP. I am a java programmer by trade, and have used java for achieving the same thing in the past.

I have done some research on the subject, and am a little unsure on what is involved in developing the above. The
web service simply returns and xml document as a String, based upon 2 parameters, these are both also strings.

I understand I need to utilise the SOAP toolkit, and have downloaded version 3. Is it feasible for me to be able to develop a very basic client application within a few days or is it much more involved?

View Replies View Related

Windows Sharepoint Services?

Looking to find out what i can about WSS and how to install it so i can run a WSS message board/Forum..

View Replies View Related

Accessing Windows Services

I've created a new Windows Service in visual studio .NET and I'd now like to use it within my asp pages. I've been all over the web and I keep coming up with .NET remoting as the answer. Trouble is, we don't use .NET, we use ordinary ASP. How can I access methods and properties of a windows service from ordinary ASP?

View Replies View Related

404 Pages, Do I Need To Activate Any Services For IIS?

I have a simple asp page (just to display server time) on the IIS running on Windows Server 2003 Standard version. When I browse to the web site (actually just use same pc, http:localhostestsite), all html pages are fine. But it displayed 'internal error 404' which means page not found, when I view the asp page. Actually, None of asp pages can run.Do I have to activate any services before IIS can execute asp page?

View Replies View Related

Which Version Of Vista Have IIS Services?

I need to choose Vista version, hopefully the lowest one like home edition, to have IIS services for some sql server feature to be active.

View Replies View Related

Stop Start Services

I am trying to stop and start the ftp service from an asp page using the niuser account.

my code is simple: shell.run "net start msftpsvc",0,true. ASP page returns no errors but nothing happens. code works in .vbs but not from the webserver (IIS6).Can someone tell me how to do this? I would also like to edit the registry if i can.

View Replies View Related

Execute Windows Services

I cannot execute a services windos from asp.net, how execute a services windows from aps.net in windows 2003 server.

View Replies View Related

Mail Through Our Hosting Services?

how to send asp mail through our hosting services? I need Source code for ASP-Mail form.

View Replies View Related

IIS - Internet Services Manager

For some reason I've installed IIS but have no Internet Services Manager available for doing things like changing the namd of the "default" page etc. I've gone through the Add/Remove Programs -> Add/Remove Windows Components and I'm getting nowhere I cannot find this snap-in and it doesnt occur with the IIS install.

I've used this before at work but have been completely unable to install Internet Services Manager on my local machine.

View Replies View Related

Terminal Services Debugging

I am ready to move my ASP web site onto a remote host. The problem is that when I use Terminal Services to see the host machine, the error does not show up. (I was told that debugging info is only sent to the 'console' session, no others). And the whole thing
locks up when there is a server error. How can I see the server errors through Terminal Services?

View Replies View Related

Asp Services Fail To Start Under Iis 6

any attempt to access an asp page returns a 500 error. all other services work fine. tried uninstall/re-install iis.

View Replies View Related

Creating ASP Website On Server Running Sharepoint Services

I am having trouble creating a web site on a server running sharepoint services.
I am creating an ASP.Net website using Visual Studio 2005. The server I am trying to create it on is a Windows 2003 server.

From what I understand I need to exclude in sharepoint services the folder where the application will be deployed. I have done this in the Define Managed Paths section of the Sharepoint management site, but it has no effect. Even after I have done this and then attempt to create the ASP.Net website in Visual Studio I get the error message.

"Visual Web Developer does not support opening Sharepoint web sites. See help for more details".

Hence despite excluding the folder, the website still attempts to deploy into Sharepoint Services instead of the IIS. This is backed up by the fact that I can then see the website listed in "Sites and Workspaces" in Sharepoint.

View Replies View Related

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 View Related

IIs Won't Process ASP

I'm a complete newbie to IIs and ASP (come from the Apache/Cold Fusion
world ). I've created a very simple ASP test page:

<%@ Language=VBScript %>

<% Response.Write "This is a test ASP page." %>

But when I access the page, it just displays the page as text, instead
of processing the ASP. I've looked at a half-dozen Microsoft KB
articles, but still no luck. I'm not getting an error, it's just not
processing.

View Replies View Related

ASP Process

I m facing a problem in ASP. That is on the production machine when I deploy my product at that time it dosenot perform a particular process. But on my devlopment machine it runs perfectly fine.

The only difference which lies is that on my devlopment machine in security tab of wwwroot/(website) a security permission with the name of VS Devlopers(machineVS Devlopers) exist but on the production machine it dosenot. What could be the possible problem.

View Replies View Related

COM+ Process Id's

Making good old fashioned asp page and need to be able to display the IIS COM+ process id's (i.e. those that show up when attaching to a process in InterDev(in debug/processes dialog box).

Is there a way to get these process id's show up in an asp page? You can tell I'm not to saavy when it comes to working my way around the WindowsAPI.

View Replies View Related

ASP Insert Process

Just like to know if I am correct and no problems in this scenario:

I have page where the user clicks a button to save some information >>

gets directed to page 2 where a value gets returned from a recordset and the form is inserted automatically upon loading with the value (sequential for the database table) >>

the user then gets redirected to page 3 upon insertion into the database, if I use 'Select Top 1 ......' as a query to retrieve some information on this page am I sure that this is the correct record just inserted even if 2 or more people are saving at the same time?

View Replies View Related

Batch Process

i have to start a batch process from a dll to transfer
files created by this dll to remote ftp server. I created
a batch file:

ftp -n -v -i -s:D:atchftpcmds.txt ftp-server

and a file containing the ftp commands:

user username password
lcd D:atchmedia
mput *.*
quit

It works pefectly when i start it from the dosbox. But
when i call it from the vb dll implemented in IIS (shell
("D:atch ransfer.bat")), it does not complete the
transfer and hangs after 400-500 (small) files.

View Replies View Related

Process CSV File

I need to select a csv file from my desktop through the "Browse.." button in my ASP page and upload the file and do further interrogation and extract the data to put into a database. What I'm struggling with is more the first parts with getting the file read properly in the second page so I can read and insert the data.The data below
describes the file. Quite a simple format.

Customer ID - Additional values are player IDs
193948294, 293, 294, 296, 290, 292

View Replies View Related







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