Dear All,
I have Warning message in my IIS 6 Viewer.How to solve this problem?
Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1309
Date: 11/3/2009
Time: 8:18:20 AM
User: N/A
Computer: PEB-BL05
Description:
Event code: 3005
Event message: An unhandled exception has occurred. ...
We have a SOAP web service running on ASP.NET Web Services over IIS6 that exhibits a strange behavior when it processes a request that results in long server-time processing. Essentially if a request takes more than about 5 minutes to process on the server then IIS never sends the response back to the client, even though, from ASP.NET's...
I have an ISAPI extension that does some processing on file uploads before they are passed to an ASP.NET application. I'm using the HSE_REQ_EXEC_UNICODE_URL mechanism in IIS 6.0 to replace the entire request entity body.
This works, but it seems to be horribly slow with larger request bodies.
Over the LAN if I upload a 12MB file normal...
I have a handler that do some hard work under images.
It's look like http://example.com/webservice.ashx?imageparam1=100&imageparam2=200
Each request to this handler take about 2-3 seconds.
I need a way to abort image generation if client close connection(i.e. close page or send request for another image).
Is there is a way to do ...
I have an ASP application that requires an authentication handler where it redirects users based on the AUTH_USER server variable.
I have IIS 5.1 on my PC and when enabling both Integrated Windows Authentication (IWA) and Anonymous this seems to work fine.
When I deploy to Windows Server 2K3 it all changes and with both IWA and Anonym...
My wsdl put a wrong domain in address location, How to fix it?
- <wsdl:service name="XWebService">
- <wsdl:port name="XServiceSoap" binding="tns:XWebServiceSoap">
<soap:address location="https://machine.wrongdomain.com.br/webservices/MapleStoryWebService.asmx" />
</wsdl:port>
- <wsdl:port name="XWebServiceSoap12" binding="tns:XWebS...
Hey there,
We observed that the Web Service\Current Connections counter for one of our ISAPI Filter keeps increasing in production, and eventually (when the value reaches around 270000) the incoming traffic will be “rejected” by getting 500 internal server errors.
Our ISAPI Filter does the following things
1. For normal request, we sen...
I am trying to convert my mvc applcation to run under windows authentication and have followed the steps here: http://go.microsoft.com/?LinkId=9394801
This doesn't work - localhost/myapp/Home.mvc/index - home is my entry view with controller.
I get a 403 error when I load the applciaiton at first and then a 404 error if I try to access...
The wrinkle is that the pages being requested are aspx pages and they are no longer present. I want any request coming to the root domain (and any subdomain like www) to redirect to a single page in the root directory (namely index.html) I went into the IIS admin tool, selected the domain and tried to direct to a url (http://mydomain.com...
In my ASP.NET 2.0 web service I am trying to access Google API to translate some texts. Following code does this right :
string result = "";
// create the web request to the Google Translate REST interface
System.Net.WebRequest oRequest = System.Net.WebRequest.Create("http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&am...
I use SubSonic 3.0.0.3 ActiveRecord with ASP.NET MVC and it is very nice. However, we run on IIS 6 and I tend to have quite a few issues with speed. I dont know if this is me being too paranoid but I was thinking of using SubSonic with just a normal ASP.NET WebForms website. Please forgive me for being thick but I'm so used to models and...
I have a small Python web application using the Cherrypy framework. I am by no means an expert in web servers.
I got Cherrypy working with Apache using mod_python on our Ubuntu server. This time, however, I have to use Windows 2003 and IIS 6.0 to host my site.
The site runs perfectly as a stand alone server - I am just so lost when it...
I have an aspx page showing lots of information in a tabular format on ajax tab container. Approximately 3 to 5 tabs are used. I have used some of AJAX controls such as CalendarExtendar, ValidationCallout etc on page. My problem is that the page is loaded fast but the browser takes long time for rendering the controls. On my local system...
ASP MVC 1.0 being hosted on IIS 6.
I set up the wildcard filtering already.
The path ../../site.css and the like in the master page (shared/site.master) do not work when posted to the IIS 6 staging site. I ended up hard coding them to the site.
Works fine on the ASP .Net VS dev server
...
On my local machine using IIS 5 (winxp) and visual Web Developer, I've built a beautiful and well composed website using MVC.
Now to deploy to the testing server. I find out that it does not have MVC installed - Error:-
Parser Error Message: Could not load file or assembly 'System.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyTo...
Hi,
Is it possible to find what the Web Server's name is when the host header is set to something else in an asp.net web app? Environment is a company intranet, Windows 2003 server (IIS 6).
e.g. the host header may be set to myApp.company.com and the servers name might be webAppServer1.company.com or webAppServer2.company.com
Usi...
I can see this directory in Windows 7, how can I find the same directory for windows 2003?
...
I am using FTP to upload files from one server to another in my ASP.NET web application. However, when the FTP authentication fails, i.e. the username or password is wrong,
and then in my code where I use WebRequest IIS will keep retrying the FTP connection even through the username or password is wrong.
After I stop the application po...
We're getting a custom RIA built using flex/flash for the front-end, the display is a scrollable timeline that shows about 100 out of 8,000 total results at a time. Results can be filtered by one of 4-5 criteria. So as a user filters and/or scrolls, we expect a remote call/pagination of some sort for another 100 or so results, each recor...
This may be a bizarre question - and it may be a duplicate. I wasn't sure how to search for an an existing answer, so if this is a duplicate, I apologize.
We have a request from a client to have their site redirect visitors so their browser displays the default page in the url.
So instead of doing this:
http://www.domain.com/
they w...