deploying asp.net app
From: rbutch_at_coair.com ((rbutch_at_coair.com))
Date: 11/06/04
- Next message: Tommy: "Nested Repeater Help"
- Previous message: John Bell: "Re: min memory per query"
- Next in thread: Cowboy (Gregory A. Beamer) - MVP: "RE: deploying asp.net app"
- Reply: Cowboy (Gregory A. Beamer) - MVP: "RE: deploying asp.net app"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 06 Nov 2004 15:00:24 -0800
hey guys, i know i'm missing something simple here. but, i made a very simple form with some input that queries a oracle db and returns dataset to a datagrid.
so far so good.
and it works fine when it sits resident on the localhost.
but, when i xcopy the files to the web server and then set up a virtual directory on that machine, it seems all that shows up in explorer are the lablel tags.
none of the:
<asp:textbox id="txtLgon" Width="96px" Runat="server"></asp:textbox>
stuff like that appears.
i changed the web config from debug="true" to false
i change the configuration manager from "debug" to "release"
and pretty much followed everything that i've read on deployment.
if anyone has run into this kind of thing, i'd appreciate any info.
it's a little confusing when it runs perfectly on localhost, but drastically changes
when i deploy it.
any help is definately appreciated.
thanks
rik
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
- Next message: Tommy: "Nested Repeater Help"
- Previous message: John Bell: "Re: min memory per query"
- Next in thread: Cowboy (Gregory A. Beamer) - MVP: "RE: deploying asp.net app"
- Reply: Cowboy (Gregory A. Beamer) - MVP: "RE: deploying asp.net app"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|