473,396 Members | 1,703 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

What does VS.NET when creating WebService

are there special settings applied to IIS5, when creating a webService in
VS.NET?

I wonder - because when I create a webService (let's call it webservice1)
using VStudio.NET on my remote W2K IIS5 it works fine and without any
problems.
When I don't use the VStudio.NET Wizard but only copy the .asmx and
bin/*.dll files to another web (on the _same_ server) it won't work! I
double-checked every setting in IIS and NTFS and can't found any difference!

What I did / settings:
I created a virtual folder called webservice1, which is here
\myWEBName\SOAP\webservice1
This folder has the application name 'webservice1', Execute Permissions for
'Scripts only' and Protection 'Medium(Pooled)'. Directory Security is set to
anonymous access using the IUSR_BILLIE, also Integr.Security is activated.

Application Mappings for .asmx and .aspx are set to
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_ isapi.dll with
GET,HEAD,POST,DEBUG

HTML and ASP Files work fine. When I save the ASP-File under .aspx I get
Server Error in '/SOAP/webservice1' Application. with no further
details - error messages are suppressed;-(
With .asmx it's the same problem.

My web.config looks exactly like this:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.web>
<compilation defaultLanguage="vb" debug="false" />
<customErrors mode="Off" />
</system.web>
</configuration>

File Security is set to 'Everyone -> Full Control' for the whole
'webservice1'-Folder for Testing.
I'm desperataly searching for any help...

Thank you very much for any idea...
eRic

Nov 21 '05 #1
1 1783
Hello Eric!

Weird that You get: Server Error in '/SOAP/webservice1' Application. With a
virtual folder called webservice1, I'd expect: Server Error in '/webservice1'
Application. Maybe you can clarify what your physical path is and where your bin
directory is located?

Björn
Eric Voigt wrote:
are there special settings applied to IIS5, when creating a webService in
VS.NET?

I wonder - because when I create a webService (let's call it webservice1)
using VStudio.NET on my remote W2K IIS5 it works fine and without any
problems.
When I don't use the VStudio.NET Wizard but only copy the .asmx and
bin/*.dll files to another web (on the _same_ server) it won't work! I
double-checked every setting in IIS and NTFS and can't found any difference!

What I did / settings:
I created a virtual folder called webservice1, which is here
\myWEBName\SOAP\webservice1
This folder has the application name 'webservice1', Execute Permissions for
'Scripts only' and Protection 'Medium(Pooled)'. Directory Security is set to
anonymous access using the IUSR_BILLIE, also Integr.Security is activated.

Application Mappings for .asmx and .aspx are set to
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_ isapi.dll with
GET,HEAD,POST,DEBUG

HTML and ASP Files work fine. When I save the ASP-File under .aspx I get
Server Error in '/SOAP/webservice1' Application. with no further
details - error messages are suppressed;-(
With .asmx it's the same problem.

My web.config looks exactly like this:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.web>
<compilation defaultLanguage="vb" debug="false" />
<customErrors mode="Off" />
</system.web>
</configuration>

File Security is set to 'Everyone -> Full Control' for the whole
'webservice1'-Folder for Testing.

I'm desperataly searching for any help...

Thank you very much for any idea...
eRic


Nov 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Flare | last post by:
OK. I'll try explain my problem so simple as possible. I have to send a complex data type to a WebService from a Asp.net webapplication. My Data type look like this. (A class with a porperty)...
10
by: mklapp | last post by:
Hello I have a proxy based upon a webservice. The machine.config reports it lacks access to load the proxy. What account name is associated with the attempt to load the Proxy and what...
9
by: mekim | last post by:
Hi All, I have a solution that has a asp.net app project and webservice project in it When I debug the asp.net app...and then terminate it...the webservice is still live...and aspnet_wp.exe is...
0
by: J | last post by:
I wrote a simple test webservice in .net but when I use the test page to try and run the webservice. IE does not recognize the output as an XML document, ie it doesn't automatically format the XML...
7
by: Nalaka | last post by:
Hi, I created a sinple web service that returns a dataSet. Then I created a client program that uses this web service (that returns the Dataset). My question is, how did the client figure...
0
by: Michael Höhne | last post by:
Hi, we're developing some web services and use the local development server of Visual Studio 2005 to create, run and debug the project. The web service methods connect to a database hosted on a...
1
by: Steve | last post by:
C# I am developing a basic app to run on a mobile device, to interact with our central server using WebServices. I have created a class called PacketInfo which has a couple of properties suchs...
0
by: Cyke | last post by:
Hello, I have created an ASP.NET application that consumes a C# webservice. The webservice works fine on its own. However, when I try to access it from my applicaiton, I get the following...
2
raveendrabikkina
by: raveendrabikkina | last post by:
03/17 15:45:40 error Error creating form bean of class epost.form.BpUploadForm java.lang.InstantiationException: epost.form.BpUploadForm at java.lang.Class.newInstance0(Class.java:291) ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.