how to prevent creating user and showing ''Mailbox unavailable' in case of wrong emailaddress?
Wed, 3 Mar 2010 14:56:44 +0100
Hi,
i use the login control in order to create users. Asp.net generates
automatically a password which is sent to the user by email.
The emailaddress must be like this: firstname.name@ourdomain.be . I can
easely check whether it terminates with @ourdomain.be, but if
'firstname.name' doesn't exist in our Ex ...
|
Communication with the underlying transaction manager has failed
Wed, 3 Mar 2010 02:38:01 -0800
Hi!
I´ve an appplication which uses transcation in com+ to communicate with an
remote sql server database.
This works fine on my windows 7 x86 "appserver", but on another station
using Windows 7 x64 it fails with the message below. I don´t now if
it has something to do with x86, x64.
When saving to the ...
|
Configuration Error Message
Tue, 02 Mar 2010 19:58:54 -0800
Hi,
Even I have faced the same issue. I have added
IIS-Resource-ASPNET
NETWORK SERVICE users to wwwroot folder with below permissions and its worked for me.
1) Read & Execute
2) List Floder Contents
3) Read
Regards,
Srini
Albert Frausto wrote:
Hello Alexey,The reason for the change in ...
|
worked
Tue, 02 Mar 2010 16:43:49 -0800
Thanks a lot brucebarke . I spent lots of time figuring out this issue, until I read your reply.
brucebarke wrote:
Re: GridView\CheckBox
20-May-08
as stated the "checked" value needs to be a bool. so:
Checked='<%# DataBinder.Eval(Container.DataItem, "PL").ToString() == "1" %>'
will work.
-- bruce ( ...
|
Need a Java/J2EE developer (CTH ? sorry no H1s) @ Marlborough, Mass
Tue, 2 Mar 2010 14:57:54 -0800 (PST)
Java Systems Engineer (Performance/Infrastructure/Middleware)
Marlborough, MA
6-8 months
Our Client?s middleware Delivery team seeks a Sr. Java Systems
Engineer (Performance/Infrastructure/ Middleware) who will be
responsible for the evaluation, engineer, build, and support of
middleware products.
T ...
|
webservices and threads
Tue, 2 Mar 2010 22:42:55 +0100
Hi all,
I have questation about webservices and iis 7,5 on the 2008 R2 server . I
have webservice which called from apl.Apl have 100 threads , but the iis
w3wp process have only 30 threads . Where is trouble ?
thanx
...
|
What need to change in asp.net if web server update from IIS6 to IIS7?
Tue, 02 Mar 2010 21:14:04 GMT
What need to change in asp.net application if web server update from IIS6 to
IIS7?
Our company just created a new web server using windows 2008 and iis7.
--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/Forums.aspx/asp-net/201003/1
...
|
|
|
Keeping track of users LogIn
Tue, 2 Mar 2010 13:58:38 -0500
Hi All,
When I create a credential for users to log in, I can not allow them to log
in more then 2 different computers. Otherwise the user can provide the
Credential for 20 different people and will try hammer the server.
If user A logged in I can update a flag in a table called MemberInfo and
when he/s ...
|
How to call a JS function on the form loading?
Tue, 02 Mar 2010 13:53:25 GMT
How to call the function validate() on the form loading?
There is a form in which another program will fill some text boxes
automatically.
I need this JS function to test the value of text boxes and give user a alert
if any text box is empty.
< script type="text/javascript">
function validate()
{
var t1 ...
|
Question regarding detecting 404 Not Found
Tue, 2 Mar 2010 12:55:30 +0100
Hi
asp.net 3.5
I see in the statics for mys ite that about 50% of the request are 404 not
found. so I'm setting up a NoSuchPage.aspx which I want the user to be
redirected to when such error occur.
<customErrors mode="RemoteOnly" defaultRedirect="AppErrors.aspx">
<error statusCode="404" redirect="No ...
|