I had a working asp.net site under development on IIS6 and Server 2003, and then something changed. I reset IIS and now I am getting the error message
The Local Security Authority cannot be contacted
The IIS logs show the return code as 500 0 2148074244
I have no idea what happened, but there is nothing in any of the logs indicating ...
running asp.net mvc on iis6, do I need to install anything on the server?
or can I just drop the .dll's in the /bin (system.web.mvc/routing/etc)
...
I am using asp.net 3.5 and IIS 6.
How can we automatically redirect pages from http(s)://example.com/* to http(s)://www.example.com/* ?
thanks.
...
Assuming that each app has its own app pool and that I have an unlimited number of domains/IPs handy, are there benefits to hosting applications as separate web sites as opposed to one site containing multiple applications?
...
I connect to my web service, which hosted by IIS 6, using certificates and SSL, and for some reason, I get 400 (bad request) error code.
When I looked on trace.axd, I can see the POST request, but I cannot see the true reason for the error.
I have some questions:
1. If I see the post request, can I be sure that the problem isn't with SSL...
I've got a PHP-based web app that runs on all kinds of my customer's servers, mostly apache, but sometimes IIS. I'm using a bunch of JSON files for storing image URL data to be loaded by flash elements.
Problem: IIS6+ won't load a .json file, it returns a 404 error because it's not a known mime type (why IIS doesn't recognize .json is b...
The environment setup has an ASP.NET webservice on IIS 6 connecting to a SQL Server over the network.
I am trying to understand, whether it's possible to secure the calls between IIS and SQL Server 2008. Is it possible? Is it something on the lines of SSL?
thanks for reading!
...
I get this error after installing a web site on a test server using an msi.
This is similar to this SO question. However, that question was related to the development environment, so it does not solve my problem.
Anyboby knows what causes this error?
...
I've been getting two exceptions at random times in my asp.net mvc code running on iis7:
Exception type: InvalidOperationException
Exception message: Collection was modified; enumeration operation may not execute.
at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
at System.Collections.Generic.List...
A call to localhost ( using the VS 2008 integrated webserver ) is not working ( empty page.. )
http://localhost:6666
but a call to a remote IIS
http://asdf.com/MyApp
is routed to the correct controler and method (SearchController -> Search )... MyApp is the IIS directory in which the folder "Controller" is...
The routingcode:
...
I'm trying to use "Microsoft.Sdc.Tasks.Web.Website.UpdateHttpErrorSetting" to change the http error messages of a remote IIS website. The documentation for this task in particular is somewhat lacking and I haven't found a way to use it succesfully. I'd like the http 404 error to load a url instead of the default 404b.html file. I've trie...
Currently I am able to to set a mime type with adsutil.vbs for the primary web site on IIS6 with the following syntax:
cscript adsutil.vbs set W3SVC/1/Root/MimeMap ".manifest, text/cache-manifest"
This seems to work fine when I only need to target W3SVC/1.
I need to write an update script that will make sure that any sites on a given...
I'm getting the following error on my production servers:
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
It doesn't happen all the time, but seems to happen most frequently during times of high traffic.
The error is occurring in a custom IHttpHandler.
The stack trace doesn't giv...
I set up iis to handle .exe with "asp.net 2.0"s isapi filter to enable dynamic url replacement.
For this I setup the extension in iis and added the following line to web.config. Works fine so far.
<add path="*.exe" verb="*" type="System.Web.StaticFileHandler" />
the problem is that form that point w3wp process has several handles on th...
[I posted a similar question on serverfault.com, but had very little feedback so trying here]
I can do this just fine under Apache with htaccess.
But at work its all M$ all the time...
I need to lock off access to any .fla files that might come up on a virtual host. We keep them next to the few .swf we use on some of our sites, I j...
I have the need to create a web setup project for some of our web applications. We have clients on both IIS6 and IIS7. I want to create an MSI, or some type of setup project that allows me to do the following:
1) Detect if databases exist. If they don't create the database and their objects
2) Select the directory where the files shou...
I have a asp.net website which is deployed in a server A and same code has been deployed in server B.
The website in server A has problems while in website in Server B doesn't have any problems.
The problem is the sequence of order that the page is navigating is wrong while clicking on next button.
Its obvious that there is no problem...
I have an IIS 6 web server with several web sites running. In one web site, there is ASP.NET code that sets an application variable using the simple syntax below.
Can another web site on that same server read the value that was set?
Can a COM+ application read that value?
Application("favoriteWebSite") = "I love StackOverFlow"
...
I am running into a problem trying to use AJAX and jQuery with ASP.NET MVC on IIS 6.0. I receive a 403.1 error when I attempt to invoke an action via jQuery. Is there anything I must add to the web.config in order to support this?
Client Code
<script src="../../Scripts/MicrosoftAjax.js" type="text/javascript"></script>
<script src="../...
Any help will be appreciated in this matter. Everything was working fine in the server and sometimes goes off but comes back. No change in settings or code. I have IIS6
The compiler failed with error code 128.
Show Detailed Compiler Output:
c:\windows\system32\inetsrv> "C:\WINDOWS\Microsoft.NET\Framework\v3.5\csc.exe" /t:library /utf8...