-
I've installed PWS from the VB6 PRO CD on a system with Win98. Lets say the computer name is DUDE. When I type http://dude I should get some info about PWS. I get an error. PWS installed correctly as far as I know with all of the default settings. Anyone know the problem?
I've installed PSW to develop and test IIS apps.
-
you should be able to run your app right from vb. if you want to test publishing it to http:\\compname,
1. go to your personal web manager(icon should be on taskbar by default)
2. goto advanced
3. set up a virtual directory
4. copy your html template files, asp page, project dll and the dll's dependncy files to this directory
5. set your *.asp file as the default page.
woops http://compname :)
[This message has been edited by BG (edited 02-14-2000).]
-
I've had this problem...dunno what causes it...
try typing your IP into the address bar e.g.
http://195.102.119.28/
or use localhost e.g.
http://localhost/
------------------
Matthew Ralston
E-Mail: [email protected]
ICQ: 31422892
Web Site: My Home Page
AKA: ...::: The Fragmeinster :::... (On Quake 3 World Forums)
Sorry about my English, but my Scouse is dead good!
-
I have not tried to run one of my pages on it yet, I was just checking to see what http://localhost would bring up. This is what I get....
Microsoft VBScript runtime error '800a01f4'
Variable is undefined: 'myinfo'
/Default.asp, line 6
When I look into the default.asp, Option Explicit is on. 'myinfo' is not defined in the Dim statement. Is there another Default.asp floating around with this problem fixed?