We\'re building a new server and using IIS 7. PHP pages a served just fine and dandy, but the second we use any code to access a MySQL database, the page hangs for a good minute and serves the followi
I want add a rewrite rule to IIS 7 rewrite. I want to redirect a user from page http://localhost/myapp/register.htmltohttp://l开发者_开发问答ocalhost/myapp/register/register.html
my company is running IIS and DNN (I\'m not a server guy, so color me ignorant), and I\'ve read previous that you should either redirect 开发者_如何学JAVAyour .http://www.mydomain to .http://mydomain
When request comes to www.example.com/default.aspx, I want it to 301 to www.example.com. How to do that?
I\'m trying to get a site working on IIS7 with classic ASP and having problems. I\'ve created a directory and added both Network Service and IIS_IUSRS wi开发者_运维知识库th full control. I\'ve also ch
I am writing a C# config app for (amongst other things) setting up websites.It\'s only required to support IIS 7.x (Windows 2008 / 2008 R2), and requiring the compatibility pack is a no-no, so I figur
I have a HttpHandler that resizes images based on the querystring, so requesting something like: http://server/image.jpg?width=320&height=240
Maybe some one can help me understand why i can\'t create sub domain. My site is working fine for mydomain.com and www.mydomain.com
After deployment of new version of our ASP.NET 2.0 application, it started to raise security exception: „System.Security.SecurityException: Request for the permission of type \'System.Web.AspNetHosti
I have an ASP.NET website for which i\'ve set the authetication timeout to 60 days so that my users don\'t have to log in each time they come back if they checked the \"remember me\" option. Basic ASP