-
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) ...
-
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.
-
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 ...
-
Posted to
ASP.NET Administration
by
twu027
on
05-29-2008, 5:41 PM
Thanks Tom, that would be a great help
-
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>
...