Forum Search Results for "" RSS 1—5 of 5

More Search Options

  • Re: The Asp.net application deployment questions

    Posted to ASP.NET Administration by twu027 on 06-03-2008, 8:43 PM

    The only way it works is I use context.Response.Redirect("/get.aspx?page=home", False) and put everything under root directory. In the IDE I also configure the application to run with the IIS web server, it creates a virtual directory automatically, and it works with context.Response.Redirect("/get.aspx?page=home", False) ...

    • http://forums.iis.net/p/1149663/1870902.aspx#1870902
  • Re: The Asp.net application deployment questions

    Posted to ASP.NET Administration by twu027 on 06-03-2008, 8:36 PM

    even I use the context.Response.Redirect("/kiwiweb/get.aspx?page=home", False) It doesn't work as I expected. it just shows me an empty page. rather than the home page.

    • http://forums.iis.net/p/1149663/1870901.aspx#1870901
  • The Asp.net application deployment questions

    Posted to ASP.NET Administration by twu027 on 06-03-2008, 1:30 AM

    I just finished the development of my ASP.NET, now I want to deploy it under IIS 5.1. So I made an installer which packs everything the application needs, then I installed it on my virtual machine (Full network connection and IIS 5.1 installed). The problem is this application only can be run as root. what I mean is I can not have directory ...

    • http://forums.iis.net/p/1149663/1870765.aspx#1870765
  • Re: ASP.NET Application deployment problems

    Posted to ASP.NET Administration by twu027 on 05-29-2008, 5:41 PM

    Thanks Tom, that would be a great help

    • http://forums.iis.net/p/1149603/1870515.aspx#1870515
  • ASP.NET Application deployment problems

    Posted to ASP.NET Administration by twu027 on 05-29-2008, 4:38 PM

    First, I would like to know, if my application works perfectly under the development server comes with VS2005, does it mean I could successfully deploy my application under IIS (5.1) ? Or it is not always the case?  Second, I have the following configurations in my web.config file: <httpHandlers>         ...

    • http://forums.iis.net/p/1149603/1870509.aspx#1870509

Microsoft Communities