Enabling ASP Blank Title 81932

I figured it out. I had to enable port 80 in my windows firewall. Thanks for all your help!

Randy Weber

-----Original Message-----
From: Vic Drecchio [mailto:Vic.Drecchio@...]
Sent: Monday, August 24, 2009 11:08 AM
To: Randy Weber
Subject: RE: Enabling ASP

No, you shouldn't need to install the ODBC DSN on every PC; that's the beauty of ASP. The *webserver* hits the database via ODBC and pushes the results to the browser.

Is there a possible permissions issue?

If you make a simple "index.html" that just says "hello" can you display it from other PCs?

-----Original Message-----
From: Randy Weber [mailto:rweber@...]
Sent: Monday, August 24, 2009 11:09 AM
To: Vic Drecchio
Subject: RE: Enabling ASP

I am using the following connection string:

Set dbConn = CreateObject("ADODB.Connection")
dbConn.ConnectionString = "DSN=V803Live;"HOST=Vantage;uid=sysprogress;pwd=sysprogress;database=mfgsys"

I see now that it refers to a DSN that is on my pc but not the client. Do I need to set-up ODBC for all clients, or is there another method that I can use that doesn't require ODBC on the clients?

Randy

-----Original Message-----
From: Vic Drecchio [mailto:Vic.Drecchio@...]
Sent: Monday, August 24, 2009 9:57 AM
To: Randy Weber
Subject: RE: Enabling ASP

How are you passing authentication for the ODBC login?

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Randy Weber
Sent: Monday, August 24, 2009 10:51 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Enabling ASP

Hi Vic,

When I type http://Weber-Opti740/Parts.asp from my pc it works, but on the other pc, the browser timed out (ie and firefox).

Randy

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Vic Drecchio
Sent: Monday, August 24, 2009 9:24 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Enabling ASP

Â
It's because you are hitting it as a Windows share vs. HTTP.

So, from the other PC you want to go to:
http://Weber-Opti740/Parts.asp

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Randy Weber
Sent: Monday, August 24, 2009 10:18 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Enabling ASP

Hi Vic,

Here is some more detail. I am using my pc as a web server (temporarily). I have the asp page setup on my pc in C:\InetPub\Parts.asp. If I go to http://localhost from my pc, the Parts.asp page delivers data as expected.

My pc and the InetPub folder is shared. My pc is Weber-opti-740. From another pc logged in as myself or administrator, if I type \\Weber-Opti740, I can see the files including Parts.asp, so it would appear that the permissions are okay. But if I open Parts.asp, I see raw html rather than what ASP should deliver.

Thanks in advance,

Randy

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Vic Drecchio
Sent: Monday, August 24, 2009 7:12 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Enabling ASP

Â
Randy, it needs to sit on a webserver such as IIS on a host.

(C:\inetpub\wwwroot\...)

If you still haven't figured it out let me know.

Vic

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of randyweb
Sent: Friday, August 21, 2009 4:17 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Enabling ASP

I have an ASP page that connects to my progress database and displays
part info. It works fine on my pc from the http://localhost folder.

Can someone tell me how to make this asp folder accessible to clients on
the network? I tried to Share the folder - Web Sharing but I don't know
how to get a client connected or mapped to the folder.

Thanks in advance,

Randy Weber

------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder
and Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links

------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links



------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
I have an ASP page that connects to my progress database and displays part info. It works fine on my pc from the http://localhost folder.

Can someone tell me how to make this asp folder accessible to clients on the network? I tried to Share the folder - Web Sharing but I don't know how to get a client connected or mapped to the folder.

Thanks in advance,

Randy Weber
Active Server Pages - are served by a web server, so I would think network clients need to use http://<your machine name>/<your asp page>



--- In vantage@yahoogroups.com, "randyweb" <rweber@...> wrote:
>
> I have an ASP page that connects to my progress database and displays part info. It works fine on my pc from the http://localhost folder.
>
> Can someone tell me how to make this asp folder accessible to clients on the network? I tried to Share the folder - Web Sharing but I don't know how to get a client connected or mapped to the folder.
>
> Thanks in advance,
>
> Randy Weber
>
What is the error that you get when you try to access the page from a client?

Make sure your pointing at the right directory and also that your security is setup properly in AD. The IUSER (I believe) should have the proper rights to look at the folder. Also, in IIS you can right click on your site, click properties, and go to the directory security tab and see who you have given access to. If its not checked off to use Anonymous access, what is it?
Randy, it needs to sit on a webserver such as IIS on a host.

(C:\inetpub\wwwroot\...)

If you still haven't figured it out let me know.


Vic


-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of randyweb
Sent: Friday, August 21, 2009 4:17 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Enabling ASP

I have an ASP page that connects to my progress database and displays
part info. It works fine on my pc from the http://localhost folder.

Can someone tell me how to make this asp folder accessible to clients on
the network? I tried to Share the folder - Web Sharing but I don't know
how to get a client connected or mapped to the folder.

Thanks in advance,

Randy Weber



------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder
and Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
Hi Vic,

Here is some more detail. I am using my pc as a web server (temporarily). I have the asp page setup on my pc in C:\InetPub\Parts.asp. If I go to http://localhost from my pc, the Parts.asp page delivers data as expected.

My pc and the InetPub folder is shared. My pc is Weber-opti-740. From another pc logged in as myself or administrator, if I type \\Weber-Opti740, I can see the files including Parts.asp, so it would appear that the permissions are okay. But if I open Parts.asp, I see raw html rather than what ASP should deliver.

Thanks in advance,

Randy



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Vic Drecchio
Sent: Monday, August 24, 2009 7:12 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Enabling ASP

Â
Randy, it needs to sit on a webserver such as IIS on a host.

(C:\inetpub\wwwroot\...)

If you still haven't figured it out let me know.

Vic

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of randyweb
Sent: Friday, August 21, 2009 4:17 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Enabling ASP

I have an ASP page that connects to my progress database and displays
part info. It works fine on my pc from the http://localhost folder.

Can someone tell me how to make this asp folder accessible to clients on
the network? I tried to Share the folder - Web Sharing but I don't know
how to get a client connected or mapped to the folder.

Thanks in advance,

Randy Weber

------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder
and Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
It's because you are hitting it as a Windows share vs. HTTP.

So, from the other PC you want to go to:
http://Weber-Opti740/Parts.asp



-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Randy Weber
Sent: Monday, August 24, 2009 10:18 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Enabling ASP

Hi Vic,

Here is some more detail. I am using my pc as a web server (temporarily). I have the asp page setup on my pc in C:\InetPub\Parts.asp. If I go to http://localhost from my pc, the Parts.asp page delivers data as expected.

My pc and the InetPub folder is shared. My pc is Weber-opti-740. From another pc logged in as myself or administrator, if I type \\Weber-Opti740, I can see the files including Parts.asp, so it would appear that the permissions are okay. But if I open Parts.asp, I see raw html rather than what ASP should deliver.

Thanks in advance,

Randy



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Vic Drecchio
Sent: Monday, August 24, 2009 7:12 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Enabling ASP

Â
Randy, it needs to sit on a webserver such as IIS on a host.

(C:\inetpub\wwwroot\...)

If you still haven't figured it out let me know.

Vic

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of randyweb
Sent: Friday, August 21, 2009 4:17 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Enabling ASP

I have an ASP page that connects to my progress database and displays
part info. It works fine on my pc from the http://localhost folder.

Can someone tell me how to make this asp folder accessible to clients on
the network? I tried to Share the folder - Web Sharing but I don't know
how to get a client connected or mapped to the folder.

Thanks in advance,

Randy Weber

------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder
and Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links



------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
Hi Vic,

When I type http://Weber-Opti740/Parts.asp from my pc it works, but on the other pc, the browser timed out (ie and firefox).

Randy

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Vic Drecchio
Sent: Monday, August 24, 2009 9:24 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Enabling ASP

Â
It's because you are hitting it as a Windows share vs. HTTP.

So, from the other PC you want to go to:
http://Weber-Opti740/Parts.asp

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Randy Weber
Sent: Monday, August 24, 2009 10:18 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Enabling ASP

Hi Vic,

Here is some more detail. I am using my pc as a web server (temporarily). I have the asp page setup on my pc in C:\InetPub\Parts.asp. If I go to http://localhost from my pc, the Parts.asp page delivers data as expected.

My pc and the InetPub folder is shared. My pc is Weber-opti-740. From another pc logged in as myself or administrator, if I type \\Weber-Opti740, I can see the files including Parts.asp, so it would appear that the permissions are okay. But if I open Parts.asp, I see raw html rather than what ASP should deliver.

Thanks in advance,

Randy

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Vic Drecchio
Sent: Monday, August 24, 2009 7:12 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Enabling ASP

Â
Randy, it needs to sit on a webserver such as IIS on a host.

(C:\inetpub\wwwroot\...)

If you still haven't figured it out let me know.

Vic

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of randyweb
Sent: Friday, August 21, 2009 4:17 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Enabling ASP

I have an ASP page that connects to my progress database and displays
part info. It works fine on my pc from the http://localhost folder.

Can someone tell me how to make this asp folder accessible to clients on
the network? I tried to Share the folder - Web Sharing but I don't know
how to get a client connected or mapped to the folder.

Thanks in advance,

Randy Weber

------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder
and Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links

------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> When I type http://Weber-Opti740/Parts.asp
> <http://Weber-Opti740/Parts.asp> from my pc it works, but on
> the other pc, the browser timed out (ie and firefox).

You'll have to go to Control Panel | Admin | IIS to allow access. Make sure
that your firewall is allowing http access to your system.

You never, ever want to share an Active Page folder (or any webserver folder
for that matter) to the outside world. People might be able to replace your
pages, sniff out passwords, etc.

Mark W.