iis

PHP5.3 is not working with MySQL5.1 IIS7 Times out

I have set up PHP5.3, MySQL5.1, and IIS7 on Window 7 but php doesn't want to work with MySQL. I'm assuming it is a configuration error or an incomplete install on my part. MySQL5.1 is working PHP5.3 is working, phpinfo() shows info and that i have enabled MySQL IIS is setup and using fastCgiModule to run PHP IIS registers php.ini...

What is the non-standard HTTP verb "DEBUG" used for in ASP.NET/IIS?

I am reading a report from a "web application security" company, whom have been scanning a few websites of the company I am working for. It appears from the report - which seems written without any human involvement - that several attempts where made to break our sites using requests like this: DEBUG /some_path/some_unexisting_file.aspx...

How can an ISAPI filter distinguish between being loaded by IIS or ISA?

I have an application implemented as an ISAPI filter whose behavior needs to change depending on whether it is being loaded by ISA or IIS. During GetFilterVersion it needs to register for SF_NOTIFY_SEND_RAW_DATA if being loaded by ISA or SF_NOTIFY_SEND_RESPONSE if being loaded by IIS. There doesn't seem to be any information about the s...

Wix - set file read access

I am looking into a way of setting read access on a specific file for a web application (where all files read option is set to be false--unchecked in IIS) deployed with Wix. Is it a possible option at all or I am asking the question in a wrong way? Thank you. ...

Connect to IIS metabase on a remote 2008 server

I have written a bit of code that inspects the iis metabase to see what sites are installed and where their virtual directories are kept. THis code runs fine when run locally on the server. I am trying to extend it so that it works remotely. The thing I'm struggling with getting it to authenticate. I'm currently using the LogonUser api,...

How To improve ASP.NET MVC Application Performance

How do you improve your ASP.NET MVC application performance? ...

"Unexpected parameter" when precompiling website

Hi I want to precompile my website, so I do the following: On the server I open a command prompt as an administrator with no restricted access I navigate to C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ I type the following: aspnet_compiler -f -v / –p d:\website-source d:\website-compiled Then I get this error: error 1001: Unexpect...

WCF dual binding hosting in IIS

Hi, i am trying to host a service in IIS which has 2 methods... 1 of them can also be accesed via a simple HTTP-GET request... This is my config: <service name="Svc.PaymentService" behaviorConfiguration="DefaultBehavior"> <endpoint address="PaymentService.svc/" bindingName="Http" binding="basicHttpBin...

www.example.com does not work, but example.com does

This question could be posted on ServerFault as well, however there is definitely a coding element involved due to the rewrite rules in my web.config. This is why the question does indeed have a home on SO. I've recently deployed a website to a new server and have discovered that trying to access my site via www.example.com returns a 4...

IE login issue with ASP.NET website

I have an ASP.NET webapp (on Win 2k3) that uses forms authentication. For some reason, when a user logs in with IE, the site either freezes or throws an error (such as "Could not load file or assembly 'System.Web.DataVisualization, Version=3.5.0.0"). This doesn't make any sense because I can login with Firefox and Chrome successfully. ...

Running a java web application in IIS

Has anybody found a way to run a Java web application within IIS? It seems to me it should be entirely possible to write an ISAPI plugin (is that the right word?) that integrates Jetty or a custom servlet container with IIS. The benefit of this is that a lot of great high end Java applications like Jira require separate infrastructure ...

Implement Daemon on ASP.NET / C# / IIS Site?

I'd like to implement a POP3-mailbox processing component for our medium-sized consumer website. Our site uses IPSwitch as the mail/smtp/pop host. This processing component would let us offer "reply to this message board discussion via email" type services. It would need to run constantly; or at the very least, every 3-5 minutes or s...

IIS URL Rewrite Module : Redirect Based On QueryString

Hi there, I Have some problems with redirecting to another URL based on the query string parameters. I want to redirect users which enter www.domain.com/signup.aspx?p=1 to: www.domain.com/signup <rule name="Signup Redirect 1" stopProcessing="true"> <match url="signup\.aspx\?p=1" /> <conditi...

why it is still necessary to create virtual directory in IIS when website content is placed in IIS root directory

As virutal directory points to physical path of the application, so if the IIS root directory is C:\inetpub\wwwroot and the application is stored at D:\websites, than we need to create a virtual directory but if the application content is placed at C:\inetpub\wwwroot, then why still need to create virtual directory. ...

Please help me find a solution for “A generic error occurred in GDI+”

I am running windows vista business 64 bit. I have a web service that was written in .NET using C#. I also have a client-side script on a web page that communicates with the web service. This is a aspx page titled "Default.aspx". I setup IIS and moved my web service folder containing the web service and all of the files that are needed t...

Log4Net out of a IIS Hosted WCF Service

Good day folks I must have read about 20 different articles/approaches about how to implement log4net in ASP.NET 1.0 / 2.0 and various other application types. Link #1 Link #2 Link #3 Well, above articles are all ok, i did try/follow all of them, but i never got a log file.. What i have: IIS Hosted WCF Service. What i want: L...

Is it possible to bundle my ASP.NET app into a self executable web app? (I know Java can)

NOTE: I'm a veteran Java developer (10yrs) and have recently decided to make things interesting and jump over to the ASP.NET / C# world. Thus the question... I have a business requirement to build an ASP.NET web application that can be installed into an "enterprise data center" for use by an entire organization or can be downloaded by a...

Atlassian Bamboo behind IIS7 with Isapi redirect

I'm attempting to use Bamboo behind IIS 7. I have exhausted all of my resources so Im hoping someone here can help. After starting bamboo and trying to connect my browser eventually times out with a 503. Please note that only bamboo currently has a problem. JIRA,Confluence and Crowd all work without issue The logs from bamboo state j...

IIS and Flash forceSmoothing issue

Hi everyone, I am incorporating a Flash Flickr Polaroid file into my site, http://www.no3dfx.com/polaroid/ But I am having problems with the images being smooth. I have edited the code throughout with forceSmoothing = true and _quality = best. It all works and looks smooth if I test the file in the preview window and if I run the HTM...

Password for iis after installing

After installing IIS on my dev system, window xp professional, its asking for username and password while trying to access http://localhost. Can you please help me out. Tried googling and tried may things but could not resolve the issue. Anonymous access is enabled iusr_ is given full access to the wwwroot folder asp.net2.0 has been re...