 |
| Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

December 19th, 2003, 02:59 AM
|
|
Registered User
|
|
Join Date: Dec 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
web service error
my supervisor gave me a web service code.
I will build web pages for the web services.
i save the program to C:\Inetpub\wwwroot and run.
an error accur:
------------------------------------------------------------------
server does not support debugging of ASP.NET or ATL server application.
Run setup to install the visual studio.NET server components.
if Setup has been run versify that a valid URL has been specified.
------------------------------------------------------------------
i use localhost as server.
the pc in Lab can run, but why my labtop can't run it?
in VS component disk, i can't see any component with ASP...
|
|

December 19th, 2003, 10:27 AM
|
 |
Friend of Wrox
|
|
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
|
|
What is installed on your laptop? What is the configuration of your laptop?
Peter
------------------------------------------------------
Work smarter, not harder.
|
|

December 20th, 2003, 12:18 AM
|
|
Registered User
|
|
Join Date: Dec 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Visual Studio.NET, WinXP
|
|

December 20th, 2003, 12:52 AM
|
 |
Friend of Wrox
|
|
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
|
|
WinXP what?
In order to do debugging and more advanced development, you need to run a full fledged IIS server. Windows XP doesn't support that (to the best of my knowledge). You would need to be running at least windows 2000 server with IIS5.
Peter
------------------------------------------------------
Work smarter, not harder.
|
|

December 21st, 2003, 02:02 AM
|
|
Registered User
|
|
Join Date: Dec 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
WinXP professional.
for XP, any edition can run it?
|
|

December 21st, 2003, 01:32 PM
|
|
Registered User
|
|
Join Date: Dec 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
all right, i got it!
:)
because of .aspx is not installed properly.
I am new here. hehe
|
|

January 6th, 2006, 07:06 AM
|
|
Registered User
|
|
Join Date: Jan 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi i am geting error when i use webservice posted on web server. but when i use same webservice on local computer its works fine. but not through webserver. I get the error.
"server was unable to process the request root element m,issing"
Exception details:system.webservices.protocols.soapexception :...server was unable to process the request---> root element missing.
|
|
 |