Randomly accessing static files o开发者_Go百科n our web site returns http 504 error status code From fiddler:
I am using VSTS 2008 + C# + .Net 3.5 + IIS 7.0. I have created a new web site and put an html file into the directory. And when I use browse function in IIS manager to browse the h开发者_如何学JAVAtml
I\'ve transferred my IIS6-based website to IIS7. It uses ISAPI Rewrite. I want to开发者_C百科 use the built in IIS7 rewrite engine. I have the following code in my httpd.ini file:
Is there any section or code which allows us to set default page in web.config? For example, when people first visit my website, I want them to see CreateThing.aspx rather than Default.aspx.
I have a WCF Server running on IIS 7 using default application pool, with SSL activate, the services is installed in a SBS Server 2008.
Hey. I\'m coding a cgi in Python, running on an IIS 7.5 web server, o开发者_JAVA百科n Windows. I would like to get the tcp port (usually was the server environment variable REMOTE_PORT) from which the
in my forgot password page user enters email id and clicks on submit button,the submit click event sends a mail on his emailid,,now i m getting an error that smtp server requirs a secure connection or
I just configured my web application to use IIS rather than ASP.NET dev server and I am getting some weird behavior.
Where I work we recently had a site which was incredibly unresponsive (1 minute or more for a simple request. When I tested it I tried a page as simple as:
I\'m using IIS7 Application Request Routing in front of Tomcat as a replacement for ISAPI redirection. The basic reverse proxy function is working well, but I don\'t have enough information in the fin