I have created WEB page which works just fine on the IDE computer I am designing it on. I was having trouble and put in a "Throw Exception" to figure out how to make an alert window show.
I took the "Throw Exception" out uploaded it to the hosted site and when I click my button it still fires the "Throw Exception". However on the IDE machine it saves data to SQL just like it supposed to. no exception popup.
I searched the entire solution for the phrase popping "this is your exception" but it does not exist.
where in the world could this be or how is it still doing that?
I know I have the correct page since I made a change to it like added some words to the page. upload it and the new words show on the page. but when I hit the button I still get the "Throw Exception" and nothing is saved to SQL server?
I have VB.NET page which works fine so I know the Stored Procedure code is correct. and when I run it on the IDE development box is saves just fine too.
do I have to delete the whole project and reload it on the hosted site?
I get this a lot it works on the IDE box but uploaded things just don't work, no error, nothing just nothing. extremely frustrating. spend hours banging my head on this.
is the way to do .NET, host your own site on your own server with a static IP?
DougP
I took the "Throw Exception" out uploaded it to the hosted site and when I click my button it still fires the "Throw Exception". However on the IDE machine it saves data to SQL just like it supposed to. no exception popup.
I searched the entire solution for the phrase popping "this is your exception" but it does not exist.
where in the world could this be or how is it still doing that?
I know I have the correct page since I made a change to it like added some words to the page. upload it and the new words show on the page. but when I hit the button I still get the "Throw Exception" and nothing is saved to SQL server?
I have VB.NET page which works fine so I know the Stored Procedure code is correct. and when I run it on the IDE development box is saves just fine too.
do I have to delete the whole project and reload it on the hosted site?
I get this a lot it works on the IDE box but uploaded things just don't work, no error, nothing just nothing. extremely frustrating. spend hours banging my head on this.
is the way to do .NET, host your own site on your own server with a static IP?
DougP