Develop Asp.net On Remote Machine

I've got .Net 2003 installed on my XP Home machine. Since don't(can't) have IIS installed, I've heard you can use a remote machine that has IIS and ..Net to develop an ASP.Net solution on my XP Home machine. What do I have to do to make this happen?

View Replies


ADVERTISEMENT

Mapping Remote Machine

I was susseesful in mapping remote machine with vbscript. Now I am building the same tool with ASP .I am using the same code but its not working. Below is the portion where I am mapping the drive: Code:

View Replies View Related

Folder On Remote Machine

I am having problems creating a folder on a remote machine. I keep getting a error 70 Permission denied. Of all the samples I have seen, I can't see what I am doing wrong.

Code:

dim dirName
dim machIP
dim folderPath

dirName = "myDir"
machIP = "123.123.123.123"
folderPath = "" & machIP & "c$" & dirName

Set fs=Server.CreateObject("Scripting.FileSystemObject")
if Not fs.FolderExists(folderPath) = true Then
fs.CreateFolder(folderPath)
end if

View Replies View Related

LDAP Query For Active Directory From A Remote Machine

I am trying to access user info in a remote Active Directory Server with an ASP application. For testing purpose, I set up a test domain controller (Win2k Server) and installed Active Directory Server.

I am able to retrieve the user info with the program below when I run the program(http://testmachine/test.asp) on the test domain controller machine. However, if I run the program(http://machine2/test.asp) from another machine in the same domain (Windows XP), it returns empty record set. Code:

View Replies View Related

Offline Develop

is it possible for me to develop a website
offline, and using CDO. How i can know that, the script I wrote at offline
and run at localhost will work when I host it on the webserver. I try to
write a website which allow to send order form to email. Now I facing the
problem, because I need to test it at localhost.

View Replies View Related

Develop Graphs Using ASP 6.0

How can I develop Graphs using ASP 6.0, which I am using SQL 2000 as my database? Is there is any free tool to develop graphs using ASP 6.0?

View Replies View Related

Develop A Counter

I have 3 different ways to let the visitor know that latest news is up on the website. First is through email,send through website and last through a pop up.The problem is how do I develop a counter that record the hits from three different sources,so I know the most effective way that the visitor is using to access the latest news.

View Replies View Related

Develop ASP Code

currently i'm using dreamweaver ultradev, it highlights keywords and such but doesn't really do any error highlighting, which can get frustrating when i'm searching for a compile error.

View Replies View Related

Best Way To Develop Survey Database?

what is the best way to develop a database for a survey? How should I name the columns in the database? I have an survey to develop and some of the questions have up to 80 answer options + quantity for the options.

For example, I have a list of truck models from different manufacturers (eg: John Deere[304, 444, 544, 624...], NewHolland[LW50, LW110, LW130...]. The person filling out the survey needs to be able to select from none to all of items and this would only be question #1.

That means if the person filling out the survey select JD 304 and NH LW110 I'll have a total of four entries one for each of the trucks and one of quantity for each of the trucks. If I use a column for each possible answer, I'll end up with about 1000 columns what to me wouldn't be a very well developed database. Anyone has done anything similar? Any ideas?

View Replies View Related

Develop A News Bulletin

I have to develop a news bulletin system for my website. Plz can someone help with suitable links or examples to develop this. Im using asp with vbscript and sqlserver backend.

View Replies View Related

Develop Database Driven ASP Site

I want to develop a site with the following features:

1. A movie library (DVD's, VCD's etc)
2. A database
3. search by category, title, actor, etc
4. membership signup
5. tracking system for lent out titles

Now am new to ASP just dived in am using Visual web developer express edition. Please point me in the right direction on the best way to do this. Am self taught kind a person and will not take me a long time to get the hang of it once in the right direction. Am not conversant with Visual basic or C#.

View Replies View Related

64 Bit Machine

Can I run my asp applications on a 64 bit machine?

View Replies View Related

Passing Machine

I have a request from a fellow conrtractor (differnt company) to have a form pass the users IP and machine name upon submission. I know that request.serverVariables("remote_addr") and request.serverVariables("remote_host") will yield the users IP but do not know of anything that will pony up the machine name.
I contend that under normal circumstances a browser doesn't have access to the machine name for user security reasons but my friend doesn't agree and insists it is "somewhere in the envirnment information." He may know something I don't but he doesn't know enough to show me how to extract what he wants in the form.
Further information: we are working on a Microsoft Active Directory network. This may provide some mechanism to pass that information.

View Replies View Related

Why I Can't See Mtx.exe In The Romote Machine?

I've set up remote debugging following every step in the manu from
microsoft. However, I can't see mtx.exe process in romote machine,
instead I only see inetinfo.exe. I attached to it and it seem works OK
except that I can't set up any break point in any inc file(include
file). I can use the command stepinto from an asp page to get to inc
code, but I the process never stop at the break point I "set up" before
I start the debugger or in the debugging process.

Can anyone help me what went wrong? or just tell me that is about what
interdev debugger can do.

By the way, I use NT on server and client is a window 2000
professional.

View Replies View Related

Using ASP On IIS (Local Machine)

I would like to evaluate some shopping cart software to use on my next project. I am new to asp and as yet my hosting does not support it. Before I go ahead and upgrade my hosting I wanted to see how the various packages work.

I am running XP Pro SP2 and have installed IIS. The folders seem to be where they should be and I have access to the settings through the Administrative Tools.

When I put a htm file in the wwwroot folder it loads fine if I type http://localhost but the asp files are either downloaded or opened in dreamweaver.

Do I need to do something special to enable asp files to open on my local machine??

View Replies View Related

On My Local Machine.

I'm not a networking/IT guy, but I was put in charge of figuring out how to use ASP to tap into an Oracle db for my office. I am using a windows 2000 laptop, and I want to be able to run ASP code on my local desktop (without being plugged into a network).

I need a lot of help here. I know I have to turn my computer into a webserver, but I'm not certain what I need to do with the IIS. What do I need to do in general to make my computer a webserver? In addition, I will be using a local Oracle database. So I wasn't sure what I would need to do to make that db available for querying with ASP. What is the best way to make that connection?

Anyone who can point me to useful documentation.

View Replies View Related

Username And Machine Name

how to insert the current user's username and machine name into a couple of textboxes to be inserted into a form. I'm creating a work order system and I would like the form to be prepopulated with this information.

View Replies View Related

LOCAL MACHINE

have an SQL DB which clients access via asp pages through the internet, in the case of a power outage I need to write that data automatically in the background to a txt file on their local machine, I would imagine it would involve a script of some kind.

View Replies View Related

Post From Machine

Here's my dilema. I have a Classic ASP site and I need to receive transactions from a little card reader over the Internet. The reader willbe sending:

MERCHANT_ID=(max seven digits)
TERMINAL_ID=(max twelve digits)
CUSTOMER_ID=(max seven digits)
TX_TYPE=(max 3 digits)
TX_AMOUNT=(max 7 digits) decimal (2 digits)
DATETIME=(14 digits)
MD5=(32 hex alpha numeric A-F, 0-9)

View Replies View Related

ASP Behavior Changes On Different Client Machine

I know this is actually impossible, but didn't know how else to describe it:
I have created a Content Management System for a client using ASP connecting
to a Access database. It doesn't do any fancy things: INSERT, UPDATE, etc. I
also use ASPUpload to upload images onto the server.

When I test my CMS from my own machine and others, it all works fine.
However, testing it from my client's machine, the Updating or Inserting of
data ends up returning a 'page not available' error (the asp page calls
itself when the form is submitted) and the changes to the database are not
being executed.

I really can't figure out why this is happening. Could it be a setting on
the client's browser?

View Replies View Related

Read From Client Machine

To secure my web site i need to read client Machien's MAC Address with
javascript

View Replies View Related

How Do I Differ Between Machine Behind A Router?

Is this possible or should I set a cookie with md5 session id and login time and date.

View Replies View Related

Displaying .asp On Local Machine

Am I now setup to view .asp on my local machine, or do I have to "upload" the pages to IIS? If the latter, how do I do this?

View Replies View Related

Can't Run Website On Local Machine

I copied one of our websites to a CD and wanted to run the website off of the CD. However, it won't run the index.asp on Windows XP machine. Do I need to install some dll's or something?

View Replies View Related

MySQL On A Windows Machine

how MySQL goes with ASP (or any other language) on a Windows machine, production wise. Our website contains static pages and we're planning on making them dynamic. Cost is an issue. If anyone knows how well MySQL performs on WinNT or knows of issues I should be concerned about, I'd appreciate hearing from you.

I've already had experience with MySQL on a Linux environment and wondering if its Windows brother is on the same level. I know MySQL doesn't compare with SQL Server or Oracle when it comes to features, but it's something we're willing to give up because of cost.

View Replies View Related

Date From Client Machine

how to get the date from client machine?

View Replies View Related

Viewing One Page From Another Machine

Can I make somebody else view my webpage, that i made in asp-mysql on anohter machine? I tried to give my ip address to another person to view my page. But it doesnt work. i tried as : http:ip-addresslogindb.asp?

To run ASP on my machine i had to change my port for localhost to 8888 from the original. Before changing it to 8888 it was giving 'in use...' error. I got asp functioning when i changes my port to 8888. Now when i want to make others view my page can I do it?

If yes, then i was wondering why would we need space to host a website (small scall). I can always make my machine as the host machine and no need to buy space and all? do i need to make any changes to my IIS setting for any 2nd person to view my login page?

View Replies View Related

Get List Of Users On A Machine

I need to get list of users on a machine (can be from exchange or a domain controller). I'm not even sure where to begin. I need this so I can populate a dropdown list of all users of our network for a helpdesk system.

View Replies View Related

Submitting Form To A Fax Machine

I am trying to send information that I collect using an ASP form to a fax
number that I specify somewhere. Can someone please tell me whether I can do
that using ASP code and if so, how can I do it and what kind of applications
I need to have if any.

View Replies View Related

How To Detect User Name & Machine Name

I'm developing a web page in ASP that can detect client's machine name & windows user name, but can't been able to do so.I'm using VBScript as scripting language. I've used ServerVariables(LOGON_USER) & REMOTE_HOST Also but of no use. Can ny one tell me how to do it. Code:

View Replies View Related

Access Machine.Config

How do i access user defined section in machine.config file? Is there any runtime api that I can use.

View Replies View Related

Local Machine To Access

when i export a dbf file from Local machine to Access in Webserver i get a message :

Microsoft JET Database Engine error '80004005'

'C:WINDOWSDesktop' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.

what could be the reason.?

View Replies View Related

Specific Machine's IP Address

Let say I wanted to get an IP address of a machine called mybox. How can I do it in ASP?

View Replies View Related







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