iis

Silverlight Video File Won't Play; Can see .ism/manifest

I am running Windows Server 2008 SP2. I have an IIS 7.0 Webserver installed running IIS Media Services Beta 1. I also have WebDAV 7.5 installed. I encoded a video file, MP4(H.264/AAC), to the smooth streaming protocol using Expression Encoder 4.0 Pro. Under "Default Web Site" I added a virtual directory to the encoded video and created ...

Visual Studio 2010 Does not allow F5 debugging when pointed to an IIS 7 web site when an IP address is specified on the website

I have two custoerms I work on. I have one development machine (Win 7 Ultimate and Visual Studio 2010 Ultimate). For both customers I have developed websites using ASP.NET MVC. All that is cool until I try to have both website set up in IIS 7 and want to have them both F5 debuggable. Oh and did I mention both sites require that I develop...

problem with adding jQuery to ASP.NET MVC application

I've a problem with adding jQuery to an ASP.NET MVC application. I add jquery to Site.Master like that: <script src="../../Scripts/jquery-1.4.1.js" type="text/javascript"></script> In Visual Studio 2010 this is o.k. - now I publish a application to a web server (IIS 7) an a Folder like: h ttp://localhost/AnApplication When calling...

How To Config My custom Rewrite Url in GoDaddy

hey, i need to setup a Unique asp.net 2 application in godaddy hosting account in this appliation the global.asax catch all the requests that access to the application domains for example: www.domain.com/aaa.jpg -> go to the global.asax www.domain.com/adsads/asdsad/sdsa.pdf go to the global.asax i need to directe all incoming requests ...

Sys.WebForms.PageRequestManagerServerErrorException: Login failed for user

Hello, I get the above error when trying to run my .net app as it attempts to connect to a SQL database on another server. The SQL connection string is using a trusted connection. IIS has anonymous access switched off, and integrated windows authentication switched on. The user the error relates to is "DOMAINNAME\IISSERVERNAME$" Do I...

IIS settings problem

I have installed IIS on my windows7 but it is some problems with it. I successfully can open html files like (http)://localhost/index.html , but can't open ASP site: (http)://localhost/ProjectList.aspx HTTP Error 404.3 - Not Found The page you are requesting cannot be served because of the extension configuration. If the page is a scrip...

Mapping certificates to custom user database on IIS 6

How can I do many to one certificate mapping to a user from a custom user database on IIS 6. I don't want to use the domain users to be mapped with these certificates. Do I have to do this using code? ...

IIS7 integrated pipeline mode slower than classic

Hi, we are running a complex 64-bit ASP.NET 2.0 application on W2008 R2 Standard and stress tests done with VS2008 Team System have indicated that integrated pipeline mode is 30% slower than classic mode. We have compared the application traces extensively and it appears that integrated mode is uniformly slower than classic. That is, t...

Development in IIS or Visual Studio internal webserver

Do you do local development/debugging with the internal webserver or a local iis install? I'm currently running the internal VS2010 webserver but it's so slow it hurts. I can see the page rendering in front of me... ...

FTP User Isolation

Hi, I have a website set up as an FTP server too. I want to use the FTP server to allow to access content from a folder outside the root. I guess this could set up easily by adding a virtual directory. Problem is that I dont want the users to see this outside folder by browsing to the site by http. Is this possible? Thanks ...

Presenting different versions of an app dynamically

I maintain a web application that is painful to upgrade. It's not painful because the code is bad, but because there are a lot of devices connected to this application via the web and getting them to update their clients is a lot like moving concrete. So I had an idea that I could simply present a different version of the application t...

Problem with multiple ASP.net MVC2 applications on IIS7 ( hosting an MVC app. in another MVC app. )

Hi, what i am trying is the following: I got an MVC app. running DIRECTLY in "Default Web Site"... I got another app. ( ProductionService ) which is anotehr standalone app.. Looks like this in IIS-Manager: My problem is, that a requets to "ProductionService" is not routed to the app., but instead is handled by the MVC-app. runnin...

Stopping caching prevents a clickonce installer from installing?

We have a WCF click-once install application being served from an IIS website over HTTPS. It is in a subdirectory of another site which does have authenticaton (Mixed mode, both windows and form) but not applied to this folder. It also has a very high duration static cache configured, which caused us issues with our WCF app so we disable...

installing php cURL on IIS

I cannot install PHP-CURL on IIS. I think I have tried everything. My phpinfo() output does not list cURL as available. I have C:\PHP in my path and working correctly. I have edited the registry to read from C:\PHP\php.ini. phpinfo() output shows the correct .ini path loaded. I have uncommented 'extension=php_curl.dll' I have ssleay32.d...

Communication between aspnet_isapi.dll and aspnet_wp.exe

This MSDN article states that: To guarantee optimal performance, aspnet_isapi uses asynchronous named pipes to forward requests to the worker process and to get responses. On the other hand, the worker process exploits synchronous pipes when it needs to query for information about the IIS environment (that is, server ...

Prevent IIS from reusing worker processes for separate ASP.Net AppDomains

When IIS restarts an ASP.Net (2.0) web application, it can either: Recycle the AppDomain: Unload the AppDomain and load a new AppDomain on the same process (e.g. when HttpRuntime.UnloadAppDomain() is called, when web.config is changed). Recycle the process: unload the AppDomain and load a new one on a new process (e.g. when invoking Re...

Need help with this XSS attack

Did anybody know more information about this attack ? I recently got this script injected in my web sites By the way dont go on this web site since it's the source of the infection </title><script src=http://google-stats50.**fo/***.php&gt; What kind of attack is it, SQL or CODE ? By the way dont go on this web site since it's the ...

Unable to load webpage after doing AJAX request

Hi, I have a page that does an AJAX request. This request can take a while to complete, sometimes over a minute. This is not an issue. During the AJAX request I am unable to load any other pages on the website. This is the same for any web browser. I understand that there are connection limits in the browser, IIS and ASP.NET - but all...

Script not served by static file handler on IIS7.5

I've just tried to deploy my first web application to IIS on my Windows 7 Home Premium notebook. After creating the application, I had to change to the Classic App Pool, then set that pool for framework 4.0. Now I get the following error: HTTP Error 404.17 - Not Found The requested content appears to be script and will not be served b...

Since installing XP SP2 I can no longer access my IIS hosted web pages

I had a base Windows XP with IIS hosting some websites and it has been working for years, yesturday I upgraded to SP2 (which includes the security suit) because I needed .NET 3.5 and since then no one can access the web pages anymore. When I connect to the macine locally and try to access the webpage it prompted me for a username / pass...