Try running a standard HTML page in your new directory. If that displays,
then you most likely have not created the new directory as a web
application. Look at Dale's comment about this.
Eric
> thanks, Eric!
>
[quoted text clipped - 51 lines]
> > > regards,
> > > Eric
Eric Voigt - 23 Jul 2004 11:55 GMT
Eric,
*pooh* that doesn't seem to be so easy...
I definitely 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.
So - you see: I think I've checked everything and don't have any clue! Do
you?
Is there something, VStudio changes that I didn't change when only xcoping
the files?
It would be very helpful when anyone find's a solution to that... I don't
have any idea where to look further...
Thank you very much,
Eric
> Try running a standard HTML page in your new directory. If that displays,
> then you most likely have not created the new directory as a web
[quoted text clipped - 65 lines]
> > > > regards,
> > > > Eric
Eric Voigt - 23 Jul 2004 12:00 GMT
one addtion to my previous posting:
at my w2003-Hoster it looks a bit different - you can test it on your own at
http://www.ericvoigt.de/webservice1/
> Try running a standard HTML page in your new directory. If that displays,
> then you most likely have not created the new directory as a web
[quoted text clipped - 65 lines]
> > > > regards,
> > > > Eric