ASP.Net with Enterprise library 2.0 in hsoting environment

ASP.Net with Enterprise library 2.0 in hsoting environment

am 29.01.2008 18:18:15 von BabuLives

Hi All,

I am using Enterprise library 2.0 for my site. Everything thing is
working fine for me locally.I have hosted my site on GoDaddy and for
every server side event that calls ExecuteScalar is giving me
"Resource not found" error. For Ex: if i click a button that updates
something using ExecuteScalar() method it gives me 404 error.
For Example, if you input this form http://www.codedigest.com/Register.aspx
and submit it will give 404 error.

I dont know what i am missing..

Note: The environment is medium trust environment.

Regards,
Satheesh

Re: ASP.Net with Enterprise library 2.0 in hsoting environment

am 29.01.2008 18:50:25 von NoSpamMgbworld

The insert is working fine, as it created an account for me. The problem is
on the return to the page and I am not sure what is going on.

Set up a trace on the page and examine the output. You should get a better
error message.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
"BabuLives" wrote in message
news:64b17ea7-3396-4b16-aafd-d0464480d9f5@b2g2000hsg.googleg roups.com...
> Hi All,
>
> I am using Enterprise library 2.0 for my site. Everything thing is
> working fine for me locally.I have hosted my site on GoDaddy and for
> every server side event that calls ExecuteScalar is giving me
> "Resource not found" error. For Ex: if i click a button that updates
> something using ExecuteScalar() method it gives me 404 error.
> For Example, if you input this form
> http://www.codedigest.com/Register.aspx
> and submit it will give 404 error.
>
> I dont know what i am missing..
>
> Note: The environment is medium trust environment.
>
> Regards,
> Satheesh