| Thread | Last Post | Replies |
|
| 401 Access Denied, but only for one user | 04 Apr 2005 23:13 GMT | 3 |
I've published a web service based on an authentication demo I found on the web. It resides on a domain controller, and the domain's Active Directory contains a user group, "ServiceUsers". ServiceUsers contains 2 members: ServiceUserGood and ServiceUserBad. Both of those users ...
|
| SOAPExtensions and WSE | 04 Apr 2005 20:20 GMT | 3 |
I have created a UsernameTokenManager class for proceesing UsernameToken details. This works well. I have the configuration set up in my web.config because I want the authentication to apply to all methods. I have also created another extension which checks whether a user has
|
| Derived class not exposed in XML | 04 Apr 2005 19:02 GMT | 4 |
Say I have a class inherited from ArrayList called MyCollection. I have a WebMethod that returns a MyCollection. But when I reference the service, the WSDL indicates that the WebMethod returns an Object array (Object()). When I try to assign the result to a MyCollection in my ...
|
| Permission Confusion | 04 Apr 2005 18:56 GMT | 1 |
I've configured one of my web services' Directory Security settings to use Basic authentication without Anonymous access. In my web.config, I've changed the authorization section like so: <authorization>
|
| Timeout Error | 04 Apr 2005 18:49 GMT | 5 |
I have moved a web service from my development machine to a hosting computer. Now when I upload large files to this new host I get a timeout exception. The web.config file associated with my web service has 360 seconds for time and 30mbytes for file size but I continue to get ...
|
| Web Services vs. SP2 | 04 Apr 2005 15:37 GMT | 1 |
I´ve installed IIS in a XP Pro with SP2 already configured. When I tried to access an web service in the localhost, my app generates an exception. What can be the problem? Thanks in advance
|
| Local config file, how to use? | 04 Apr 2005 14:04 GMT | 1 |
I'm creating a webservice that needs access to a local .xml file that holds configuration parameters. How do I go about permissioning, and actually opening (getting directory in webservice) this file? I'm used to local apps where opening a file is like tieing your shoes, but I ...
|
| Would u know, what is diff b/w C#.net and Vb.net | 04 Apr 2005 10:12 GMT | 1 |
Hi to all, I Have some doubt in dotnet.What is difference between C#.Net and VB.Net.I refered may books,I didn't get any good answers.If u know any body ,please let me inform........ Bye...........
|
| How to connect to an SQL Server 2000 Personal Edition Database | 04 Apr 2005 07:09 GMT | 1 |
I have created a web service that needs to access data in an SQL Server 2000 Personal Edition database. However, when I create a SqlCoonection object in C# and tries to connect using the path \(local) , it gives an error messga estating that the Server can not be found or have in ...
|
| How to clear the SecurityContextManager Cache? | 03 Apr 2005 22:23 GMT | 3 |
I am doing a policy based service with a SCT based on a UserNameToken. However, if a user changes his UserName details, I would like the client to send a new SCT request with the new user details, so that the SCT doesn't contain invalid information about the users details.
|
| HelloWorld | 03 Apr 2005 20:57 GMT | 1 |
I am trying to create the HelloWorld web service on localhost and consume it from a separate project (C# code behind) on local host. I created the service, executed WSDL, and executed CSC to create DLL. The consumer is a separate project in a separate virtual directory. I can
|
| Interacting with an Access database using a Web Service | 03 Apr 2005 19:17 GMT | 2 |
My team is developing a project where a client app needs to interact with a remote Access database using a Web Service. The client app, the Web Service and the database accessing layer are all implemented. The Access database works fine in the server machine but when we try to ...
|
| huh can`t send compressed string ??????? with webservice | 03 Apr 2005 17:42 GMT | 1 |
I have the following problem i made an app that sends a xml formatted string across a network through a webservice ( no i can`t use remoting as i need platform indepandancy ) So to reduce banwidth i implemented Adaptive Huffman this is working
|
| Upload large file to web service?? | 03 Apr 2005 17:11 GMT | 1 |
is there any good solution to uploading/passing file as parameter to a web service call? thx Kevin
|
| Unable to read/write to .ini file using .dll in webservice | 03 Apr 2005 02:25 GMT | 1 |
I am new to asp.net. I am creating a web service. This I have done. The web service calls one of our .dll's. This .dll uses the GetPrivateProfileString and WritePrivateProfileString windows api's to edit a .ini file present on the web server. My problem is that when the .dll is ...
|