Browse by Tags

All Tagsc# (RSS)
  • Can any one tell me how to access the asp.net web application(IIS Server) in another local computer..

    Hi all.......... I have done some web projects in asp.net.....I want to access them from another local computer connected in LAN........Can you please tell me the process............Thanks
    Posted to Forum by giriwithu on 08-20-2008, 1:46 AM
  • IIS Logfiles Location

    I am trying to read the contents of IIS logfiles using C#, but I do not know how to find where they are. The physical location on my PC is C:\inetpub\logs\LogFiles\W3SVC1. In my software I am using: string serverName = "localhost" ; DirectoryEntry W3SVC = new DirectoryEntry ( "IIS://"...
    Posted to Forum by grnr_rchrd on 08-13-2008, 3:05 PM
  • URL Rewriting/Redirection to a WCF endpoint

    What I want to do is trivial using II7. For example, if I wanted to obscure all references to 'myapi.svc' and tell people to use http://myhost/api/method/somedata.xyz, I would create an http module that did something like this: context.Request.Headers.Add("X-REWRITE-URL",context.Request...
    Posted to Forum by dillon68 on 07-16-2008, 2:31 PM
  • Can't add Microsoft.Web.FtpServer reference in my project.

    Hi all. I installed Microsoft FTP 7.0 for IIS 7 on my working machine, and create a new project to working with FTP. When I install FTP 7.0, I checked "Managed Code Support" already be selected, but I cannot add "Microsoft.Web.FtpServer" reference into my project, I also cannot find...
    Posted to Forum by regionbbs on 06-23-2008, 10:30 PM
  • Application Pool Recycling but not releasing locks...

    Hey All A tool we use programmatically creates/updates ASP.NET 2.0 websites and each website is in its own Application Pool, this is all done via C# and DirectoryServices. When I create the website for the first time, I check to see if the related appPool needs to be created and do so if needed, if not...
    Posted to Forum by mshabib on 05-12-2008, 5:50 PM
  • Re: How rewritre host of a request in IIS7?

    This will not work as this is a "redirection". If a user does a post then the post data is lost. It should just rewrite the URL and still preserve the post/get data. Linda
    Posted to Forum by Linda Market on 04-15-2008, 6:34 PM
  • Re: How rewritre host of a request in IIS7?

    I just saw this in a hurry searching for other stuff and three klicks later I found http://mvolo.com/blogs/serverside/pages/Redirect-requests-to-your-application-with-the-HttpRedirection-module.aspx In Home › Learn IIS7 › Developing on IIS 7.0 › Extending IIS 7.0 › Runtime Extensibility › Developing...
    Posted to Forum by JacobSandin on 04-15-2008, 6:01 PM
  • How rewrite host of a request in IIS7?

    Hi, I have two websites under the site folder using different host headers. www.site1.com www.site2.com When I have a request coming in I want to be able to rewire the host to go to a specific site. If request/url is " http://www.site1.com/?param1=abc " then it should goto iis site www.site2...
    Posted to Forum by Linda Market on 04-15-2008, 2:41 PM
  • Re: Failed to get "Content-Length" response header.

    Is there a way to do this in ASP.NET (C#) ?
    Posted to Forum by pranavvaria on 02-06-2008, 9:59 PM
  • Logs: about the sc-win32-status field

    Hello everybody, I'd like to tell you about the sc-win32-status field of the W3C Logging in IIS, which has become very useful in IIS7 (on Server 2008) since it makes you know about a transfer being complete or not. In other words, you can make sure that a file download was successfully terminated...
    Posted to Forum by remye06 on 01-09-2008, 11:11 AM
Page 1 of 2 (17 items) 1 2 Next >
Page view counter