I would like to have your opinion and suggestion regarding the solution to this specific problem:
I have a rewritemap that takes care of a lot of vanity URLs, problem is, users may enter that vanity URL ending with a "/" or no "/", the matching does not occur in both cases, only one is matched, so I decided to create a rule first, that ...
It would be useful for example to deploy an asp.net mvc app in iis 6 without the extra steps.
In this case i would like to register a map for "*.mvc" to the asp.net handler
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll
...
I'm preparing a laptop to take with me while travelling, so all my user data is encrypted using EFS in case someone decides to steal it. I also need to set up a couple of local sites for development with IIS. If I turn off encryption on the wwwroot of a site, IIS can serve it just fine. However, I really would like to be able to use encr...
I have inherited a system with a number of servers, but I have never worked with IIS before.
Currently there is a web server set up using IIS, it holds a number of 'test' sites and the server is called Staging. I have network access to the files on the server and I can login to the server via VNC. What I cannot do is view any of the sit...
I have a program that checks if a file is present every 3 seconds, using webrequest and webresponse. If that file is present it does something if not, ect, that part works fine. I have a web page that controls the program by creating the file with a message and other variables as entered into the page, and then creates it and shoots it o...
Is there a way to embed a web server, or other means, in a .NET application so that the GUI could be presented as a Silverlight application? Currently we have an application that is client/server. We are using sockets to communicate and passing messages back and forth. One thought was to rework this as a Silverlight solution. The use...
Can anyone please explain why IIS wont send message from php if FROM header field is in the following format: FROM: "Some Name" <[email protected]>. If I just use [email protected] everything is ok.
...
I have a web application that is eventually running out of memory when it runs on IIS 7 Windows Server 2008. When I attempt to run a memory profiler against the application to determine the leak, it is not reproducible on my development workstation...Windows Vista.
The GC collection cycles are not consistent between the server and the ...
I have an HttpHandler configured in my web.config file like so:
<add verb="GET,HEAD,POST"
path="TinyMCE.ashx"
type="Moxiecode.TinyMCE.Web.HttpHandler,Moxiecode.TinyMCE" />
When I deploy to IIS 7 the handler stops working (404).
What do I need to do to get this working?
...
Deployment of a WCF Service in the IIS is giving the following error:
Server Error in '/calc' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Messag...
I'm using WCF to create a SOAP service with the following file layout hosted on IIS:
/
/web.config
/service
/service/test.svc
/service/web.config
In the /web.config, I have a few general settings (system.codedom, etc) and in the /service/web.config I have an appSettings section with a few settings defined.
<?xml version="1.0"?>
<conf...
If I publish a website on a existing virtual directory then it gives javascript errors. if I publish using a website then it wont give any javascript error. Any idea how to resolve this issue.
It says:- Object Expected
Same working fine for other system but just having a different config file
...
Hi,
I've developed an application, using LAMP, and everything works fine, after migrating over to IIS, some pages don't work correctly.
I have a service_edit.php, which carries over URL parameters from the previous page, e.g.:
service_edit.php?id=5&serv=22
After updating the record, the following variable should redirect the browser to...
I need a method to know iis current wwwroot in VB.Net.
I need to get this information outside a web project (otherwise the problem would have a simple solution). I think I need to read this information from the registry, but I have no idea where to start looking.
Thank you
...
Hello,
I want to create a method for users to post comments (to a blog?) in Sharepoint anonymously.
This would preferably be within an existing - authenticated - site.
Any thoughts?
...
There are a couple of questions on SO regarding the pros and (mostly) cons of having SQL Server and IIS running on the same machine:
http://stackoverflow.com/questions/274846/should-sql-server-be-on-the-same-machine-as-your-iis-installation
http://stackoverflow.com/questions/1401834/when-can-i-host-iis-and-sql-server-on-the-same-machin...
I've done the requisite google search, but it come up surprisingly empty-handed. Are there any "you've just gotta do that" steps that a novice IIS administrator (and novice exchange administrator, for that matter) should take when securing an Exchange server?
...
I have a set of Service Contracts which split up my service interface into chunks of related functionality. I am currently implementing all contracts using a single service class (may want to split these later but for now the single service class suffices).
I am trying to use configure the endpoints using a config file (as opposed to vi...
If you go to whatismyipaddress.com using a public proxy, it will report your proxy ip, but it will also (usually) report that you're using a proxy, and your originating IP as well in many cases.
How does it do this?
Similar sites like Gmail and Craigslist can tell if the computers connecting to them are proxy servers as well.
I have a...
hi..,
Here i am having an requirement, I am having a web site with very few users,
I need to give separate url (I dont Know, weather I need to create Sub Domain or Host Header) for each user to view their portal.
Keep in mind that I am having only one web site need to come with different urls, and from the url. I need to change the l...