Tagged Questions

0
votes
1answer
22 views

how to configure iis7 http 301 redirection?

I have http://thewebsite.com/blah/category/hello.html We need to redirect any url with /blah/ to the root of the site so that the new url is http://thewebsite.com/category/hello.html How can we do …
2
votes
5answers
78 views

How do you best offload a database insert, so a web response is returned quicker?

Setup I have web service that takes its inputs through a REST interface. The REST call does not return any meaningful data, so whatever is passed in to the web service is just recorded in the …
0
votes
1answer
11 views

How to get the REMOTE_PORT (the client port) in Python running at IIS 7.5? REMOTE_PORT server variable cannot be found!

Hey. I'm coding a cgi in Python, running on an IIS 7.5 web server, on Windows. I would like to get the tcp port (usually was the server environment variable REMOTE_PORT) from which the client is …
0
votes
2answers
26 views

The SMTP server requires a secure connection or the client was not authenticated

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 …
0
votes
0answers
24 views

Can’t write to eventlog with .NET web app using impersonation.

I have a .NET web application using impersonation. <authentication mode="Windows"/> <authorization> <deny users="?"/> </authorization> <identity impersonate="true" …
0
votes
2answers
43 views

IIS 7 returning an old version of a constantly changing file

I'm trying to use IIS7 to host a HTTP Live Streaming server. For those not familiar with HTTPLS: an audio or video stream is broken into small segments and made available on a web server. Along with …
0
votes
1answer
33 views

Visual Studio ASP.NET Dev server and IIS server.

I just configured my web application to use IIS rather than ASP.NET dev server and I am getting some weird behavior. http://localhost:49584/Templates/UI/Img/featured%5Farea%5Fbg.gif …
0
votes
1answer
31 views

PHP fopen/fwrite problem on IIS7

I am running PHP5 on IIS7 on Windows Server 2008 R2. Check out the below code which writes a string received via a POST request parameter into an XML file. <?php $temp = ""; …
0
votes
6answers
108 views

Page intermittently takes 2 minutes to load

We're getting ready to switch our ASP.Net application to a new web farm environment. However, our testing has revealed an intermittent problem whereby a page takes up to 2 minutes to finish loading, …
0
votes
1answer
13 views

Captcha not working with IIS

i m using a dll file MSCaptcha.dll for my web application its works fine on localhost but not with iis server..what should i do to make it work
0
votes
2answers
61 views

Cannot run ASP.NET MVC Websites on IIS7

I have Windows 7 professional running IIS7. I have installed ASP.NET MVC 1.0 and VS2008. When I run the app with Cassini it runs fine. When I create a virtual directory and run it on IIS7, the app …
0
votes
0answers
23 views

WCF AuthenticationService in IIS7 Error

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. I implement client application services with wcf and SQL 2005 …
0
votes
1answer
37 views

IIS7 + NHibernate: Illegal operation attempted on a registry key that has been marked for deletion

We have an asp.net MVC app using Fluent Nhibernate running on top of IIS7 & Windows Sever 2008. Frequently (although so far we have yet to consistently reproduce it) after a build we get a yellow …
0
votes
1answer
24 views

You are not authorized to view this page

I am getting the following error while browsing the my webpage i checked and seen anaymous access has been enabled and integrated aunthentication has been turned off ... Could you please help? You …
1
vote
4answers
55 views

SQL Server and windows authentication in IIS7

I'm trying to get an ASP.NET website running on Vista (IIS7), using SQL Server and Windows Authentication. No matter what I do, when I connect to the database, I get the exception: SqlException …

1 2 3 4 5 52 next
15 30 50 per page