| Thread | Last Post | Replies |
|
| Access denied on 'c:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\root\2135a508\8d69a834\hkytxhe8.dl | 12 Dec 2003 07:56 GMT | 14 |
All of a sudden my web started to retirn this in IE 6---> First a bit earlier I had access problems with IIS wanting to access c:\winnt\temp - I changed the access rights and it worked again for a short while
|
| Cannot bind IList returned from a web service to a repeater | 12 Dec 2003 01:52 GMT | 3 |
After I retrieved a list of objects (e.g Employees) and put it into a IList (ArrayList) and bind it to a repeater. everything works fine so far. However, when I get a IList from a web service, it failed. The error is
|
| Running Sample Application opens Service1.asmx instead | 11 Dec 2003 21:22 GMT | 2 |
I am struggling to get the simplest HelloWorld webservice running properly. Everytime I do Run without debug, it opens up Service1.asmx file in Visual Studio instead of opening the IE and displaying the HelloWorld service.
|
| Web references | 11 Dec 2003 20:35 GMT | 1 |
I wrote two simple web services to start learning about them. When I called the two web services from an asp.net client, the Add Web Reference dialog created two entries in my project, localhost and localhost1. How can I add the two web services inside localhost for
|
| problem with \r\n and \n (when passing multi line string arguement) | 11 Dec 2003 19:16 GMT | 1 |
When I call a webmethod from my application, the enter code is encoded as "\r\n" (which is default, Environment.NewLine), when this string arguement is passed to the web method, the enter code becomes "\n". Problem
|
| Limitation of users accessing my webservice | 11 Dec 2003 04:49 GMT | 1 |
how can I limit the number of users who are accessing my ASP.NET webservice running on IIS 5.1? Do I have to change settings of IIS or of my ASP.NET webservice itself?
|
| Proxy problems - please help | 11 Dec 2003 04:40 GMT | 1 |
I wrote a simple web service a year ago that runs on the clean side of our firewall. It posts to remote Internet server which sends an alpha page to my pager. Pretty dandy until last week. It broke, my connection was refused, not by the remote server but by the ISA proxy.
|
| Question about methodology for Gurus | 11 Dec 2003 04:35 GMT | 3 |
I have a question about the best method to return sql records through a web service. I will potentially be sending back anywhere from one to a thousand records from a sql call through a webmethod. I would like some advice on the "Best"
|
| web service namespace issues | 10 Dec 2003 14:30 GMT | 2 |
When I use the default web service namespace (http://tempuri.org) I am able to call the web service, however when I change the namespace, re-build, and update the web reference in the client to use the new namespace
|
| Server Application Unavailable | 10 Dec 2003 13:50 GMT | 1 |
Im trying to run a web-form on localhost but i get this error message in internet-explorer: "Server Application Unavailable" Can anybody help me?
|
| error in updating datasource | 10 Dec 2003 08:58 GMT | 3 |
I created a web service with this method: [WebMethod()] public DataSet UpdateCustomers(DataSet custDS) {
|
| The Request Failed with HTTP Status 401: Access Denied | 09 Dec 2003 23:37 GMT | 1 |
I have a webservice that returns a simple string. The security for this is set to windows authentication in IIS (XP Professional) and anonymous access is . When I access the webservice from IE there is no problem. But when I try
|
| Error when attempting to connect to VS.net 2003 ASP.NET | 09 Dec 2003 21:00 GMT | 1 |
BACKGROUND: I have installed VS.NET on a WIN2003 Enterprise Server test environment running IIS 6.0 I have also Office 2003 Installed on this instance with FP2003 Server Extensions
|
| Create a ASP.net page to upload a file | 09 Dec 2003 16:17 GMT | 2 |
I am working on a project that requires the user to upload a file to a webserver. I am using VB.net and would like the user to go to an ASP.Net page to upload the file. Does anyone have any code samples I could try? Thanks
|
| running processes from a service | 09 Dec 2003 15:29 GMT | 1 |
hi everyone i am trying to write a program that runs a process when invoked (a program that reads data from a server and writes the output as XML format to the screen) and i redirect the standart output to a streamreader, and that data stored in streamreader writter by a ...
|