S
Sathyaish
I have a Web Service developed using C# and the .NET framework v1.1.
When I access the DLL on the localhost, using the URL
http://localhost/Folder/bin/MyService.dll
it works fine. However, when I x-copy deploy the DLL and its web.config
(authorization allow *) to a remote server and set all permissions for
the account ASPNET (the local ASPNET account), I have problems
accessing the same url remotely like:
http://remoteserver/Folder/bin/MyService.dll
Any pointers?
When I access the DLL on the localhost, using the URL
http://localhost/Folder/bin/MyService.dll
it works fine. However, when I x-copy deploy the DLL and its web.config
(authorization allow *) to a remote server and set all permissions for
the account ASPNET (the local ASPNET account), I have problems
accessing the same url remotely like:
http://remoteserver/Folder/bin/MyService.dll
Any pointers?